From d015704dd4435b66e28adba9421e910bf3a85d70 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 11:39:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8cdfad0..6d38a20 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -154,7 +154,7 @@ export default function LandingPage() { text: "Book Now", href: "#contact"}, ], features: [ - "Driveway Cleaning", "Gutter Clearance", "Basic Cleanup"], + "Remove Surface Grime", "Gutter Clearance", "Surface Sanitation"], }, { id: "standard", price: "$399", name: "Medium Property", buttons: [ @@ -162,7 +162,7 @@ export default function LandingPage() { text: "Book Now", href: "#contact"}, ], features: [ - "Full Home Exterior", "Deck Power Wash", "Sidewalk Cleaning"], + "Restore Property Curb Appeal", "Revive Deck Finish", "Deep Sidewalk Cleaning"], }, { id: "premium", price: "$599", name: "Large Property", buttons: [ @@ -170,7 +170,7 @@ export default function LandingPage() { text: "Book Now", href: "#contact"}, ], features: [ - "Deep Exterior Clean", "Roof Soft Wash", "Garage Floor Detail"], + "Restore Full Home Exterior", "Eliminate Roof Moss", "Rejuvenate Garage Floor"], }, ]} title="Transparent Pricing" -- 2.49.1