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" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);