From 92f56a42adb29f1f2587fac36d9bacf228237763 Mon Sep 17 00:00:00 2001
From: sanjidarimi
Date: Sun, 17 May 2026 21:03:25 +0600
Subject: [PATCH] fixed border isssues
---
src/components/home/ServicesSection.tsx | 20 +++++++++++++------
.../admins/components/dashboards/Sidebar.tsx | 2 +-
2 files changed, 15 insertions(+), 7 deletions(-)
diff --git a/src/components/home/ServicesSection.tsx b/src/components/home/ServicesSection.tsx
index 1898c30..8e760db 100644
--- a/src/components/home/ServicesSection.tsx
+++ b/src/components/home/ServicesSection.tsx
@@ -1,7 +1,9 @@
import { motion, useInView } from "framer-motion";
-import { Brain, Cloud, Globe, Smartphone } from "lucide-react";
+import { ArrowRight, Brain, Cloud, Globe, Smartphone } from "lucide-react";
import { useRef } from "react";
+import { Link } from "react-router-dom";
import PremiumBadge from "../shared/PremiumBadge";
+import { Button } from "../ui/button";
const services = [
{
@@ -51,7 +53,7 @@ export default function ServicesSection() {
- Services {" "}
+ Services{" "}
We Provide
@@ -59,6 +61,12 @@ export default function ServicesSection() {
We design and develop digital products that solve real business
problems and create better user experiences.