Merge version_1 into main #1
279
src/app/page.tsx
279
src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
{
|
||||
name: "Games",
|
||||
id: "#features",
|
||||
},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "#pricing",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Home", id: "#hero" },
|
||||
{ name: "Games", id: "#features" },
|
||||
{ name: "Pricing", id: "#pricing" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="Akedo Agadir"
|
||||
/>
|
||||
@@ -55,52 +43,20 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-animated-grid",
|
||||
}}
|
||||
background={{ variant: "rotated-rays-animated-grid" }}
|
||||
title="The Ultimate Entertainment Experience in Agadir"
|
||||
description="Arcade games, bowling lanes, VR adventures, and fun for all ages. Discover the next level of entertainment."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Explore Games",
|
||||
href: "#features",
|
||||
},
|
||||
{ text: "Book Now", href: "#contact" },
|
||||
{ text: "Explore Games", href: "#features" }
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/back-view-women-playing-dancing-arcade_23-2148253104.jpg",
|
||||
imageAlt: "Arcade gaming machines",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bowling-alley-neon-lights_23-2151697012.jpg",
|
||||
imageAlt: "Bowling alley view",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cyber-monday-celebration_23-2151835470.jpg",
|
||||
imageAlt: "VR headset experience",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-girl-playground_23-2148361503.jpg",
|
||||
imageAlt: "Trampoline area",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-playing-beer-pong_23-2149407011.jpg",
|
||||
imageAlt: "Birthday party setup",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-3d-arcade-game-box_23-2151005784.jpg",
|
||||
imageAlt: "Modern neon gaming interior",
|
||||
},
|
||||
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/back-view-women-playing-dancing-arcade_23-2148253104.jpg", imageAlt: "Arcade gaming machines" },
|
||||
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/bowling-alley-neon-lights_23-2151697012.jpg", imageAlt: "Bowling alley view" },
|
||||
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/cyber-monday-celebration_23-2151835470.jpg", imageAlt: "VR headset experience" },
|
||||
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-girl-playground_23-2148361503.jpg", imageAlt: "Trampoline area" },
|
||||
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/friends-playing-beer-pong_23-2149407011.jpg", imageAlt: "Birthday party setup" },
|
||||
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/view-3d-arcade-game-box_23-2151005784.jpg", imageAlt: "Modern neon gaming interior" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -109,11 +65,7 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="Welcome to Akedo Agadir"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Learn More" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -123,34 +75,10 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "High-Tech Arcade",
|
||||
description: "Latest modern and retro games.",
|
||||
tag: "Arcade",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-3d-gaming-device_23-2151005765.jpg",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Bowling Lanes",
|
||||
description: "Professional quality lanes for everyone.",
|
||||
tag: "Sports",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-view-bowling-alley_23-2148253063.jpg",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "VR Experiences",
|
||||
description: "Immersive virtual reality adventures.",
|
||||
tag: "VR",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/virtual-reality-headset-close-up_23-2148912802.jpg",
|
||||
},
|
||||
{
|
||||
id: "f4",
|
||||
title: "Birthday Packages",
|
||||
description: "Celebrate in style with custom events.",
|
||||
tag: "Events",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/queer-couple-celebrating-birthday-together_23-2149570983.jpg",
|
||||
},
|
||||
{ id: "f1", title: "High-Tech Arcade", description: "Latest modern and retro games.", tag: "Arcade", imageSrc: "http://img.b2bpic.net/free-photo/view-3d-gaming-device_23-2151005765.jpg" },
|
||||
{ id: "f2", title: "Bowling Lanes", description: "Professional quality lanes for everyone.", tag: "Sports", imageSrc: "http://img.b2bpic.net/free-photo/high-view-bowling-alley_23-2148253063.jpg" },
|
||||
{ id: "f3", title: "VR Experiences", description: "Immersive virtual reality adventures.", tag: "VR", imageSrc: "http://img.b2bpic.net/free-photo/virtual-reality-headset-close-up_23-2148912802.jpg" },
|
||||
{ id: "f4", title: "Birthday Packages", description: "Celebrate in style with custom events.", tag: "Events", imageSrc: "http://img.b2bpic.net/free-photo/queer-couple-celebrating-birthday-together_23-2149570983.jpg" }
|
||||
]}
|
||||
title="Our Premium Facilities"
|
||||
description="Discover a world of high-tech entertainment designed for everyone."
|
||||
@@ -161,44 +89,15 @@ export default function LandingPage() {
|
||||
<ProductCardOne
|
||||
textboxLayout="default"
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
animationType="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Gaming Lounge",
|
||||
price: "Fun Zone",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mature-woman-having-fun-time_23-2149232855.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "VR Zone",
|
||||
price: "Experience",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-wearing-vr-glasses-medium-shot_23-2149350043.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Bowling Zone",
|
||||
price: "Sport",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-urban-gym_23-2151918001.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Party Room",
|
||||
price: "Birthday",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wedding-venue-with-intricate-decor-ornaments_23-2151481527.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Arcade Alley",
|
||||
price: "Retro",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/retro-computer-desk-arrangement_23-2150118622.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Trampoline Park",
|
||||
price: "Action",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-gymnast-doing-complicated-trick_654080-462.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Gaming Lounge", price: "Fun Zone", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mature-woman-having-fun-time_23-2149232855.jpg" },
|
||||
{ id: "p2", name: "VR Zone", price: "Experience", imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-wearing-vr-glasses-medium-shot_23-2149350043.jpg" },
|
||||
{ id: "p3", name: "Bowling Zone", price: "Sport", imageSrc: "http://img.b2bpic.net/free-photo/modern-urban-gym_23-2151918001.jpg" },
|
||||
{ id: "p4", name: "Party Room", price: "Birthday", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wedding-venue-with-intricate-decor-ornaments_23-2151481527.jpg" },
|
||||
{ id: "p5", name: "Arcade Alley", price: "Retro", imageSrc: "http://img.b2bpic.net/free-photo/retro-computer-desk-arrangement_23-2150118622.jpg" },
|
||||
{ id: "p6", name: "Trampoline Park", price: "Action", imageSrc: "http://img.b2bpic.net/free-photo/female-gymnast-doing-complicated-trick_654080-462.jpg" }
|
||||
]}
|
||||
title="Immersive Entertainment"
|
||||
description="A glimpse into our state-of-the-art gaming zones."
|
||||
@@ -211,39 +110,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "start",
|
||||
badge: "Entry",
|
||||
price: "10 MAD",
|
||||
subtitle: "Per Game Session",
|
||||
features: [
|
||||
"Cashless card access",
|
||||
"Exclusive arcade list",
|
||||
"Friendly support",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Popular",
|
||||
price: "150 MAD",
|
||||
subtitle: "Day Pass",
|
||||
features: [
|
||||
"Unlimited arcade",
|
||||
"VR discount",
|
||||
"Bowling priority",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "party",
|
||||
badge: "Group",
|
||||
price: "Custom",
|
||||
subtitle: "Birthday Events",
|
||||
features: [
|
||||
"Private party room",
|
||||
"Catering options",
|
||||
"Dedicated host",
|
||||
],
|
||||
},
|
||||
{ id: "start", badge: "Entry", price: "10 MAD", subtitle: "Per Game Session", features: ["Cashless card access", "Exclusive arcade list", "Friendly support"] },
|
||||
{ id: "pro", badge: "Popular", price: "150 MAD", subtitle: "Day Pass", features: ["Unlimited arcade", "VR discount", "Bowling priority"] },
|
||||
{ id: "party", badge: "Group", price: "Custom", subtitle: "Birthday Events", features: ["Private party room", "Catering options", "Dedicated host"] }
|
||||
]}
|
||||
title="Game Card Pricing"
|
||||
description="Flexible pricing for every visitor."
|
||||
@@ -257,21 +126,9 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "120+",
|
||||
description: "Glowing Reviews",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "4.2",
|
||||
description: "Star Rating",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "10k+",
|
||||
description: "Happy Visitors",
|
||||
},
|
||||
{ id: "m1", value: "120+", description: "Glowing Reviews" },
|
||||
{ id: "m2", value: "4.2", description: "Star Rating" },
|
||||
{ id: "m3", value: "10k+", description: "Happy Visitors" }
|
||||
]}
|
||||
title="Why Choose Akedo"
|
||||
description="Delivering happiness to thousands."
|
||||
@@ -282,31 +139,11 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoys-positive-audio-book-glad-spend-free-time-listening-music-wears-hoodie-jacket-poses-likes-energetic-playlist_273609-54723.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Michael C.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-smiling-happy-young-pleasant-looking-female-wears-denim-shirt-stylish-glasses-with-straight-blonde-hair-expresses-positiveness-poses_176420-13176.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-senior-man_23-2149207219.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David K.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-teenage-girl-wearing-striped-casual-t-shirt-posing-against-pink-wall-with-charming-smile-looks-happy_176532-10915.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Fatima A.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom_1153-7227.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoys-positive-audio-book-glad-spend-free-time-listening-music-wears-hoodie-jacket-poses-likes-energetic-playlist_273609-54723.jpg" },
|
||||
{ id: "t2", name: "Michael C.", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-smiling-happy-young-pleasant-looking-female-wears-denim-shirt-stylish-glasses-with-straight-blonde-hair-expresses-positiveness-poses_176420-13176.jpg" },
|
||||
{ id: "t3", name: "Emily R.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-senior-man_23-2149207219.jpg" },
|
||||
{ id: "t4", name: "David K.", imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-teenage-girl-wearing-striped-casual-t-shirt-posing-against-pink-wall-with-charming-smile-looks-happy_176532-10915.jpg" },
|
||||
{ id: "t5", name: "Fatima A.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom_1153-7227.jpg" }
|
||||
]}
|
||||
cardTitle="Visitor Reviews"
|
||||
cardTag="4.2/5 rating"
|
||||
@@ -318,21 +155,9 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Is Akedo for kids or adults?",
|
||||
content: "Akedo is for everyone! From kids to teens and adults.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do you offer birthday packages?",
|
||||
content: "Yes, we specialize in birthday parties.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Is the venue safe?",
|
||||
content: "We maintain strict hygiene and safety standards.",
|
||||
},
|
||||
{ id: "q1", title: "Is Akedo for kids or adults?", content: "Akedo is for everyone! From kids to teens and adults." },
|
||||
{ id: "q2", title: "Do you offer birthday packages?", content: "Yes, we specialize in birthday parties." },
|
||||
{ id: "q3", title: "Is the venue safe?", content: "We maintain strict hygiene and safety standards." }
|
||||
]}
|
||||
sideTitle="Questions?"
|
||||
sideDescription="Get answers about our facility and services."
|
||||
@@ -343,21 +168,13 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Get in touch"
|
||||
title="Ready for the experience?"
|
||||
description="Book your visit or ask about our party packages via WhatsApp."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
text: "WhatsApp Support",
|
||||
href: "https://wa.me/...",
|
||||
},
|
||||
{ text: "Book Now", href: "#" },
|
||||
{ text: "WhatsApp Support", href: "https://wa.me/..." }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -365,17 +182,11 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Akedo Agadir"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Terms of Service", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user