From baf4da1358f79ba8d86c3dda3f8e6ade6bfacdd0 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 19:17:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 343 ++++++++++++++++------------------------------- 1 file changed, 115 insertions(+), 228 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bd24fc5..a7f1e77 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,246 +9,133 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Heart, Info, MapPin, ShoppingBag, Sparkles, Star } from "lucide-react"; +import { Heart, Info, MapPin, ShoppingBag, Star } from "lucide-react"; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1