diff --git a/src/app/page.tsx b/src/app/page.tsx index 902d4ca..8ae4618 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,66 +45,41 @@ export default function LandingPage() {
@@ -124,19 +91,13 @@ export default function LandingPage() { description="We are committed to providing a safe, clean, and fun experience for all ages. Our park is designed to encourage movement, laughter, and unforgettable memories for families in our community." metrics={[ { - value: "10k+", - title: "Happy Jumpers", - }, + value: "10k+", title: "Happy Jumpers"}, { - value: "500+", - title: "Parties Hosted", - }, + value: "500+", title: "Parties Hosted"}, { - value: "24/7", - title: "Safety Protocols", - }, + value: "24/7", title: "Safety Protocols"}, ]} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C3PkwVZUQPPoiQG4LEh3dCXitJ/a-wide-angle-view-of-an-indoor-adventure-1775683451160-120efd65.png?_wi=1" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C3PkwVZUQPPoiQG4LEh3dCXitJ/a-wide-angle-view-of-an-indoor-adventure-1775683451160-120efd65.png" imageAlt="Clean and spacious trampoline park facility" mediaAnimation="slide-up" metricsAnimation="blur-reveal" @@ -150,20 +111,11 @@ export default function LandingPage() { description="Explore all the ways you can jump, climb, and compete at Airborne. Every zone is carefully designed for safety and endless entertainment." accordionItems={[ { - id: "f1", - title: "Freestyle Trampolines", - content: "Defy gravity on our expansive main jumping area, perfect for freestyle moves or just letting off energy.", - }, + id: "f1", title: "Freestyle Trampolines", content: "Defy gravity on our expansive main jumping area, perfect for freestyle moves or just letting off energy."}, { - id: "f2", - title: "Dodgeball Courts", - content: "Battle it out in our dodgeball arena! A fun and energetic way to test your reflexes and teamwork.", - }, + id: "f2", title: "Dodgeball Courts", content: "Battle it out in our dodgeball arena! A fun and energetic way to test your reflexes and teamwork."}, { - id: "f3", - title: "Obstacle Course", - content: "Challenge your limits on our custom-built ninja-inspired obstacle courses for all skill levels.", - }, + id: "f3", title: "Obstacle Course", content: "Challenge your limits on our custom-built ninja-inspired obstacle courses for all skill levels."}, ]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C3PkwVZUQPPoiQG4LEh3dCXitJ/close-up-of-a-dodgeball-court-inside-an--1775683452234-fed56c5e.png" imageAlt="Dodgeball court at Airborne park" @@ -178,54 +130,27 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "p1", - badge: "Entry", - price: "$15", - subtitle: "Single Session Pass", - features: [ - "1 Hour of Jump Time", - "Full Access to Zones", - "Safety Socks Required", - ], + id: "p1", badge: "Entry", price: "$15", subtitle: "Single Session Pass", features: [ + "1 Hour of Jump Time", "Full Access to Zones", "Safety Socks Required"], buttons: [ { - text: "Get Pass", - href: "#", - }, + text: "Get Pass", href: "#"}, ], }, { - id: "p2", - badge: "Popular", - price: "$29", - subtitle: "Day Pass", - features: [ - "All-Day Access", - "Re-entry Privileges", - "Free Water Bottle", - ], + id: "p2", badge: "Popular", price: "$29", subtitle: "Day Pass", features: [ + "All-Day Access", "Re-entry Privileges", "Free Water Bottle"], buttons: [ { - text: "Get Day Pass", - href: "#", - }, + text: "Get Day Pass", href: "#"}, ], }, { - id: "p3", - badge: "Value", - price: "$79", - subtitle: "Monthly Membership", - features: [ - "Unlimited Monthly Jumping", - "20% Off Party Bookings", - "Priority Check-in", - ], + id: "p3", badge: "Value", price: "$79", subtitle: "Monthly Membership", features: [ + "Unlimited Monthly Jumping", "20% Off Party Bookings", "Priority Check-in"], buttons: [ { - text: "Join Now", - href: "#", - }, + text: "Join Now", href: "#"}, ], }, ]} @@ -236,44 +161,20 @@ export default function LandingPage() {
@@ -299,13 +199,9 @@ export default function LandingPage() {