From a6706c24277f0dace4e144dc538d8c7d520af1b3 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 21:27:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 97af65d..940bbd3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -121,9 +121,9 @@ export default function LandingPage() { title="Pricing Plans" description="Affordable packages for all your landscaping needs." 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"] } ]} /> -- 2.49.1