From 5be42ef28ff5711daaf3285737f649bd8a75d6fb Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 18:47:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 398 ++++++++++++++--------------------------------- 1 file changed, 119 insertions(+), 279 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 114ce68..7700b0e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,298 +10,138 @@ import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import { Star, Heart, Smile } from 'lucide-react'; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1