Update src/app/page.tsx
This commit is contained in:
@@ -122,12 +122,12 @@ export default function LandingPage() {
|
|||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "basic-lawn", badge: "Standard", badgeIcon: Leaf,
|
id: "basic-lawn", badge: "Standard", badgeIcon: Leaf,
|
||||||
price: "$60/visit", subtitle: "Essential Lawn Care", features: [
|
price: "Contact for Price", subtitle: "Essential Lawn Care", features: [
|
||||||
"Weekly Mowing", "Edging & Trimming", "Blowing & Cleanup"],
|
"Weekly Mowing", "Edging & Trimming", "Blowing & Cleanup"],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "premium-lawn", badge: "Popular", badgeIcon: Sparkles,
|
id: "premium-lawn", badge: "Popular", badgeIcon: Sparkles,
|
||||||
price: "$95/visit", subtitle: "Enhanced Property Care", features: [
|
price: "Contact for Price", subtitle: "Enhanced Property Care", features: [
|
||||||
"All Standard Features", "Fertilization (Seasonal)", "Basic Weed Control"],
|
"All Standard Features", "Fertilization (Seasonal)", "Basic Weed Control"],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user