Merge version_1 into main #1
224
src/app/page.tsx
224
src/app/page.tsx
@@ -18,102 +18,50 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="elastic-effect"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Total Ninja"
|
||||
button={{ text: "Book Now", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Unleash Your Inner Ninja in Dubai"
|
||||
description="Dubai's premier indoor playground for children and adults. Experience the ultimate ninja obstacle courses, trampolines, and endless active fun."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-boy-playing-outdoors-while-out-with-his-parents_23-2148647726.jpg",
|
||||
alt: "Visitor 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-smiley-mother-boy_23-2149440901.jpg",
|
||||
alt: "Visitor 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/fashionable-positive-girl-expressing-happiness-summer-park-outdoor-portrait-blissful-lady-red-shirt-posing-with-bicycle_197531-20031.jpg",
|
||||
alt: "Visitor 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-fitness-woman-sportswear-with-headband-shocked-with-arms-her-face-standing-purple-wall_141793-50003.jpg",
|
||||
alt: "Visitor 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-blonde-girl-playing-indoors_23-2148361480.jpg",
|
||||
alt: "Visitor 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiley-boy-playing-outdoors-while-out-with-his-parents_23-2148647726.jpg", alt: "Visitor 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/side-view-smiley-mother-boy_23-2149440901.jpg", alt: "Visitor 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/fashionable-positive-girl-expressing-happiness-summer-park-outdoor-portrait-blissful-lady-red-shirt-posing-with-bicycle_197531-20031.jpg", alt: "Visitor 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-fitness-woman-sportswear-with-headband-shocked-with-arms-her-face-standing-purple-wall_141793-50003.jpg", alt: "Visitor 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/happy-blonde-girl-playing-indoors_23-2148361480.jpg", alt: "Visitor 5" }
|
||||
]}
|
||||
avatarText="Join our 20,000+ happy ninjas"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Session",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Book Your Session", href: "#contact" }]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Safety First",
|
||||
icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "All Ages Welcome",
|
||||
icon: Users,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Indoor Adventure",
|
||||
icon: Briefcase,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Birthday Parties",
|
||||
icon: Award,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Expert Staff",
|
||||
icon: Medal,
|
||||
},
|
||||
{ type: "text-icon", text: "Safety First", icon: ShieldCheck },
|
||||
{ type: "text-icon", text: "All Ages Welcome", icon: Users },
|
||||
{ type: "text-icon", text: "Indoor Adventure", icon: Briefcase },
|
||||
{ type: "text-icon", text: "Birthday Parties", icon: Award },
|
||||
{ type: "text-icon", text: "Expert Staff", icon: Medal },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -122,12 +70,7 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="More Than Just A Playground"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Learn More", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -138,36 +81,11 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Ninja Warrior Courses",
|
||||
description: "Conquer our diverse range of obstacles for every skill level.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-rock-climbing-together-indoors-arena_23-2150461809.jpg",
|
||||
imageAlt: "Ninja Warrior Course",
|
||||
},
|
||||
{
|
||||
title: "Trampoline Park",
|
||||
description: "Jump, flip, and bounce in our expansive trampoline arena.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-little-girl-having-fun-adventure-park_23-2149033146.jpg",
|
||||
imageAlt: "Trampoline Area",
|
||||
},
|
||||
{
|
||||
title: "Safe Play Zones",
|
||||
description: "Specially designed areas for younger ninjas to explore safely.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-climbing-wall_23-2150510795.jpg",
|
||||
imageAlt: "Soft Play",
|
||||
},
|
||||
{
|
||||
title: "Climbing Arena",
|
||||
description: "Reach new heights on our custom climbing walls.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-girl-climbing-indoors-arena_23-2150461840.jpg",
|
||||
imageAlt: "Climbing Wall",
|
||||
},
|
||||
{
|
||||
title: "Fitness Classes",
|
||||
description: "Train like a pro with our expert-led sessions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-bouldering-spot_23-2151750235.jpg",
|
||||
imageAlt: "Fitness Training",
|
||||
},
|
||||
{ title: "Ninja Warrior Courses", description: "Conquer our diverse range of obstacles for every skill level.", imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-rock-climbing-together-indoors-arena_23-2150461809.jpg", imageAlt: "Ninja Warrior Course" },
|
||||
{ title: "Trampoline Park", description: "Jump, flip, and bounce in our expansive trampoline arena.", imageSrc: "http://img.b2bpic.net/free-photo/cute-little-girl-having-fun-adventure-park_23-2149033146.jpg", imageAlt: "Trampoline Area" },
|
||||
{ title: "Safe Play Zones", description: "Specially designed areas for younger ninjas to explore safely.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-climbing-wall_23-2150510795.jpg", imageAlt: "Soft Play" },
|
||||
{ title: "Climbing Arena", description: "Reach new heights on our custom climbing walls.", imageSrc: "http://img.b2bpic.net/free-photo/young-girl-climbing-indoors-arena_23-2150461840.jpg", imageAlt: "Climbing Wall" },
|
||||
{ title: "Fitness Classes", description: "Train like a pro with our expert-led sessions.", imageSrc: "http://img.b2bpic.net/free-photo/woman-bouldering-spot_23-2151750235.jpg", imageAlt: "Fitness Training" },
|
||||
]}
|
||||
title="Why Total Ninja Dubai?"
|
||||
description="Our state-of-the-art facility is designed for maximum safety, challenge, and excitement."
|
||||
@@ -180,49 +98,15 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Ahmed",
|
||||
handle: "@sarah_dxb",
|
||||
testimonial: "The best indoor park in Dubai! My kids are obsessed with the ninja courses.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/toddler-boy-holding-box-with-baits-fishing-boy-wearing-khaki-overall-little-boy-sitting-grass_1157-50771.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark Johnson",
|
||||
handle: "@mj_fit",
|
||||
testimonial: "Great facility and super clean. The staff are attentive and professional.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-playing-basketball_23-2149231814.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Fatima Ali",
|
||||
handle: "@fatimadxb",
|
||||
testimonial: "Worth every dirham. Perfect place to burn energy during the hot summer.",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-kid-playing-indoors_23-2149217976.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "James Smith",
|
||||
handle: "@jsmith",
|
||||
testimonial: "Incredible obstacle variety. My teenagers actually put their phones down!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-girl-park_23-2148630744.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Chloe White",
|
||||
handle: "@chloewhite",
|
||||
testimonial: "Fantastic party packages and great service. We will be back soon!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-girl-playing-with-box_23-2150182506.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sarah Ahmed", handle: "@sarah_dxb", testimonial: "The best indoor park in Dubai! My kids are obsessed with the ninja courses.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/toddler-boy-holding-box-with-baits-fishing-boy-wearing-khaki-overall-little-boy-sitting-grass_1157-50771.jpg" },
|
||||
{ id: "2", name: "Mark Johnson", handle: "@mj_fit", testimonial: "Great facility and super clean. The staff are attentive and professional.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/people-playing-basketball_23-2149231814.jpg" },
|
||||
{ id: "3", name: "Fatima Ali", handle: "@fatimadxb", testimonial: "Worth every dirham. Perfect place to burn energy during the hot summer.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/close-up-kid-playing-indoors_23-2149217976.jpg" },
|
||||
{ id: "4", name: "James Smith", handle: "@jsmith", testimonial: "Incredible obstacle variety. My teenagers actually put their phones down!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiley-girl-park_23-2148630744.jpg" },
|
||||
{ id: "5", name: "Chloe White", handle: "@chloewhite", testimonial: "Fantastic party packages and great service. We will be back soon!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-girl-playing-with-box_23-2150182506.jpg" },
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Our Ninjas Say"
|
||||
description="Hear from our satisfied ninjas and their families about their experiences at our Dubai facility."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -231,21 +115,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Are socks required?",
|
||||
content: "Yes, for safety and hygiene, grip socks are required in all play areas.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Is there an age limit?",
|
||||
content: "We have activities for all ages! Toddlers have dedicated zones, and older kids can tackle the ninja courses.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Can I host a birthday party?",
|
||||
content: "Absolutely! We offer various party packages including food, private rooms, and ninja challenges.",
|
||||
},
|
||||
{ id: "q1", title: "Are socks required?", content: "Yes, for safety and hygiene, grip socks are required in all play areas." },
|
||||
{ id: "q2", title: "Is there an age limit?", content: "We have activities for all ages! Toddlers have dedicated zones, and older kids can tackle the ninja courses." },
|
||||
{ id: "q3", title: "Can I host a birthday party?", content: "Absolutely! We offer various party packages including food, private rooms, and ninja challenges." },
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Have questions? We have answers about our park policies."
|
||||
@@ -256,9 +128,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
tag="Visit Us"
|
||||
title="Ready to Start Your Adventure?"
|
||||
description="Sign up for our newsletter to get the latest news and special offers delivered to your inbox."
|
||||
@@ -270,14 +140,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Total Ninja"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Contact Support",
|
||||
href: "#contact",
|
||||
}}
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Contact Support", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user