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