From 7ae90bb684a340acf6516abf0544a9f41b729d6b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 19 May 2026 23:23:23 +0000 Subject: [PATCH] Switch to version 1: modified src/app/page.tsx --- src/app/page.tsx | 150 +++++++++++++++++++++++++++++++++++++---------- 1 file changed, 119 insertions(+), 31 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6cd9835..3321b90 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,10 +32,14 @@ export default function LandingPage() { @@ -113,8 +174,18 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} plans={[ - { id: "p1", tag: "Essential", price: "$45", period: "/visit", description: "Perfect for regular maintenance.", button: { text: "Book Now", href: "#contact" }, featuresTitle: "Includes:", features: ["Mowing", "Edge Trimming", "Blowing"] }, - { id: "p2", tag: "Comprehensive", price: "$85", period: "/visit", description: "Total garden care for premium properties.", button: { text: "Book Now", href: "#contact" }, featuresTitle: "Includes:", features: ["Mowing & Edging", "Hedge Pruning", "Weed Control", "Mulching"] }, + { + id: "p1", tag: "Essential", price: "$45", period: "/visit", description: "Perfect for regular maintenance.", button: { + text: "Book Now"}, + featuresTitle: "Includes:", features: [ + "Mowing", "Edge Trimming", "Blowing"], + }, + { + id: "p2", tag: "Comprehensive", price: "$85", period: "/visit", description: "Total garden care for premium properties.", button: { + text: "Book Now"}, + featuresTitle: "Includes:", features: [ + "Mowing & Edging", "Hedge Pruning", "Weed Control", "Mulching"], + }, ]} title="Simple Pricing" description="Transparent plans designed for your landscaping needs." @@ -123,37 +194,54 @@ export default function LandingPage() {