2 Commits

Author SHA1 Message Date
00b695872b Update src/app/page.tsx 2026-06-10 19:27:47 +00:00
34c705130a Merge version_2 into main
Merge version_2 into main
2026-06-10 19:25:35 +00:00

View File

@@ -122,12 +122,12 @@ export default function LandingPage() {
plans={[
{
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"],
},
{
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"],
},
{