From cedd2bc09f71f7413f27b01e0315b14cda94dd3a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 05:13:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 418 ++++++++++------------------------------------- 1 file changed, 90 insertions(+), 328 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6912f96..17667ef 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroCentered from '@/components/sections/hero/HeroCentered'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import TextAbout from '@/components/sections/about/TextAbout'; -import { Activity, Droplets, Leaf, PenTool, Scissors, Settings, ShieldCheck, Star, Wrench } from "lucide-react"; +import { Activity, Droplets, Leaf, PenTool, Scissors, Settings, ShieldCheck, Star, Wrench, MapPin, Phone } from "lucide-react"; export default function LandingPage() { return ( @@ -26,340 +26,102 @@ export default function LandingPage() { headingFontWeight="bold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
- -
- -
- - +
);