Merge version_3 into main #3
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user