Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d86d0adea2 | |||
| 72325991a0 |
188
src/app/page.tsx
188
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Programs",
|
||||
id: "programs",
|
||||
},
|
||||
name: "Programs", id: "programs"},
|
||||
{
|
||||
name: "Amenities",
|
||||
id: "amenities",
|
||||
},
|
||||
name: "Amenities", id: "amenities"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Winston Family YMCA"
|
||||
/>
|
||||
@@ -57,31 +49,19 @@ export default function LandingPage() {
|
||||
description="Fitness, Family & Community — All in One Place. Programs for all ages, wellness, and community connection."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Membership",
|
||||
href: "#pricing",
|
||||
},
|
||||
text: "Explore Membership", href: "#pricing"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-women-gym-break_23-2148419850.jpg?_wi=1",
|
||||
imageAlt: "Community fitness center",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-women-gym-break_23-2148419850.jpg?_wi=1", imageAlt: "Community fitness center"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-blond-athletic-male-two-slim-female-fitness-models-doing-shoulder-exercises-with-dumbbells-gym-club_613910-16301.jpg",
|
||||
imageAlt: "Handsome blond, athletic male and two slim female fitness models doing shoulder exercises with dumbbells in a gym club.",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-blond-athletic-male-two-slim-female-fitness-models-doing-shoulder-exercises-with-dumbbells-gym-club_613910-16301.jpg", imageAlt: "Handsome blond, athletic male and two slim female fitness models doing shoulder exercises with dumbbells in a gym club."},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-helping-man-workout_23-2149740185.jpg",
|
||||
imageAlt: "Side view woman helping man workout",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-helping-man-workout_23-2149740185.jpg", imageAlt: "Side view woman helping man workout"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-trying-high-five-man-gym_23-2148766008.jpg",
|
||||
imageAlt: "Woman trying to high-five a man at the gym",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-trying-high-five-man-gym_23-2148766008.jpg", imageAlt: "Woman trying to high-five a man at the gym"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-hanging-out-together-medium-shot_23-2149085462.jpg",
|
||||
imageAlt: "Friends hanging out together medium shot",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-hanging-out-together-medium-shot_23-2149085462.jpg", imageAlt: "Friends hanging out together medium shot"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -93,33 +73,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Fitness & Gym",
|
||||
subtitle: "Full range of strength & cardio",
|
||||
category: "Health",
|
||||
value: "Access",
|
||||
},
|
||||
id: "f1", title: "Fitness & Gym", subtitle: "Full range of strength & cardio", category: "Health", value: "Access"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Swimming & Pool",
|
||||
subtitle: "Indoor lap and family pools",
|
||||
category: "Aquatics",
|
||||
value: "Splash",
|
||||
},
|
||||
id: "f2", title: "Swimming & Pool", subtitle: "Indoor lap and family pools", category: "Aquatics", value: "Splash"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Kids & Family",
|
||||
subtitle: "Activities for every age",
|
||||
category: "Community",
|
||||
value: "Growth",
|
||||
},
|
||||
id: "f3", title: "Kids & Family", subtitle: "Activities for every age", category: "Community", value: "Growth"},
|
||||
{
|
||||
id: "f4",
|
||||
title: "Group Classes",
|
||||
subtitle: "Yoga, HIIT, and more",
|
||||
category: "Fitness",
|
||||
value: "Energy",
|
||||
},
|
||||
id: "f4", title: "Group Classes", subtitle: "Yoga, HIIT, and more", category: "Fitness", value: "Energy"},
|
||||
]}
|
||||
title="Our Programs"
|
||||
description="Diverse fitness and wellness programs for all ages and interests."
|
||||
@@ -132,9 +92,7 @@ export default function LandingPage() {
|
||||
title="Why Choose Us?"
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Mission",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Our Mission", href: "#contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -147,41 +105,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "a1",
|
||||
brand: "Relax",
|
||||
name: "Sauna",
|
||||
price: "Included",
|
||||
rating: 5,
|
||||
reviewCount: "100+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-sauna-bench-edge-looking-light-spa-lifestyle-wellness-pause_169016-69192.jpg",
|
||||
},
|
||||
id: "a1", brand: "Relax", name: "Sauna", price: "Included", rating: 5,
|
||||
reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/woman-sauna-bench-edge-looking-light-spa-lifestyle-wellness-pause_169016-69192.jpg"},
|
||||
{
|
||||
id: "a2",
|
||||
brand: "Sports",
|
||||
name: "Basketball Court",
|
||||
price: "Included",
|
||||
rating: 5,
|
||||
reviewCount: "200+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-professional-basketball-player-holds-ball-hoop-game-hall_613910-7710.jpg",
|
||||
},
|
||||
id: "a2", brand: "Sports", name: "Basketball Court", price: "Included", rating: 5,
|
||||
reviewCount: "200+", imageSrc: "http://img.b2bpic.net/free-photo/black-professional-basketball-player-holds-ball-hoop-game-hall_613910-7710.jpg"},
|
||||
{
|
||||
id: "a3",
|
||||
brand: "Active",
|
||||
name: "Volleyball",
|
||||
price: "Included",
|
||||
rating: 5,
|
||||
reviewCount: "80+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overhead-shot-people-basketball-court-park_181624-8499.jpg",
|
||||
},
|
||||
id: "a3", brand: "Active", name: "Volleyball", price: "Included", rating: 5,
|
||||
reviewCount: "80+", imageSrc: "http://img.b2bpic.net/free-photo/overhead-shot-people-basketball-court-park_181624-8499.jpg"},
|
||||
{
|
||||
id: "a4",
|
||||
brand: "Tech",
|
||||
name: "High-speed Wi-Fi",
|
||||
price: "Included",
|
||||
rating: 4,
|
||||
reviewCount: "50+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/row-fitness-strap-front-woman-listening-music-smartphone_23-2147949484.jpg",
|
||||
},
|
||||
id: "a4", brand: "Tech", name: "High-speed Wi-Fi", price: "Included", rating: 4,
|
||||
reviewCount: "50+", imageSrc: "http://img.b2bpic.net/free-photo/row-fitness-strap-front-woman-listening-music-smartphone_23-2147949484.jpg"},
|
||||
]}
|
||||
title="Top Amenities"
|
||||
description="Enjoy world-class amenities at our facility."
|
||||
@@ -194,60 +128,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
date: "Jan 2025",
|
||||
title: "Great Staff",
|
||||
quote: "The staff here is incredibly welcoming and helpful.",
|
||||
tag: "Member",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/kids-adult-training-with-resistance-band_23-2148872530.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-women-gym-break_23-2148419850.jpg?_wi=2",
|
||||
imageAlt: "happy family member ymca fitness",
|
||||
},
|
||||
id: "t1", name: "Sarah J.", date: "Jan 2025", title: "Great Staff", quote: "The staff here is incredibly welcoming and helpful.", tag: "Member", avatarSrc: "http://img.b2bpic.net/free-photo/kids-adult-training-with-resistance-band_23-2148872530.jpg", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-women-gym-break_23-2148419850.jpg?_wi=2", imageAlt: "happy family member ymca fitness"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mike D.",
|
||||
date: "Dec 2024",
|
||||
title: "Family Friendly",
|
||||
quote: "Perfect for our kids and our own fitness routine.",
|
||||
tag: "Family",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-happy-female-beauty-blogger-young-latin-woman-with-brown-eyes-dark-curly-hair-smiling-widely-when-vlogging-indoors-looking-straight-camera-cosmetics-beauty-make-up-blogs-concep_74855-22834.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fitness-team-work-position_23-2148387775.jpg",
|
||||
imageAlt: "happy family member ymca fitness",
|
||||
},
|
||||
id: "t2", name: "Mike D.", date: "Dec 2024", title: "Family Friendly", quote: "Perfect for our kids and our own fitness routine.", tag: "Family", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-happy-female-beauty-blogger-young-latin-woman-with-brown-eyes-dark-curly-hair-smiling-widely-when-vlogging-indoors-looking-straight-camera-cosmetics-beauty-make-up-blogs-concep_74855-22834.jpg", imageSrc: "http://img.b2bpic.net/free-photo/fitness-team-work-position_23-2148387775.jpg", imageAlt: "happy family member ymca fitness"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily R.",
|
||||
date: "Nov 2024",
|
||||
title: "Variety",
|
||||
quote: "I love the variety of group classes every single week.",
|
||||
tag: "Student",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/fit-young-woman-stretching-her-leg-fitness-club_23-2147949586.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/water-polo-players-pool-with-swimming-equipment_23-2150893972.jpg",
|
||||
imageAlt: "happy family member ymca fitness",
|
||||
},
|
||||
id: "t3", name: "Emily R.", date: "Nov 2024", title: "Variety", quote: "I love the variety of group classes every single week.", tag: "Student", avatarSrc: "http://img.b2bpic.net/free-photo/fit-young-woman-stretching-her-leg-fitness-club_23-2147949586.jpg", imageSrc: "http://img.b2bpic.net/free-photo/water-polo-players-pool-with-swimming-equipment_23-2150893972.jpg", imageAlt: "happy family member ymca fitness"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David K.",
|
||||
date: "Oct 2024",
|
||||
title: "Clean",
|
||||
quote: "Always very clean, especially the pool area.",
|
||||
tag: "Member",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-sports-people-sitting-morning-gym_1157-32166.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-mother-posing-home-yoga-mat-with-daughters_23-2148492522.jpg",
|
||||
imageAlt: "happy family member ymca fitness",
|
||||
},
|
||||
id: "t4", name: "David K.", date: "Oct 2024", title: "Clean", quote: "Always very clean, especially the pool area.", tag: "Member", avatarSrc: "http://img.b2bpic.net/free-photo/young-sports-people-sitting-morning-gym_1157-32166.jpg", imageSrc: "http://img.b2bpic.net/free-photo/happy-mother-posing-home-yoga-mat-with-daughters_23-2148492522.jpg", imageAlt: "happy family member ymca fitness"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Susan P.",
|
||||
date: "Sep 2024",
|
||||
title: "Community",
|
||||
quote: "Truly a hub for the neighborhood.",
|
||||
tag: "Member",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-people-high-five_23-2149037626.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/females-working-hard-fitness-class_23-2148387765.jpg",
|
||||
imageAlt: "happy family member ymca fitness",
|
||||
},
|
||||
id: "t5", name: "Susan P.", date: "Sep 2024", title: "Community", quote: "Truly a hub for the neighborhood.", tag: "Member", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-people-high-five_23-2149037626.jpg", imageSrc: "http://img.b2bpic.net/free-photo/females-working-hard-fitness-class_23-2148387765.jpg", imageAlt: "happy family member ymca fitness"},
|
||||
]}
|
||||
title="Community Voices"
|
||||
description="What our members have to say about our welcoming staff and programs."
|
||||
@@ -261,20 +150,12 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "Mon-Fri",
|
||||
title: "Weekdays",
|
||||
items: [
|
||||
"5:00 AM - 10:00 PM",
|
||||
],
|
||||
id: "m1", value: "Mon-Fri", title: "Weekdays", items: [
|
||||
"5:00 AM - 10:00 PM"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "Sat-Sun",
|
||||
title: "Weekends",
|
||||
items: [
|
||||
"7:00 AM - 8:00 PM",
|
||||
],
|
||||
id: "m2", value: "Sat-Sun", title: "Weekends", items: [
|
||||
"7:00 AM - 8:00 PM"],
|
||||
},
|
||||
]}
|
||||
title="Facility Hours"
|
||||
@@ -286,12 +167,11 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
tag="Join Us"
|
||||
title="Join a Community That Keeps You Active"
|
||||
description="Sign up today and get started with your membership."
|
||||
buttonText="Get Started"
|
||||
buttonText="Claim Your Free Trial"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user