From 506642ca50b2720ab3b0d844b3ef231846ebcaf7 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 15:09:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b0178e3..cbc3bda 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,20 +86,17 @@ export default function LandingPage() { { id: "soft-washing", label: "Soft Wash", title: "Gentle Cleaning for Delicate Surfaces", items: [ "Roof cleaning and moss removal", "Vinyl siding preservation", "Stucco and delicate exterior care", "Eco-friendly cleaning solutions" - ], - buttons: [{ text: "Learn More", href: "#contact" }] + ], buttons: [{ text: "Learn More", href: "#contact" }] }, { id: "pressure-washing", label: "Pressure Wash", title: "Deep Cleaning Power for Tough Jobs", items: [ "Driveway and concrete cleaning", "Deck and patio restoration", "Commercial property cleaning", "Heavy-duty stain removal" - ], - buttons: [{ text: "Learn More", href: "#contact" }] + ], buttons: [{ text: "Learn More", href: "#contact" }] }, { id: "gutter-cleaning", label: "Gutters", title: "Complete Gutter Maintenance and Care", items: [ "Gutter cleaning and flushing", "Debris removal and inspection", "Downspout cleaning", "Preventive maintenance plans" - ], - buttons: [{ text: "Learn More", href: "#contact" }] + ], buttons: [{ text: "Learn More", href: "#contact" }] } ]} animationType="slide-up" @@ -129,7 +126,7 @@ export default function LandingPage() { } ]} animationType="opacity" - textboxLayout="centered" + textboxLayout="default" useInvertedBackground={false} ariaLabel="Why choose us metrics" /> -- 2.49.1