Update src/app/page.tsx

This commit is contained in:
2026-06-10 19:27:47 +00:00
parent 34c705130a
commit 00b695872b

View File

@@ -122,12 +122,12 @@ export default function LandingPage() {
plans={[ plans={[
{ {
id: "basic-lawn", badge: "Standard", badgeIcon: Leaf, id: "basic-lawn", badge: "Standard", badgeIcon: Leaf,
price: "$60/visit", subtitle: "Essential Lawn Care", features: [ price: "Contact for Price", subtitle: "Essential Lawn Care", features: [
"Weekly Mowing", "Edging & Trimming", "Blowing & Cleanup"], "Weekly Mowing", "Edging & Trimming", "Blowing & Cleanup"],
}, },
{ {
id: "premium-lawn", badge: "Popular", badgeIcon: Sparkles, id: "premium-lawn", badge: "Popular", badgeIcon: Sparkles,
price: "$95/visit", subtitle: "Enhanced Property Care", features: [ price: "Contact for Price", subtitle: "Enhanced Property Care", features: [
"All Standard Features", "Fertilization (Seasonal)", "Basic Weed Control"], "All Standard Features", "Fertilization (Seasonal)", "Basic Weed Control"],
}, },
{ {