Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-07 00:54:16 +00:00

View File

@@ -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}
/>
</div>
@@ -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" }
]}
/>
</div>
@@ -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}
/>
</div>