Merge version_61 into main

Merge version_61 into main
This commit was merged in pull request #77.
This commit is contained in:
2026-05-03 18:24:54 +00:00
2 changed files with 2 additions and 0 deletions

View File

@@ -79,6 +79,7 @@ export default function LandingPage() {
textboxLayout="split"
title="Transparent Pricing"
description="Simple, daily rental options tailored to your event length."
useInvertedBackground={false}
plans={[
{ id: "basic", title: "Weekend Warrior", price: "$1,200", period: "per weekend", features: ["Delivery & Setup", "Eco-friendly supplies", "Climate controlled"], button: { text: "Get 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" } }

View File

@@ -42,6 +42,7 @@ export default function PricingPage() {
textboxLayout="split"
title="Our Rental Rates"
description="Transparent pricing for every occasion. Contact us for custom quotes on multi-day rentals."
useInvertedBackground={false}
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: "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" } },