From a1e8fb568101d8d42bc94f1ece10f3c388c63a1c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 20:45:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 310 ++++++++++++++--------------------------------- 1 file changed, 89 insertions(+), 221 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 33c82c8..8bc9d5a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import LegalSection from '@/components/legal/LegalSection'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -import { CheckCircle, DollarSign, Headphones, MapPin, Zap } from "lucide-react"; +import { CheckCircle, DollarSign, Headphones, MapPin, Zap, Wrench, Truck, Settings, Hammer } from "lucide-react"; export default function LandingPage() { return ( @@ -26,232 +26,100 @@ export default function LandingPage() { headingFontWeight="semibold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- + - +
); -- 2.49.1