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