Merge version_1 into main #4

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

View File

@@ -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"] }
]}
/>
</div>
@@ -179,4 +179,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}