diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 290197e..d5aaca8 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -1,13 +1,11 @@ "use client"; -import Link from "next/link"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; import FeatureCardTwentySeven from "@/components/sections/feature/FeatureCardTwentySeven"; -import SplitAbout from "@/components/sections/about/SplitAbout"; import ContactText from "@/components/sections/contact/ContactText"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { Sparkles, Code, Cpu, TrendingUp, Globe } from "lucide-react"; +import { Sparkles } from "lucide-react"; const footerColumns = [ { @@ -76,71 +74,42 @@ export default function ServicesPage() { {/* Services Section */}
- {/* Service Details Section */} -
- -
- - {/* Contact CTA Section */} + {/* Contact Section */}
); -} \ No newline at end of file +}