From 16d2a8ff25f7755037980c795a30c4831b622e03 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 02:31:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 425 +++++++++++++++-------------------------------- 1 file changed, 134 insertions(+), 291 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2a95782..960c8e1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,6 +12,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import TextAbout from '@/components/sections/about/TextAbout'; +import { Utensils, BedDouble, MapPin, UserCheck } from 'lucide-react'; export default function LandingPage() { return ( @@ -28,306 +29,148 @@ export default function LandingPage() { headingFontWeight="medium" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1