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