Merge version_3 into main #5

Merged
bender merged 1 commits from version_3 into main 2026-04-16 23:13:12 +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"],