Merge version_1 into main #5
@@ -119,9 +119,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{ title: "Basic", price: "$50", features: ["Mowing", "Edging"] },
|
||||
{ title: "Premium", price: "$100", features: ["Mowing", "Edging", "Trimming"] },
|
||||
{ title: "Elite", price: "$150", features: ["Mowing", "Edging", "Trimming", "Irrigation"] }
|
||||
{ name: "Basic", price: "$50", features: ["Mowing", "Edging"] },
|
||||
{ name: "Premium", price: "$100", features: ["Mowing", "Edging", "Trimming"] },
|
||||
{ name: "Elite", price: "$150", features: ["Mowing", "Edging", "Trimming", "Irrigation"] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user