From 12e2db0ce8aedda5c146ad5ce428737f188ba652 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 10:40:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 14546ad..2316b9c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCar import FaqBase from '@/components/sections/faq/FaqBase'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import { Sparkles, Heart, Gem, Star, HelpCircle } from 'lucide-react'; +import { Sparkles, Heart, Gem, Star, HelpCircle, ShoppingBag } from 'lucide-react'; export default function LandingPage() { return ( @@ -94,7 +94,8 @@ export default function LandingPage() { tagIcon={Heart} tagAnimation="slide-up" buttons={[ - { text: "View All Products", href: "#" } + { text: "View All Products", href: "#" }, + { text: "Shop Collection", href: "#" } ]} buttonAnimation="slide-up" gridVariant="uniform-all-items-equal" -- 2.49.1