From fe67874228ff17939e7f92f24fea939e36142a23 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 22:00:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 417 ++++++++++++++--------------------------------- 1 file changed, 122 insertions(+), 295 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cef9c8d..46df3ba 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,314 +8,141 @@ import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwen import FooterBase from '@/components/sections/footer/FooterBase'; import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import TextAbout from '@/components/sections/about/TextAbout'; import { Calendar, Clock, DollarSign, MapPin, Shield } from "lucide-react"; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+
+
+

Your Local Family-Owned Plumbing Experts

+ Contact Us +
+
+
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1