3 Commits

Author SHA1 Message Date
98506b47f1 Merge version_3 into main
Merge version_3 into main
2026-04-16 23:13:11 +00:00
bbbf372d20 Update src/app/page.tsx 2026-04-16 23:13:08 +00:00
d3f3f81595 Merge version_2 into main
Merge version_2 into main
2026-04-16 23:12:01 +00:00

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