From 8db40be78fdb87c607ecc27bd654f18aa2a38a4a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 15:27:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 99 ++++++++++++++++++------------------------------ 1 file changed, 36 insertions(+), 63 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9b61ce0..7fd71e4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,15 +3,14 @@ import ReactLenis from "lenis/react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; -import HeroOverlay from "@/components/sections/hero/HeroOverlay"; -import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout"; -import FeatureCardOne from "@/components/sections/feature/FeatureCardOne"; -import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow"; +import HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGallery"; +import TextAbout from "@/components/sections/about/TextAbout"; +import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix"; import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen"; -import FaqSplitText from "@/components/sections/faq/FaqSplitText"; +import FaqDouble from "@/components/sections/faq/FaqDouble"; import ContactCTA from "@/components/sections/contact/ContactCTA"; -import FooterMedia from "@/components/sections/footer/FooterMedia"; -import { ShieldCheck, Sparkles, MapPin } from "lucide-react"; +import FooterBase from "@/components/sections/footer/FooterBase"; +import { ShieldCheck, Sparkles, MapPin, Droplet, Sun, CheckCircle } from "lucide-react"; export default function PressureWashingPage() { return ( @@ -43,73 +42,47 @@ export default function PressureWashingPage() {
-
-
-
- -
-