From 2fe1ddc07038a38476390f154c49d64fca67ae01 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 21:28:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0f55eff..57a113a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -119,9 +119,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} plans={[ - { name: "Basic", price: "$50", features: ["Mowing", "Edging"] }, - { name: "Premium", price: "$100", features: ["Mowing", "Edging", "Trimming"] }, - { name: "Elite", price: "$150", features: ["Mowing", "Edging", "Trimming", "Irrigation"] } + { title: "Basic", price: "$50", features: ["Mowing", "Edging"] }, + { title: "Premium", price: "$100", features: ["Mowing", "Edging", "Trimming"] }, + { title: "Elite", price: "$150", features: ["Mowing", "Edging", "Trimming", "Irrigation"] } ]} /> @@ -179,4 +179,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1