Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bbbf372d20 | |||
| d3f3f81595 |
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user