Update src/app/page.tsx
This commit is contained in:
292
src/app/page.tsx
292
src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Attractions",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Attractions", id: "features" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="JumpMasters"
|
||||
/>
|
||||
@@ -56,19 +44,12 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
logoText="JumpMasters Park"
|
||||
description="15 years of gravity-defying fun! Experience the ultimate trampoline arena designed for athletes and thrill-seekers of all ages."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#pricing",
|
||||
},
|
||||
{
|
||||
text: "Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
{ text: "Book Now", href: "#pricing" },
|
||||
{ text: "Our Story", href: "#about" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/two-female-friends-having-fun-skateboarding_23-2148721075.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -93,31 +74,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Foam Pit Arena",
|
||||
description: "Soar into our massive foam pits with total confidence.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-kids-high-five_23-2149038745.jpg",
|
||||
},
|
||||
{
|
||||
title: "Dodgeball Zone",
|
||||
description: "The classic game, taken to new heights on our custom court.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing-low-angle_23-2149743765.jpg",
|
||||
},
|
||||
{
|
||||
title: "Slam Dunk Court",
|
||||
description: "Channel your inner pro athlete and dunk like a legend.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-playing-football_23-2148867373.jpg",
|
||||
},
|
||||
{
|
||||
title: "High-Jump Zone",
|
||||
description: "Reach new heights on our high-performance spring beds.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-children-enjoying-their-gym-class_23-2149070724.jpg",
|
||||
},
|
||||
{
|
||||
title: "Obstacle Course",
|
||||
description: "Test your agility and speed on our custom ninja course.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sporty-kids-gym-full-shot_23-2149351794.jpg",
|
||||
},
|
||||
{ title: "Foam Pit Arena", description: "Soar into our massive foam pits with total confidence.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-kids-high-five_23-2149038745.jpg" },
|
||||
{ title: "Dodgeball Zone", description: "The classic game, taken to new heights on our custom court.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing-low-angle_23-2149743765.jpg" },
|
||||
{ title: "Slam Dunk Court", description: "Channel your inner pro athlete and dunk like a legend.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-playing-football_23-2148867373.jpg" },
|
||||
{ title: "High-Jump Zone", description: "Reach new heights on our high-performance spring beds.", imageSrc: "http://img.b2bpic.net/free-photo/happy-children-enjoying-their-gym-class_23-2149070724.jpg" },
|
||||
{ title: "Obstacle Course", description: "Test your agility and speed on our custom ninja course.", imageSrc: "http://img.b2bpic.net/free-photo/sporty-kids-gym-full-shot_23-2149351794.jpg" },
|
||||
]}
|
||||
title="Unrivaled Attractions"
|
||||
description="Explore our world-class trampoline zones designed to challenge your limits."
|
||||
@@ -131,42 +92,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "1-Hour Jump Pass",
|
||||
price: "$15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girls-playing-together_23-2148124837.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Birthday Party Package",
|
||||
price: "$199",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-costume-with-balloons_23-2148737527.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Custom Grip Socks",
|
||||
price: "$3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/displeased-builder-yellow-work-vest-swinging-hammer_141793-595.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Monthly Membership",
|
||||
price: "$45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/surprised-elderly-woman-wearing-party-hat-stands-with-helium-balloons-holding-credit-card-isolated-orange-wall_141793-95821.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "JumpMasters Gift Card",
|
||||
price: "$25+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smilling-woman-playing-air-hockey_23-2148253041.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Private Facility Rental",
|
||||
price: "$500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/company-is-young-woman-who-has-fun-with-soft-blocks-children-s-playground-trampoline-center_146671-15244.jpg",
|
||||
},
|
||||
{ id: "1", name: "1-Hour Jump Pass", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/girls-playing-together_23-2148124837.jpg" },
|
||||
{ id: "2", name: "Birthday Party Package", price: "$199", imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-costume-with-balloons_23-2148737527.jpg" },
|
||||
{ id: "3", name: "Custom Grip Socks", price: "$3", imageSrc: "http://img.b2bpic.net/free-photo/displeased-builder-yellow-work-vest-swinging-hammer_141793-595.jpg" },
|
||||
{ id: "4", name: "Monthly Membership", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/surprised-elderly-woman-wearing-party-hat-stands-with-helium-balloons-holding-credit-card-isolated-orange-wall_141793-95821.jpg" },
|
||||
{ id: "5", name: "JumpMasters Gift Card", price: "$25+", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smilling-woman-playing-air-hockey_23-2148253041.jpg" },
|
||||
{ id: "6", name: "Private Facility Rental", price: "$500", imageSrc: "http://img.b2bpic.net/free-photo/company-is-young-woman-who-has-fun-with-soft-blocks-children-s-playground-trampoline-center_146671-15244.jpg" },
|
||||
]}
|
||||
title="Passes & Party Packages"
|
||||
description="Choose the best way to experience JumpMasters today."
|
||||
@@ -179,61 +110,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "starter",
|
||||
badge: "Entry",
|
||||
price: "$15",
|
||||
subtitle: "Basic 60 min session",
|
||||
features: [
|
||||
"Full arena access",
|
||||
"Safety briefing",
|
||||
"Free locker",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Popular",
|
||||
price: "$45",
|
||||
subtitle: "Monthly access",
|
||||
features: [
|
||||
"Unlimited jumping",
|
||||
"Priority entry",
|
||||
"10% off parties",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "elite",
|
||||
badge: "Premium",
|
||||
price: "$85",
|
||||
subtitle: "Family unlimited",
|
||||
features: [
|
||||
"4 family members",
|
||||
"All-access",
|
||||
"Priority booking",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "corporate",
|
||||
badge: "Team",
|
||||
price: "$250",
|
||||
subtitle: "Corporate outings",
|
||||
features: [
|
||||
"Private event room",
|
||||
"Team building games",
|
||||
"Dedicated staff",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "vip",
|
||||
badge: "Legend",
|
||||
price: "$150",
|
||||
subtitle: "Annual VIP",
|
||||
features: [
|
||||
"Unlimited visits",
|
||||
"Free grip socks",
|
||||
"Exclusive events",
|
||||
],
|
||||
},
|
||||
{ id: "starter", badge: "Entry", price: "$15", subtitle: "Basic 60 min session", features: ["Full arena access", "Safety briefing", "Free locker"] },
|
||||
{ id: "pro", badge: "Popular", price: "$45", subtitle: "Monthly access", features: ["Unlimited jumping", "Priority entry", "10% off parties"] },
|
||||
{ id: "elite", badge: "Premium", price: "$85", subtitle: "Family unlimited", features: ["4 family members", "All-access", "Priority booking"] },
|
||||
{ id: "corporate", badge: "Team", price: "$250", subtitle: "Corporate outings", features: ["Private event room", "Team building games", "Dedicated staff"] },
|
||||
{ id: "vip", badge: "Legend", price: "$150", subtitle: "Annual VIP", features: ["Unlimited visits", "Free grip socks", "Exclusive events"] },
|
||||
]}
|
||||
title="Membership Plans"
|
||||
description="Unlock unlimited jumps and exclusive member perks."
|
||||
@@ -242,44 +123,15 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
animationType="scale-rotate"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Jane D.",
|
||||
role: "Mom",
|
||||
testimonial: "My kids had the best birthday ever here!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/company-is-young-woman-who-has-fun-with-soft-blocks-children-s-playground-trampoline-center_146671-15269.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Leo K.",
|
||||
role: "Teen",
|
||||
testimonial: "The dodgeball court is insane!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-hanging-out_23-2149550681.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sarah R.",
|
||||
role: "Regular",
|
||||
testimonial: "Safe, clean, and incredibly fun.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-family-ready-play-badminton_23-2149887414.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Mark L.",
|
||||
role: "Father",
|
||||
testimonial: "The staff are so friendly and helpful.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/small-girl-keeps-ballons-room_8353-927.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Tim B.",
|
||||
role: "Athlete",
|
||||
testimonial: "Best trampoline quality in the region.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sports-girls-training-summer-park_1157-37241.jpg",
|
||||
},
|
||||
{ id: "1", name: "Jane D.", role: "Mom", testimonial: "My kids had the best birthday ever here!", imageSrc: "http://img.b2bpic.net/free-photo/company-is-young-woman-who-has-fun-with-soft-blocks-children-s-playground-trampoline-center_146671-15269.jpg" },
|
||||
{ id: "2", name: "Leo K.", role: "Teen", testimonial: "The dodgeball court is insane!", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-hanging-out_23-2149550681.jpg" },
|
||||
{ id: "3", name: "Sarah R.", role: "Regular", testimonial: "Safe, clean, and incredibly fun.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-family-ready-play-badminton_23-2149887414.jpg" },
|
||||
{ id: "4", name: "Mark L.", role: "Father", testimonial: "The staff are so friendly and helpful.", imageSrc: "http://img.b2bpic.net/free-photo/small-girl-keeps-ballons-room_8353-927.jpg" },
|
||||
{ id: "5", name: "Tim B.", role: "Athlete", testimonial: "Best trampoline quality in the region.", imageSrc: "http://img.b2bpic.net/free-photo/sports-girls-training-summer-park_1157-37241.jpg" },
|
||||
]}
|
||||
title="What Our Jumpers Say"
|
||||
description="The community loves our energy and safety standards."
|
||||
@@ -290,31 +142,11 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Is there an age limit?",
|
||||
content: "We have zones for all ages from toddlers to adults!",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Are socks required?",
|
||||
content: "Yes, for safety, branded grip socks are required.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do I need to sign a waiver?",
|
||||
content: "Yes, every jumper must have a signed waiver on file.",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Can I bring my own food?",
|
||||
content: "Outside food is only permitted for pre-booked party rooms.",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Is there free parking?",
|
||||
content: "Yes, we have a large parking lot for all our guests.",
|
||||
},
|
||||
{ id: "1", title: "Is there an age limit?", content: "We have zones for all ages from toddlers to adults!" },
|
||||
{ id: "2", title: "Are socks required?", content: "Yes, for safety, branded grip socks are required." },
|
||||
{ id: "3", title: "Do I need to sign a waiver?", content: "Yes, every jumper must have a signed waiver on file." },
|
||||
{ id: "4", title: "Can I bring my own food?", content: "Outside food is only permitted for pre-booked party rooms." },
|
||||
{ id: "5", title: "Is there free parking?", content: "Yes, we have a large parking lot for all our guests." },
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
sideDescription="Everything you need to know before you jump."
|
||||
@@ -328,31 +160,11 @@ export default function LandingPage() {
|
||||
title="Get In Touch"
|
||||
description="Have questions about events or bookings? Contact us today."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Phone Number",
|
||||
required: false,
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Email Address", required: true },
|
||||
{ name: "phone", type: "tel", placeholder: "Phone Number", required: false },
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Your inquiry here...",
|
||||
rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
textarea={{ name: "message", placeholder: "Your inquiry here...", rows: 4, required: true }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-person-playing-game_23-2148287868.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -361,32 +173,8 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
logoText="JumpMasters"
|
||||
columns={[
|
||||
{
|
||||
title: "Links",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#pricing",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
{
|
||||
label: "Waiver",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Links", items: [{ label: "About", href: "#about" }, { label: "Pricing", href: "#pricing" }] },
|
||||
{ title: "Support", items: [{ label: "FAQ", href: "#faq" }, { label: "Waiver", href: "#" }] },
|
||||
]}
|
||||
copyrightText="© 2024 JumpMasters Trampoline Park. All rights reserved."
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user