Merge version_61 into main
Merge version_61 into main
This commit was merged in pull request #77.
This commit is contained in:
@@ -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" } }
|
||||
|
||||
@@ -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" } },
|
||||
|
||||
Reference in New Issue
Block a user