diff --git a/src/app/page.tsx b/src/app/page.tsx index 3c92071..d4b7731 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,6 @@ import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import HeroCentered from '@/components/sections/hero/HeroCentered'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import { CheckCircle, ShieldCheck, TrendingUp, UserCheck, Map, Zap, Database } from "lucide-react"; @@ -35,7 +34,6 @@ export default function LandingPage() { { name: "Results", id: "metrics" }, { name: "Process", id: "features" }, { name: "Testimonials", id: "testimonials" }, - { name: "Pricing", id: "pricing" }, ]} brandName="Amplix " button={{ text: "Get Leads", href: "#contact" }} @@ -122,21 +120,6 @@ export default function LandingPage() { /> -