From 64c9d42081780f6bb481c6acc1ad2b370d5e7c8c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 14:30:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 343 ++++++++++++++--------------------------------- 1 file changed, 103 insertions(+), 240 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cdca839..20b3172 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll' import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import { Award, Droplet, Flame, Phone, Star, Zap } from "lucide-react"; +import { Award, Droplet, Flame, Phone, ShowerHead, Star, Thermometer, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -26,251 +26,114 @@ export default function LandingPage() { headingFontWeight="semibold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1