diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 08c017a..6d301db 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -2,18 +2,18 @@ import ReactLenis from "lenis/react"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; -import FeatureCardTwentyFive from "@/components/sections/feature/FeatureCardTwentyFive"; -import ContactText from "@/components/sections/contact/ContactText"; -import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; +import FeatureCardNine from "@/components/sections/feature/FeatureCardNine"; +import ContactCTA from "@/components/sections/contact/ContactCTA"; +import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import { Target, Users, TrendingUp, Lightbulb, Zap, ShieldCheck, BarChart3, Clock } from "lucide-react"; +import { Target, Users } from "lucide-react"; export default function ServicesPage() { const navItems = [ { name: "Home", id: "/" }, { name: "About", id: "/about" }, { name: "Services", id: "/services" }, - { name: "Testimonials", id: "/testimonials" }, + { name: "Pricing", id: "/pricing" }, { name: "Contact", id: "/contact" }, ]; @@ -31,71 +31,45 @@ export default function ServicesPage() { headingFontWeight="medium" > - - - - + + +
+ +
+ -
); -} +} \ No newline at end of file