Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 98506b47f1 | |||
| bbbf372d20 | |||
| d3f3f81595 | |||
| b167f117d3 | |||
| 6ff007dac2 | |||
| f54c22d05a | |||
| 08f5213bf7 |
@@ -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"],
|
||||
@@ -227,7 +227,7 @@ export default function LandingPage() {
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Get in touch"
|
||||
title="Ready for a beautiful lawn?"
|
||||
description="Contact us today for a free consultation and personalized service plan."
|
||||
description="Contact us today for a free consultation and get 10% off your first lawn maintenance package."
|
||||
buttons={[
|
||||
{
|
||||
text: "Request Free Quote"},
|
||||
@@ -262,4 +262,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user