From fce5f364d829ac6ba396c3eacc7450e85a33d53f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 00:54:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 45b207c..7d41bca 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,6 +74,7 @@ export default function SwimmingParkPage() { { id: "2", title: "Clean Water", content: "Advanced filtration systems to ensure crystal clear swimming conditions." } ]} imageSrc="https://img.b2bpic.net/free-photo/water-park-slide-swimming-pool_23-2148767355.jpg" + useInvertedBackground={false} /> @@ -87,7 +88,8 @@ export default function SwimmingParkPage() { useInvertedBackground={true} products={[ { id: "day", name: "Day Pass", price: "$25", imageSrc: "https://img.b2bpic.net/free-photo/swimming-pool-float_1203-2415.jpg" }, - { id: "family", name: "Family Bundle", price: "$80", imageSrc: "https://img.b2bpic.net/free-photo/family-swimming-pool_23-2148464673.jpg" } + { id: "family", name: "Family Bundle", price: "$80", imageSrc: "https://img.b2bpic.net/free-photo/family-swimming-pool_23-2148464673.jpg" }, + { id: "seasonal", name: "Seasonal Pass", price: "$150", imageSrc: "https://img.b2bpic.net/free-photo/summer-vacation_23-2148464673.jpg" } ]} /> @@ -111,6 +113,8 @@ export default function SwimmingParkPage() { title="Have Questions?" description="Reach out to us for bookings or general inquiries." imageSrc="https://img.b2bpic.net/free-photo/swimming-pool-resort_1150-13835.jpg" + background={{ variant: "plain" }} + useInvertedBackground={false} /> -- 2.49.1