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() {