From ce63ef8d464ed7b5958b7816a6f9c253e03701f5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 13:45:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5dfeec7..e88758d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,27 +78,27 @@ export default function LandingPage() { features={[ { icon: Home, - title: "Residential Cleaning", description: "Driveways, patios, decks, and home exteriors cleaned to perfection" + title: "Residential Cleaning", description: "Driveways, patios, decks, and home exteriors cleaned to perfection", button: { text: "Learn More", href: "#contact" } }, { icon: Building2, - title: "Commercial Properties", description: "Building facades, parking lots, and large-scale commercial cleaning" + title: "Commercial Properties", description: "Building facades, parking lots, and large-scale commercial cleaning", button: { text: "Learn More", href: "#contact" } }, { icon: Zap, - title: "Power Equipment", description: "State-of-the-art pressure washing equipment for superior results" + title: "Power Equipment", description: "State-of-the-art pressure washing equipment for superior results", button: { text: "Learn More", href: "#contact" } }, { icon: Shield, - title: "Safe & Eco-Friendly", description: "Environmentally responsible cleaning that protects your property" + title: "Safe & Eco-Friendly", description: "Environmentally responsible cleaning that protects your property", button: { text: "Learn More", href: "#contact" } }, { icon: Clock, - title: "Quick Turnaround", description: "Efficient service that respects your time and schedule" + title: "Quick Turnaround", description: "Efficient service that respects your time and schedule", button: { text: "Learn More", href: "#contact" } }, { icon: CheckCircle, - title: "Guaranteed Quality", description: "100% satisfaction guaranteed on every job we complete" + title: "Guaranteed Quality", description: "100% satisfaction guaranteed on every job we complete", button: { text: "Learn More", href: "#contact" } } ]} textboxLayout="default" -- 2.49.1