diff --git a/src/app/page.tsx b/src/app/page.tsx index c0840ac..04673eb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,6 @@ import AboutMetric from '@/components/sections/about/AboutMetric'; import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; -import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import { Sparkles, Leaf, Heart, Truck, Award } from 'lucide-react'; @@ -33,7 +32,7 @@ export default function LandingPage() { { name: "Home", id: "/" }, { name: "Products", id: "/products" }, { name: "Pricing", id: "/pricing" }, - { name: "Contact", id: "contact" }, + { name: "Contact", id: "/contact" }, ]} button={{ text: "Order Now", href: "/products" @@ -173,18 +172,43 @@ export default function LandingPage() { /> -