Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-05-09 03:44:36 +00:00

View File

@@ -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."