From 8153864ef2279bfd1b8664d0f72757a77612fe8b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 16:51:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 390 ++++++++++++++--------------------------------- 1 file changed, 117 insertions(+), 273 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a1d5a47..cff51e3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,9 +7,8 @@ import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/F import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import { Calendar, Droplet, Home, MapPin, Phone, Search, ShieldCheck, Star, Tool, Wrench } from "lucide-react"; +import { Calendar, Droplet, Home, MapPin, Phone, Search, ShieldCheck, Star, Wrench, Hammer } from "lucide-react"; export default function LandingPage() { return ( @@ -26,282 +25,127 @@ export default function LandingPage() { headingFontWeight="bold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
- - +
); -} +} \ No newline at end of file -- 2.49.1