From fe3aca3e20bf792dbc8486f9f824c165e88b0736 Mon Sep 17 00:00:00 2001 From: development Date: Mon, 12 Jan 2026 13:31:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 35b68be..cc95c99 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; import TestimonialCardNine from '@/components/sections/testimonial/TestimonialCardNine'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterSocial from '@/components/sections/footer/FooterSocial'; -import { Coffee, Leaf, Flame, Instagram, Facebook, Twitter, Youtube } from "lucide-react"; +import { Coffee, Leaf, Flame, Instagram, Facebook, Twitter, Youtube, ShoppingCart } from "lucide-react"; export default function LandingPage() { return ( @@ -44,10 +44,18 @@ export default function LandingPage() {