From 8237a20cd1d4a60d562ae9ce4987d93f89b389c5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 16:37:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 479 ++++++----------------------------------------- 1 file changed, 61 insertions(+), 418 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 25eb0cc..7edeee8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { Building2, Calendar, Smile } from "lucide-react"; +import { Building2, Calendar, Smile, Wifi, Car, Thermometer, Plane } from "lucide-react"; export default function LandingPage() { return ( @@ -28,431 +28,74 @@ export default function LandingPage() { headingFontWeight="bold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
- +
);