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.

+
@@ -71,11 +79,11 @@ export default function ServicesSection() { transition={{ duration: 0.6, delay: index * 0.1 }} className={`group relative p-[1.5px] overflow-hidden transition-all duration-500 `} > -
-
+
+
-
-
+
+
- TechZaa.tech + TechZaa {isCollapsed && TZ}