From b76d8e53e021c3f4e3d24ec0d8a523c1800edbc9 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 3 May 2026 18:24:51 +0000 Subject: [PATCH] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 67157b3..d953fb0 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -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" } },