Update src/app/page.tsx
This commit is contained in:
@@ -82,7 +82,7 @@ export default function LandingPage() {
|
||||
<HeroSplitKpi
|
||||
title={"A Place To Belong."}
|
||||
description={"Dedicated to Troy families, teens, and kids. Explore safe after-school programs, unforgettable birthday parties, vibrant community events, and engaging teen recreation."}
|
||||
background={{"variant":"floatingGradient"}}
|
||||
background={{"variant":"sparkles-gradient"}}
|
||||
kpis={[
|
||||
{"value":"4.5★","label":"Rated by 118+ Families"},
|
||||
{"value":"20+","label":"Years Serving Troy"},
|
||||
@@ -93,8 +93,8 @@ export default function LandingPage() {
|
||||
{"text":"Explore Programs","href":"#programs"},
|
||||
{"text":"Book a Party","href":"#events-rentals"}
|
||||
]}
|
||||
imageSrc={resolveAsset("http://img.b2bpic.net/free-photo/medium-shot-friends-playing-videogame_23-2150571996.jpg").url}
|
||||
imageAlt={resolveAsset("http://img.b2bpic.net/free-photo/medium-shot-friends-playing-videogame_23-2150571996.jpg").alt}
|
||||
imageSrc={resolveAsset("asset://hero-main").url}
|
||||
imageAlt={resolveAsset("asset://hero-main").alt}
|
||||
mediaAnimation={"slide-up"}
|
||||
/>
|
||||
</div>
|
||||
@@ -102,10 +102,9 @@ export default function LandingPage() {
|
||||
<MediaAbout
|
||||
title={"A Trusted Safe Space for Troy Youth"}
|
||||
description={"The Troy Rec is more than just a facility; it's the heart of our community. We are committed to providing a welcoming, safe, and energetic environment where every child and family feels a sense of belonging. Our friendly staff ensure affordable, fun events, engaging teen hangouts, state-of-the-art gaming areas, and exciting gym activities for everyone."}
|
||||
imageSrc={resolveAsset("http://img.b2bpic.net/free-photo/side-view-modern-family-retro-style_23-2150595572.jpg").url}
|
||||
imageAlt={resolveAsset("http://img.b2bpic.net/free-photo/side-view-modern-family-retro-style_23-2150595572.jpg").alt}
|
||||
imageSrc={resolveAsset("asset://about-community").url}
|
||||
imageAlt={resolveAsset("asset://about-community").alt}
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation={"slide-up"}
|
||||
/>
|
||||
</div>
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
@@ -122,12 +121,12 @@ export default function LandingPage() {
|
||||
title={"Our Engaging Programs & Activities"}
|
||||
description={"Discover a world of excitement and community at The Troy Rec. From after-school adventures to unforgettable parties, there's something for everyone to love."}
|
||||
products={[
|
||||
{"id":"p1","brand":"The Troy Rec","name":"After-School Programs","price":"See Details","rating":5,"reviewCount":"120 Reviews","imageSrc":resolveAsset("http://img.b2bpic.net/free-photo/kids-playing-with-frisbee-close-up_23-2149199851.jpg").url,"imageAlt":resolveAsset("http://img.b2bpic.net/free-photo/kids-playing-with-frisbee-close-up_23-2149199851.jpg").alt},
|
||||
{"id":"p2","brand":"The Troy Rec","name":"Birthday Parties","price":"Book Now","rating":5,"reviewCount":"85 Reviews","imageSrc":resolveAsset("http://img.b2bpic.net/free-photo/elegant-mother-with-little-son-bed_1157-20337.jpg").url,"imageAlt":resolveAsset("http://img.b2bpic.net/free-photo/elegant-mother-with-little-son-bed_1157-20337.jpg").alt},
|
||||
{"id":"p3","brand":"The Troy Rec","name":"Teen Nights","price":"Join Us","rating":4,"reviewCount":"60 Reviews","imageSrc":resolveAsset("http://img.b2bpic.net/free-photo/medium-shot-smiley-friends-playing-videogames_23-2149350031.jpg").url,"imageAlt":resolveAsset("http://img.b2bpic.net/free-photo/medium-shot-smiley-friends-playing-videogames_23-2149350031.jpg").alt},
|
||||
{"id":"p4","brand":"The Troy Rec","name":"Open Gym","price":"View Schedule","rating":5,"reviewCount":"150 Reviews","imageSrc":resolveAsset("http://img.b2bpic.net/free-photo/two-teenagers-exchanging-friendly-handshake_1385-2526.jpg").url,"imageAlt":resolveAsset("http://img.b2bpic.net/free-photo/two-teenagers-exchanging-friendly-handshake_1385-2526.jpg").alt},
|
||||
{"id":"p5","brand":"The Troy Rec","name":"Gaming Lounge","price":"Explore","rating":5,"reviewCount":"75 Reviews","imageSrc":resolveAsset("http://img.b2bpic.net/free-photo/side-view-friends-playing-videogames_23-2150571941.jpg").url,"imageAlt":resolveAsset("http://img.b2bpic.net/free-photo/side-view-friends-playing-videogames_23-2150571941.jpg").alt},
|
||||
{"id":"p6","brand":"The Troy Rec","name":"Community Rentals","price":"Inquire","rating":4,"reviewCount":"40 Reviews","imageSrc":resolveAsset("http://img.b2bpic.net/free-photo/look-from-white-chairs-standing-around-wedding-altar_8353-730.jpg").url,"imageAlt":resolveAsset("http://img.b2bpic.net/free-photo/look-from-white-chairs-standing-around-wedding-altar_8353-730.jpg").alt}
|
||||
{"id":"p1","brand":"The Troy Rec","name":"After-School Programs","price":"See Details","rating":5,"reviewCount":"120 Reviews","imageSrc":resolveAsset("asset://program-afterschool").url,"imageAlt":resolveAsset("asset://program-afterschool").alt},
|
||||
{"id":"p2","brand":"The Troy Rec","name":"Birthday Parties","price":"Book Now","rating":5,"reviewCount":"85 Reviews","imageSrc":resolveAsset("asset://program-birthday").url,"imageAlt":resolveAsset("asset://program-birthday").alt},
|
||||
{"id":"p3","brand":"The Troy Rec","name":"Teen Nights","price":"Join Us","rating":4,"reviewCount":"60 Reviews","imageSrc":resolveAsset("asset://program-teen").url,"imageAlt":resolveAsset("asset://program-teen").alt},
|
||||
{"id":"p4","brand":"The Troy Rec","name":"Open Gym","price":"View Schedule","rating":5,"reviewCount":"150 Reviews","imageSrc":resolveAsset("asset://program-gym").url,"imageAlt":resolveAsset("asset://program-gym").alt},
|
||||
{"id":"p5","brand":"The Troy Rec","name":"Gaming Lounge","price":"Explore","rating":5,"reviewCount":"75 Reviews","imageSrc":resolveAsset("asset://program-gaming").url,"imageAlt":resolveAsset("asset://program-gaming").alt},
|
||||
{"id":"p6","brand":"The Troy Rec","name":"Community Rentals","price":"Inquire","rating":4,"reviewCount":"40 Reviews","imageSrc":resolveAsset("asset://program-rentals").url,"imageAlt":resolveAsset("asset://program-rentals").alt}
|
||||
]}
|
||||
gridVariant={"bento-grid"}
|
||||
animationType={"slide-up"}
|
||||
@@ -140,12 +139,12 @@ export default function LandingPage() {
|
||||
title={"Explore Our World-Class Facilities"}
|
||||
description={"Immerse yourself in dynamic spaces designed for fun, fitness, and connection. From high-energy courts to relaxing lounges, The Troy Rec offers premium environments for every activity."}
|
||||
features={[
|
||||
{"id":"f1","title":"Basketball Courts","descriptions":["Two full-sized, state-of-the-art basketball courts.","Ideal for leagues, open play, and individual practice."],"imageSrc":resolveAsset("http://img.b2bpic.net/free-photo/delivery-bag-world-cup-side-view_187299-32411.jpg").url,"imageAlt":resolveAsset("http://img.b2bpic.net/free-photo/delivery-bag-world-cup-side-view_187299-32411.jpg").alt},
|
||||
{"id":"f2","title":"Gaming Stations","descriptions":["High-performance gaming PCs and consoles.","Perfect for competitive esports or casual fun."],"imageSrc":resolveAsset("http://img.b2bpic.net/free-photo/young-adults-having-party-home_23-2149215879.jpg").url,"imageAlt":resolveAsset("http://img.b2bpic.net/free-photo/young-adults-having-party-home_23-2149215879.jpg").alt},
|
||||
{"id":"f3","title":"Lounge Seating","descriptions":["Comfortable and stylish areas for relaxation.","Great for unwinding between activities or socializing."],"imageSrc":resolveAsset("http://img.b2bpic.net/free-photo/asian-tourist-messaging-smartphone_482257-103298.jpg").url,"imageAlt":resolveAsset("http://img.b2bpic.net/free-photo/asian-tourist-messaging-smartphone_482257-103298.jpg").alt},
|
||||
{"id":"f4","title":"Party Areas","descriptions":["Dedicated spaces for birthdays and private celebrations.","Customize your event with ease and fun."],"imageSrc":resolveAsset("http://img.b2bpic.net/free-photo/siblings-looking-birthday-cake_23-2147773260.jpg").url,"imageAlt":resolveAsset("http://img.b2bpic.net/free-photo/siblings-looking-birthday-cake_23-2147773260.jpg").alt},
|
||||
{"id":"f5","title":"Event Hall","descriptions":["Spacious multi-purpose hall for community gatherings.","Host your next church event, school function, or dance night."],"imageSrc":resolveAsset("http://img.b2bpic.net/free-photo/freshly-cut-beautiful-red-purple-wedding-flowers-garland-chair_146671-19469.jpg").url,"imageAlt":resolveAsset("http://img.b2bpic.net/free-photo/freshly-cut-beautiful-red-purple-wedding-flowers-garland-chair_146671-19469.jpg").alt},
|
||||
{"id":"f6","title":"Teen Social Spaces","descriptions":["Vibrant and supervised zones for teens to connect.","A safe place to hang out, make friends, and be themselves."],"imageSrc":resolveAsset("http://img.b2bpic.net/free-photo/medium-shot-multicultural-friends-taking-selfies_23-2148212350.jpg").url,"imageAlt":resolveAsset("http://img.b2bpic.net/free-photo/medium-shot-multicultural-friends-taking-selfies_23-2148212350.jpg").alt}
|
||||
{"id":"f1","title":"Basketball Courts","descriptions":["Two full-sized, state-of-the-art basketball courts.","Ideal for leagues, open play, and individual practice."],"imageSrc":resolveAsset("asset://facility-basketball").url,"imageAlt":resolveAsset("asset://facility-basketball").alt},
|
||||
{"id":"f2","title":"Gaming Stations","descriptions":["High-performance gaming PCs and consoles.","Perfect for competitive esports or casual fun."],"imageSrc":resolveAsset("asset://facility-gaming").url,"imageAlt":resolveAsset("asset://facility-gaming").alt},
|
||||
{"id":"f3","title":"Lounge Seating","descriptions":["Comfortable and stylish areas for relaxation.","Great for unwinding between activities or socializing."],"imageSrc":resolveAsset("asset://facility-lounge").url,"imageAlt":resolveAsset("asset://facility-lounge").alt},
|
||||
{"id":"f4","title":"Party Areas","descriptions":["Dedicated spaces for birthdays and private celebrations.","Customize your event with ease and fun."],"imageSrc":resolveAsset("asset://facility-party").url,"imageAlt":resolveAsset("asset://facility-party").alt},
|
||||
{"id":"f5","title":"Event Hall","descriptions":["Spacious multi-purpose hall for community gatherings.","Host your next church event, school function, or dance night."],"imageSrc":resolveAsset("asset://facility-event").url,"imageAlt":resolveAsset("asset://facility-event").alt},
|
||||
{"id":"f6","title":"Teen Social Spaces","descriptions":["Vibrant and supervised zones for teens to connect.","A safe place to hang out, make friends, and be themselves."],"imageSrc":resolveAsset("asset://facility-social").url,"imageAlt":resolveAsset("asset://facility-social").alt}
|
||||
]}
|
||||
animationType={"scale-rotate"}
|
||||
textboxLayout={"default"}
|
||||
@@ -158,10 +157,10 @@ export default function LandingPage() {
|
||||
rating={5}
|
||||
author={"Sarah M., Parent"}
|
||||
avatars={[
|
||||
{"src":resolveAsset("http://img.b2bpic.net/free-photo/happy-young-african-woman-standing-grey-wall_171337-19020.jpg").url,"alt":resolveAsset("http://img.b2bpic.net/free-photo/happy-young-african-woman-standing-grey-wall_171337-19020.jpg").alt},
|
||||
{"src":resolveAsset("http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg").url,"alt":resolveAsset("http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg").alt},
|
||||
{"src":resolveAsset("http://img.b2bpic.net/free-photo/close-up-smiley-woman-posing-outdoors_23-2148618856.jpg").url,"alt":resolveAsset("http://img.b2bpic.net/free-photo/close-up-smiley-woman-posing-outdoors_23-2148618856.jpg").alt},
|
||||
{"src":resolveAsset("http://img.b2bpic.net/free-photo/cute-girl-with-pencil_23-2147666882.jpg").url,"alt":resolveAsset("http://img.b2bpic.net/free-photo/cute-girl-with-pencil_23-2147666882.jpg").alt}
|
||||
{"src":resolveAsset("asset://avatar-1").url,"alt":resolveAsset("asset://avatar-1").alt},
|
||||
{"src":resolveAsset("asset://avatar-2").url,"alt":resolveAsset("asset://avatar-2").alt},
|
||||
{"src":resolveAsset("asset://avatar-3").url,"alt":resolveAsset("asset://avatar-3").alt},
|
||||
{"src":resolveAsset("asset://avatar-4").url,"alt":resolveAsset("asset://avatar-4").alt}
|
||||
]}
|
||||
ratingAnimation={"blur-reveal"}
|
||||
avatarsAnimation={"slide-up"}
|
||||
@@ -177,8 +176,8 @@ export default function LandingPage() {
|
||||
{"id":"q2","title":"How do I book a birthday party?","content":"Booking a birthday party is easy! Visit our 'Events & Rentals' section, choose your preferred package and date, and fill out the inquiry form. Our team will get back to you within 24 hours to confirm details."},
|
||||
{"id":"q3","title":"Is The Troy Rec a safe environment for teens?","content":"Absolutely. We pride ourselves on being a supervised and welcoming space for teens. Our staff are trained professionals, and we have strict policies to ensure a safe and positive environment for all participants."}
|
||||
]}
|
||||
imageSrc={resolveAsset("http://img.b2bpic.net/free-photo/young-team-coworkers-working-project_273609-16152.jpg").url}
|
||||
imageAlt={resolveAsset("http://img.b2bpic.net/free-photo/young-team-coworkers-working-project_273609-16152.jpg").alt}
|
||||
imageSrc={resolveAsset("asset://faq-image").url}
|
||||
imageAlt={resolveAsset("asset://faq-image").alt}
|
||||
mediaAnimation={"slide-up"}
|
||||
faqsAnimation={"slide-up"}
|
||||
textboxLayout={"default"}
|
||||
@@ -200,8 +199,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
logoText={"The Troy Rec"}
|
||||
logoSrc={resolveAsset("http://img.b2bpic.net/free-photo/youth-vintage-vector-graphic-concept_53876-13838.jpg").url}
|
||||
logoAlt={resolveAsset("http://img.b2bpic.net/free-photo/youth-vintage-vector-graphic-concept_53876-13838.jpg").alt}
|
||||
logoSrc={resolveAsset("asset://logo-full").url}
|
||||
logoAlt={resolveAsset("asset://logo-full").alt}
|
||||
columns={[
|
||||
{"items":[{"label":"Home","href":"#hero"},{"label":"About Us","href":"#about"},{"label":"Facilities","href":"#facilities"}]},
|
||||
{"items":[{"label":"Programs","href":"#programs"},{"label":"Events & Rentals","href":"#events-rentals"},{"label":"FAQ","href":"#faq"}]},
|
||||
|
||||
Reference in New Issue
Block a user