Update src/app/pricing/page.tsx
This commit is contained in:
@@ -42,6 +42,7 @@ export default function PricingPage() {
|
|||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
title="Our Rental Rates"
|
title="Our Rental Rates"
|
||||||
description="Transparent pricing for every occasion. Contact us for custom quotes on multi-day rentals."
|
description="Transparent pricing for every occasion. Contact us for custom quotes on multi-day rentals."
|
||||||
|
useInvertedBackground={false}
|
||||||
plans={[
|
plans={[
|
||||||
{ id: "basic", title: "Weekend Warrior", price: "$1,200", period: "per weekend", features: ["Delivery & Setup", "Eco-friendly supplies", "Climate controlled"], button: { text: "Get Estimate", href: "/estimate" } },
|
{ id: "basic", title: "Weekend Warrior", price: "$1,200", period: "per weekend", features: ["Delivery & Setup", "Eco-friendly supplies", "Climate controlled"], button: { text: "Get Estimate", href: "/estimate" } },
|
||||||
{ id: "pro", title: "Event Master", price: "$2,500", period: "per week", features: ["Daily Maintenance", "Full onsite support", "All inclusive supplies"], button: { text: "Get Estimate", href: "/estimate" } },
|
{ id: "pro", title: "Event Master", price: "$2,500", period: "per week", features: ["Daily Maintenance", "Full onsite support", "All inclusive supplies"], button: { text: "Get Estimate", href: "/estimate" } },
|
||||||
|
|||||||
Reference in New Issue
Block a user