diff --git a/src/app/page.tsx b/src/app/page.tsx
index 43a893f..a7742c2 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,14 +32,10 @@ export default function LandingPage() {
@@ -47,27 +43,19 @@ export default function LandingPage() {
@@ -75,9 +63,10 @@ export default function LandingPage() {
@@ -87,18 +76,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
features={[
- {
- id: "f1", label: "Pools", title: "Family & Lap Pools", items: [
- "Olympic-sized lap pool", "Zero-entry family zone", "Diving board area"],
- },
- {
- id: "f2", label: "Services", title: "Lessons & Events", items: [
- "Swim lessons for all ages", "Corporate event hosting", "Private party rentals"],
- },
- {
- id: "f3", label: "Amenities", title: "Comfort & Safety", items: [
- "Lifeguard monitored", "On-site snack bar", "Changing rooms and lockers"],
- },
+ { id: "f1", label: "Pools", title: "Family & Lap Pools", items: ["Olympic-sized lap pool", "Zero-entry family zone", "Diving board area"] },
+ { id: "f2", label: "Services", title: "Lessons & Events", items: ["Swim lessons for all ages", "Corporate event hosting", "Private party rentals"] },
+ { id: "f3", label: "Amenities", title: "Comfort & Safety", items: ["Lifeguard monitored", "On-site snack bar", "Changing rooms and lockers"] },
]}
title="Facility Highlights"
description="Everything you need for a perfect day at the pool."
@@ -111,30 +91,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
plans={[
- {
- id: "p1", badge: "Daily", price: "150 CZK", subtitle: "Full day access", features: [
- "Access to all pools", "Free lockers", "Full-day re-entry"],
- buttons: [
- {
- text: "Book Daily", href: "#"},
- ],
- },
- {
- id: "p2", badge: "Family", price: "450 CZK", subtitle: "Best for groups", features: [
- "2 Adults + 2 Kids", "Includes 1 drink each", "Family locker access"],
- buttons: [
- {
- text: "Book Family", href: "#"},
- ],
- },
- {
- id: "p3", badge: "Best Value", price: "2,500 CZK", subtitle: "All summer long", features: [
- "Unlimited pool entry", "Fast-track entry lane", "Event discounts"],
- buttons: [
- {
- text: "Buy Season", href: "#"},
- ],
- },
+ { id: "p1", badge: "Daily", price: "150 CZK", subtitle: "Full day access", features: ["Access to all pools", "Free lockers", "Full-day re-entry"], buttons: [{ text: "Book Daily", href: "#" }] },
+ { id: "p2", badge: "Family", price: "450 CZK", subtitle: "Best for groups", features: ["2 Adults + 2 Kids", "Includes 1 drink each", "Family locker access"], buttons: [{ text: "Book Family", href: "#" }] },
+ { id: "p3", badge: "Best Value", price: "2,500 CZK", subtitle: "All summer long", features: ["Unlimited pool entry", "Fast-track entry lane", "Event discounts"], buttons: [{ text: "Buy Season", href: "#" }] },
]}
title="Clear & Simple Pricing"
description="Choose the ticket option that fits your visit."
@@ -147,15 +106,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
metrics={[
- {
- id: "m1", title: "Water Temperature", value: "26°C", icon: Droplets,
- },
- {
- id: "m2", title: "Current Occupancy", value: "65%", icon: Users,
- },
- {
- id: "m3", title: "Facility Status", value: "Open", icon: CheckCircle,
- },
+ { id: "m1", title: "Water Temperature", value: "26°C", icon: Droplets },
+ { id: "m2", title: "Current Occupancy", value: "65%", icon: Users },
+ { id: "m3", title: "Facility Status", value: "Open", icon: CheckCircle },
]}
title="Facility Status"
description="Real-time updates to help you plan your visit."
@@ -166,19 +119,14 @@ export default function LandingPage() {
@@ -188,12 +136,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
faqs={[
- {
- id: "q1", title: "Is the pool open in bad weather?", content: "Yes, we monitor conditions closely and remain open unless severe weather warnings are issued."},
- {
- id: "q2", title: "Are there swimming lessons available?", content: "We offer group and private lessons for children and adults. Check our events board for schedules."},
- {
- id: "q3", title: "Can I bring my own food?", content: "We encourage you to visit our on-site snack bar, but small snacks are allowed in picnic areas."},
+ { id: "q1", title: "Is the pool open in bad weather?", content: "Yes, we monitor conditions closely and remain open unless severe weather warnings are issued." },
+ { id: "q2", title: "Are there swimming lessons available?", content: "We offer group and private lessons for children and adults. Check our events board for schedules." },
+ { id: "q3", title: "Can I bring my own food?", content: "We encourage you to visit our on-site snack bar, but small snacks are allowed in picnic areas." },
]}
imageSrc="http://img.b2bpic.net/free-photo/professional-guys-posing-beach-with-lifejacket-lifebuoy_273609-31488.jpg"
mediaAnimation="slide-up"
@@ -206,12 +151,10 @@ export default function LandingPage() {