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