Merge version_1 into main #3
@@ -118,12 +118,10 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Pricing Plans"
|
||||
description="Affordable packages for all your landscaping needs."
|
||||
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