Update src/app/pricing/page.tsx

This commit is contained in:
2026-05-03 18:24:51 +00:00
parent abc3cb1501
commit b76d8e53e0

View File

@@ -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" } },