From 989293271260cb60cc40af65429e77348f13cb6d Mon Sep 17 00:00:00 2001 From: development Date: Thu, 29 Jan 2026 16:52:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 52 +++++++++++++++++++++++++++++++++++------------- 1 file changed, 38 insertions(+), 14 deletions(-) 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() { /> -
- +
@@ -193,4 +217,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}