Update src/app/page.tsx

This commit is contained in:
2026-05-06 18:13:42 +00:00
parent 79a509d7d7
commit ea26acae35

View File

@@ -32,25 +32,15 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "home",
},
name: "Home", id: "home"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Facilities",
id: "facilities",
},
name: "Facilities", id: "facilities"},
{
name: "Pricing",
id: "pricing",
},
name: "Pricing", id: "pricing"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Midstream Padel"
/>
@@ -59,35 +49,22 @@ export default function LandingPage() {
<div id="home" data-section="home">
<HeroBillboardGallery
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Your Local Padel Hub"
description="Experience the best padel courts, premium facilities, and a vibrant community atmosphere."
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-tennis-court_23-2148250925.jpg?_wi=1",
imageAlt: "Padel Court Gameplay",
},
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-tennis-court_23-2148250925.jpg?_wi=1", imageAlt: "Padel Court Gameplay"},
{
imageSrc: "http://img.b2bpic.net/free-photo/tennis-girl-professional-tennis-court_654080-1245.jpg?_wi=1",
imageAlt: "Night Time Lighting",
},
imageSrc: "http://img.b2bpic.net/free-photo/tennis-girl-professional-tennis-court_654080-1245.jpg?_wi=1", imageAlt: "Night Time Lighting"},
{
imageSrc: "http://img.b2bpic.net/free-photo/stylish-guy-gym-relaxing-floor-eating-healthy-food_78826-2817.jpg",
imageAlt: "Cafe Lounge",
},
imageSrc: "http://img.b2bpic.net/free-photo/stylish-guy-gym-relaxing-floor-eating-healthy-food_78826-2817.jpg", imageAlt: "Cafe Lounge"},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-people-playing-paddle-tennis_23-2149434129.jpg",
imageAlt: "Action Shot",
},
imageSrc: "http://img.b2bpic.net/free-photo/top-view-people-playing-paddle-tennis_23-2149434129.jpg", imageAlt: "Action Shot"},
{
imageSrc: "http://img.b2bpic.net/free-photo/new-business-district-garibaldi_268835-740.jpg",
imageAlt: "Court Details",
},
imageSrc: "http://img.b2bpic.net/free-photo/new-business-district-garibaldi_268835-740.jpg", imageAlt: "Court Details"},
{
imageSrc: "http://img.b2bpic.net/free-photo/cozy-loungers-health-spa-with-no-people-copy-space_637285-6704.jpg",
imageAlt: "Community Vibe",
},
imageSrc: "http://img.b2bpic.net/free-photo/cozy-loungers-health-spa-with-no-people-copy-space_637285-6704.jpg", imageAlt: "Community Vibe"},
]}
mediaAnimation="slide-up"
/>
@@ -110,34 +87,16 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
id: "f1",
label: "Courts",
title: "World Class Padel",
items: [
"Professional flooring",
"Tournament lighting",
"Ample space",
],
id: "f1", label: "Courts", title: "World Class Padel", items: [
"Professional flooring", "Tournament lighting", "Ample space"],
},
{
id: "f2",
label: "Cafe",
title: "Plato Coffee Lounge",
items: [
"Fresh brew daily",
"Comfortable seating",
"WiFi enabled",
],
id: "f2", label: "Cafe", title: "Plato Coffee Lounge", items: [
"Fresh brew daily", "Comfortable seating", "WiFi enabled"],
},
{
id: "f3",
label: "Vibe",
title: "Community Atmosphere",
items: [
"Great music",
"Social events",
"Evening access",
],
id: "f3", label: "Vibe", title: "Community Atmosphere", items: [
"Great music", "Social events", "Evening access"],
},
]}
title="Premium Club Facilities"
@@ -152,50 +111,23 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
id: "p1",
title: "Casual Play",
price: "$15",
period: "/hr",
features: [
"Off-peak access",
"Booking app",
],
id: "p1", title: "Casual Play", price: "$15", period: "/hr", features: [
"Off-peak access", "Booking app"],
button: {
text: "Book Now",
},
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-outdoors_23-2149733014.jpg",
imageAlt: "Medium shot smiley people outdoors",
},
text: "Book Now"},
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-outdoors_23-2149733014.jpg", imageAlt: "Medium shot smiley people outdoors"},
{
id: "p2",
title: "Peak Hour",
price: "$25",
period: "/hr",
features: [
"Prime time booking",
"Night access",
],
id: "p2", title: "Peak Hour", price: "$25", period: "/hr", features: [
"Prime time booking", "Night access"],
button: {
text: "Book Now",
},
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-tennis-court_23-2148250925.jpg?_wi=2",
imageAlt: "Medium shot smiley people outdoors",
},
text: "Book Now"},
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-tennis-court_23-2148250925.jpg?_wi=2", imageAlt: "Medium shot smiley people outdoors"},
{
id: "p3",
title: "Club Member",
price: "$120",
period: "/mo",
features: [
"Unlimited off-peak",
"Event invites",
],
id: "p3", title: "Club Member", price: "$120", period: "/mo", features: [
"Unlimited off-peak", "Event invites"],
button: {
text: "Sign Up",
},
imageSrc: "http://img.b2bpic.net/free-photo/tennis-girl-professional-tennis-court_654080-1245.jpg?_wi=2",
imageAlt: "Medium shot smiley people outdoors",
},
text: "Sign Up"},
imageSrc: "http://img.b2bpic.net/free-photo/tennis-girl-professional-tennis-court_654080-1245.jpg?_wi=2", imageAlt: "Medium shot smiley people outdoors"},
]}
title="Court Access Rates"
description="Flexible booking options to suit your schedule and playing frequency."
@@ -209,45 +141,20 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "t1",
name: "Vishal K",
handle: "@vishal",
testimonial: "Great Padel courts, awesome vibe with the music and excellent coffee ☕",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/concept-workout-sports-lifestyle-portrait-amused-middleaged-male-athlete-pointing-fingers_1258-130554.jpg",
},
id: "t1", name: "Vishal K", handle: "@vishal", testimonial: "Great Padel courts, awesome vibe with the music and excellent coffee ☕", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/concept-workout-sports-lifestyle-portrait-amused-middleaged-male-athlete-pointing-fingers_1258-130554.jpg"},
{
id: "t2",
name: "Maryke V",
handle: "@maryke",
testimonial: "Great service and facilities. Hours till late is great for after work activity.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/active-young-people-playing-squash_329181-13283.jpg",
},
id: "t2", name: "Maryke V", handle: "@maryke", testimonial: "Great service and facilities. Hours till late is great for after work activity.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/active-young-people-playing-squash_329181-13283.jpg"},
{
id: "t3",
name: "Stadio Higher Ed",
handle: "@stadio",
testimonial: "Absolutely excellent and the service is always fabulous ✨",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/confident-young-caucasian-woman-holds-phone-thumbs-up-isolated-green-background-with-copy-space_141793-70045.jpg",
},
id: "t3", name: "Stadio Higher Ed", handle: "@stadio", testimonial: "Absolutely excellent and the service is always fabulous ✨", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/confident-young-caucasian-woman-holds-phone-thumbs-up-isolated-green-background-with-copy-space_141793-70045.jpg"},
{
id: "t4",
name: "Amy D",
handle: "@amy",
testimonial: "Love having Padel on our door step.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/people-sitting-outdoors-with-drinks-full-shot_23-2149434176.jpg",
},
id: "t4", name: "Amy D", handle: "@amy", testimonial: "Love having Padel on our door step.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/people-sitting-outdoors-with-drinks-full-shot_23-2149434176.jpg"},
{
id: "t5",
name: "Carol-Ann M",
handle: "@carol",
testimonial: "Nice spot to sit and catch-up with friends.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-hanging-out_23-2149066125.jpg",
},
id: "t5", name: "Carol-Ann M", handle: "@carol", testimonial: "Nice spot to sit and catch-up with friends.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-hanging-out_23-2149066125.jpg"},
]}
showRating={true}
title="Community Feedback"
@@ -262,26 +169,11 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "13+",
title: "Reviews",
description: "Highly rated by local members",
imageSrc: "http://img.b2bpic.net/free-photo/people-playing-padle-tennis-inside_23-2149444552.jpg",
},
id: "m1", value: "13+", title: "Reviews", description: "Highly rated by local members", imageSrc: "http://img.b2bpic.net/free-photo/people-playing-padle-tennis-inside_23-2149444552.jpg"},
{
id: "m2",
value: "4.8",
title: "Rating",
description: "Excellent service standard",
imageSrc: "http://img.b2bpic.net/free-photo/people-sitting-outdoors-with-drinks-side-view_23-2149434177.jpg",
},
id: "m2", value: "4.8", title: "Rating", description: "Excellent service standard", imageSrc: "http://img.b2bpic.net/free-photo/people-sitting-outdoors-with-drinks-side-view_23-2149434177.jpg"},
{
id: "m3",
value: "24/7",
title: "Access",
description: "Extended hours available",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-senior-couple-gym_23-2148503022.jpg",
},
id: "m3", value: "24/7", title: "Access", description: "Extended hours available", imageSrc: "http://img.b2bpic.net/free-photo/side-view-senior-couple-gym_23-2148503022.jpg"},
]}
title="Our Impact"
description="Join our growing community of active enthusiasts."
@@ -294,20 +186,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "q1",
title: "What are your operating hours?",
content: "We are open from early morning until late in the evening to accommodate after-work activities.",
},
id: "q1", title: "What are your operating hours?", content: "We are open from early morning until late in the evening to accommodate after-work activities."},
{
id: "q2",
title: "Do I need to book in advance?",
content: "Yes, we recommend booking via our app to ensure a court is available at your preferred time.",
},
id: "q2", title: "Do I need to book in advance?", content: "Yes, we recommend booking via our app to ensure a court is available at your preferred time. [Download the booking app here](https://apps.apple.com)."},
{
id: "q3",
title: "Can I bring friends?",
content: "Absolutely, our lounge is a perfect spot for friends to meet up even if they aren't playing padel.",
},
id: "q3", title: "Can I bring friends?", content: "Absolutely, our lounge is a perfect spot for friends to meet up even if they aren't playing padel."},
]}
title="Common Questions"
description="Answers to help you get started on the court."
@@ -319,8 +202,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Contact Us"
title="Get in touch"
description="Have questions about memberships or need to book a session? Reach out today."
@@ -336,4 +218,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}