From 1ecc0385271091a801846e9ebc8b1b07896ca8d0 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 03:44:33 +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 d4129ad..a6809fd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -90,11 +90,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", title: "Lawn Care", subtitle: "Mowing, edging, and seasonal cleanup to keep your curb appeal perfect.", category: "Exterior", value: "Premium"}, + id: "f1", title: "Lawn Care", subtitle: "Mowing, edging, and seasonal cleanup to keep your curb appeal perfect.", category: "Exterior", value: "Premium", buttons: [{ text: "From $45", href: "#lawn-care" }]}, { - id: "f2", title: "Car Detailing", subtitle: "Full interior/exterior detailing, hand wash, and wax treatments.", category: "Automotive", value: "Showroom"}, + id: "f2", title: "Car Detailing", subtitle: "Full interior/exterior detailing, hand wash, and wax treatments.", category: "Automotive", value: "Showroom", buttons: [{ text: "From $50", href: "#car-detailing" }]}, { - id: "f3", title: "Customer First", subtitle: "Punctual, friendly, and detail-oriented service for every single client.", category: "Service", value: "Guaranteed"}, + id: "f3", title: "Customer First", subtitle: "Punctual, friendly, and detail-oriented service for every single client.", category: "Service", value: "Guaranteed", buttons: [{ text: "Book Now", href: "#contact" }]}, ]} title="Our Expert Services" description="From landscaping maintenance to high-end automotive detailing, we offer reliable solutions to keep your assets in top condition." -- 2.49.1