Update src/app/page.tsx

This commit is contained in:
2026-04-16 23:13:08 +00:00
parent d3f3f81595
commit bbbf372d20

View File

@@ -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"],