From 54f43fb5945739b6c634203ee93df92840652723 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 01:22:09 +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 7e4a337..3260c3a 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -40,6 +40,8 @@ export default function PricingPage() { title="Our Packages" description="Choose the perfect dining experience for your group." animationType="slide-up" + textboxLayout="default" + useInvertedBackground={false} plans={[ { id: "standard", badge: "Starter", price: "$45", subtitle: "Best for couples", buttons: [{ text: "Book Now", href: "/contact" }], features: ["2 Course Meal", "Retro Drinks", "Arcade Credits"] }, { id: "premium", badge: "Vibe Master", price: "$85", subtitle: "Best for groups", buttons: [{ text: "Book Now", href: "/contact" }], features: ["3 Course Meal", "Retro Drinks", "Arcade Credits", "VIP Table"] }, -- 2.49.1