From f2c364dbfa9bfe367755602d1475f7d990fc26a6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 07:50:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 228 ++++++++--------------------------------------- 1 file changed, 37 insertions(+), 191 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3e9d77d..b94b994 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,7 @@ import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboa import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import TextAbout from '@/components/sections/about/TextAbout'; +import { Wrench, Bath, Flame, Droplets, MapPin } from 'lucide-react'; export default function LandingPage() { return ( @@ -28,26 +29,11 @@ export default function LandingPage() { @@ -136,142 +85,39 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1