From fc7ad2a289c48874989a98299b206ab39ea7e764 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 13:34:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 07683fb..1a0e1e6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleC import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; -import { ShoppingBag, Heart, MessageCircle, MapPin } from "lucide-react"; +import { ShoppingBag, Heart } from "lucide-react"; export default function LandingPage() { return ( @@ -43,6 +43,7 @@ export default function LandingPage() {