From f18ad5a477bca331c96c3ed7c9e5fa0208dec87a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 15:40:02 +0000 Subject: [PATCH] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 3b2d52a..305af88 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -40,6 +40,8 @@ export default function PricingPage() { animationType="slide-up" title="Transparent Pricing" description="Fair and competitive rates for all your plumbing needs." + textboxLayout="default" + useInvertedBackground={false} plans={[ { id: "basic", badge: "Standard", price: "£60/hr", subtitle: "For minor repairs and quick fixes", features: ["Tap adjustments", "Small leak repair", "Fixture maintenance"], -- 2.49.1