From 0c0de562eb79daad790eec71aaa469fa2a318088 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 06:04:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 45bc761..b0618e1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { Sparkles, Leaf, Droplets, Shield, Mail } from "lucide-react"; +import { Sparkles, Leaf, Droplets, Shield, Mail, ShoppingCart } from "lucide-react"; export default function LandingPage() { return ( @@ -92,6 +92,7 @@ export default function LandingPage() { useInvertedBackground={true} tagAnimation="slide-up" buttonAnimation="slide-up" + buttons={[{ text: "View Details", href: "/product-detail" }]} /> @@ -203,7 +204,8 @@ export default function LandingPage() { { label: "Contact", href: "#contact" }, { label: "FAQ", href: "#faq" }, { label: "Shipping", href: "#" }, - { label: "Returns", href: "#" } + { label: "Returns", href: "#" }, + { label: "Track Order", href: "#" } ] }, { @@ -220,4 +222,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file