diff --git a/src/app/page.tsx b/src/app/page.tsx index a072a26..747315e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -142,7 +142,7 @@ export default function LandingPage() { { id: "basic", badge: "Essential", price: "$45", subtitle: "Per visit", buttons: [ { - text: "Select Plan"}, + text: "Get Started"}, ], features: [ "Mowing", "Trimming", "Blowing"], @@ -150,7 +150,7 @@ export default function LandingPage() { { id: "standard", badge: "Most Popular", price: "$80", subtitle: "Per visit", buttons: [ { - text: "Select Plan"}, + text: "Claim This Plan"}, ], features: [ "Basic Package", "Fertilizer", "Edging"], @@ -158,7 +158,7 @@ export default function LandingPage() { { id: "premium", badge: "Full Care", price: "$150", subtitle: "Per month", buttons: [ { - text: "Select Plan"}, + text: "Claim This Plan"}, ], features: [ "Standard Package", "Mulching", "Pruning", "Irrigation Check"],