Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-02 21:27:30 +00:00

View File

@@ -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"] }
]}
/>
</div>