Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
284
src/app/page.tsx
284
src/app/page.tsx
@@ -31,24 +31,13 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Arena",
|
||||
id: "#arena",
|
||||
},
|
||||
{
|
||||
name: "Parties",
|
||||
id: "#parties",
|
||||
},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "#pricing",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Arena", id: "#arena" },
|
||||
{ name: "Parties", id: "#parties" },
|
||||
{ name: "Pricing", id: "#pricing" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="Battleworld"
|
||||
button={{ text: "Book Now", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -56,35 +45,15 @@ export default function LandingPage() {
|
||||
<HeroOverlay
|
||||
title="Enter the Battleworld"
|
||||
description="The ultimate VR gaming arena. Experience state-of-the-art shooting games and legendary birthday parties in our futuristic combat zone."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Session",
|
||||
href: "#pricing",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Book Your Session", href: "#pricing" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-male-playing-virtual-reality-with-dumbbells-dark-surface_179666-37648.jpg"
|
||||
imageAlt="VR Gaming Arena"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-wearing-vr-glasses-gaming_23-2151138292.jpg",
|
||||
alt: "Man wearing vr glasses for gaming",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/person-wearing-futuristic-virtual-reality-glasses-gaming_23-2151133154.jpg",
|
||||
alt: "Person wearing futuristic virtual reality glasses for gaming",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/adult-doing-fitness-through-virtual-reality_23-2151469223.jpg",
|
||||
alt: "Adult doing fitness through virtual reality",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/people-wearing-vr-glasses-gaming_23-2151138547.jpg",
|
||||
alt: "People wearing vr glasses for gaming",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-wearing-vr-glasses-medium-shot_23-2149350044.jpg",
|
||||
alt: "Man wearing vr glasses medium shot",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/man-wearing-vr-glasses-gaming_23-2151138292.jpg", alt: "Man wearing vr glasses for gaming" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/person-wearing-futuristic-virtual-reality-glasses-gaming_23-2151133154.jpg", alt: "Person wearing futuristic virtual reality glasses for gaming" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/adult-doing-fitness-through-virtual-reality_23-2151469223.jpg", alt: "Adult doing fitness through virtual reality" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/people-wearing-vr-glasses-gaming_23-2151138547.jpg", alt: "People wearing vr glasses for gaming" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/man-wearing-vr-glasses-medium-shot_23-2149350044.jpg", alt: "Man wearing vr glasses medium shot" },
|
||||
]}
|
||||
avatarText="Join 500+ active players"
|
||||
/>
|
||||
@@ -94,19 +63,9 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Beyond Reality: ",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/virtual-reality-headset-desk_23-2148912814.jpg",
|
||||
alt: "VR Experience",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
content: " The Battleworld Difference",
|
||||
},
|
||||
{ type: "text", content: "Beyond Reality: " },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/virtual-reality-headset-desk_23-2148912814.jpg", alt: "VR Experience" },
|
||||
{ type: "text", content: " The Battleworld Difference" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -117,33 +76,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "VR Arena Combat",
|
||||
tags: [
|
||||
"High-Tech",
|
||||
"Action",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-using-playing-with-vr-glasses_1303-26852.jpg",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Birthday Packages",
|
||||
tags: [
|
||||
"Events",
|
||||
"Private",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electronic-sports-league-background-3d-illustration_1419-2790.jpg",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Pro-Tier Tech",
|
||||
tags: [
|
||||
"Immersive",
|
||||
"Pro",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-tunnel-corridor-neon-lights_181624-24914.jpg",
|
||||
},
|
||||
{ id: "f1", title: "VR Arena Combat", tags: ["High-Tech", "Action"], imageSrc: "http://img.b2bpic.net/free-photo/man-using-playing-with-vr-glasses_1303-26852.jpg" },
|
||||
{ id: "f2", title: "Birthday Packages", tags: ["Events", "Private"], imageSrc: "http://img.b2bpic.net/free-photo/electronic-sports-league-background-3d-illustration_1419-2790.jpg" },
|
||||
{ id: "f3", title: "Pro-Tier Tech", tags: ["Immersive", "Pro"], imageSrc: "http://img.b2bpic.net/free-photo/futuristic-tunnel-corridor-neon-lights_181624-24914.jpg" },
|
||||
]}
|
||||
title="Why Battleworld"
|
||||
description="Unmatched immersion with cutting-edge tech and event spaces."
|
||||
@@ -157,42 +92,12 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Basic Arena Entry",
|
||||
price: "$29",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-emotional-male-gamer-with-gamepad-playing-video-game-blue-wall_140725-151201.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Shooter Master Pass",
|
||||
price: "$59",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-vr-glasses-gaming_23-2151138382.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "VR Experience Gift Card",
|
||||
price: "$50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-playing-videogame_23-2149350006.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Ultimate Squad Package",
|
||||
price: "$199",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cyber-monday-message-with-cards-circle_23-2148292125.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Elite Training Module",
|
||||
price: "$89",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-couple-playing-video-game-using-vr-goggles-home_839833-18869.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Tournament Pro Entry",
|
||||
price: "$129",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-funny-expression_1194-3056.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Basic Arena Entry", price: "$29", imageSrc: "http://img.b2bpic.net/free-photo/front-view-emotional-male-gamer-with-gamepad-playing-video-game-blue-wall_140725-151201.jpg" },
|
||||
{ id: "p2", name: "Shooter Master Pass", price: "$59", imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-vr-glasses-gaming_23-2151138382.jpg" },
|
||||
{ id: "p3", name: "VR Experience Gift Card", price: "$50", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-playing-videogame_23-2149350006.jpg" },
|
||||
{ id: "p4", name: "Ultimate Squad Package", price: "$199", imageSrc: "http://img.b2bpic.net/free-photo/cyber-monday-message-with-cards-circle_23-2148292125.jpg" },
|
||||
{ id: "p5", name: "Elite Training Module", price: "$89", imageSrc: "http://img.b2bpic.net/free-photo/man-woman-couple-playing-video-game-using-vr-goggles-home_839833-18869.jpg" },
|
||||
{ id: "p6", name: "Tournament Pro Entry", price: "$129", imageSrc: "http://img.b2bpic.net/free-photo/young-man-funny-expression_1194-3056.jpg" },
|
||||
]}
|
||||
title="Booking Packages"
|
||||
description="Choose your path to glory with our customized VR experiences."
|
||||
@@ -206,55 +111,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "p-1",
|
||||
badge: "Popular",
|
||||
price: "$199",
|
||||
subtitle: "Birthday Bash Basic",
|
||||
features: [
|
||||
"2 Hour Party",
|
||||
"Up to 10 Players",
|
||||
"VR Games included",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
id: "p-1", badge: "Popular", price: "$199", subtitle: "Birthday Bash Basic", features: ["2 Hour Party", "Up to 10 Players", "VR Games included"],
|
||||
buttons: [{ text: "Book Now", href: "#contact" }]
|
||||
},
|
||||
{
|
||||
id: "p-2",
|
||||
badge: "Elite",
|
||||
price: "$349",
|
||||
subtitle: "Elite VR Shooter Experience",
|
||||
features: [
|
||||
"3 Hour Rental",
|
||||
"Dedicated Arena Zone",
|
||||
"Tournament Access",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
id: "p-2", badge: "Elite", price: "$349", subtitle: "Elite VR Shooter Experience", features: ["3 Hour Rental", "Dedicated Arena Zone", "Tournament Access"],
|
||||
buttons: [{ text: "Book Now", href: "#contact" }]
|
||||
},
|
||||
{
|
||||
id: "p-3",
|
||||
badge: "Solo",
|
||||
price: "$49",
|
||||
subtitle: "Pro Session",
|
||||
features: [
|
||||
"Full Gear Access",
|
||||
"Performance Tracker",
|
||||
"Leaderboard Entry",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
id: "p-3", badge: "Solo", price: "$49", subtitle: "Pro Session", features: ["Full Gear Access", "Performance Tracker", "Leaderboard Entry"],
|
||||
buttons: [{ text: "Book Now", href: "#contact" }]
|
||||
},
|
||||
]}
|
||||
title="Party & Arena Plans"
|
||||
@@ -268,36 +134,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "500+",
|
||||
title: "Happy Gamers",
|
||||
items: [
|
||||
"Annual bookings",
|
||||
"Recurring players",
|
||||
"Community members",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "120+",
|
||||
title: "Parties Hosted",
|
||||
items: [
|
||||
"Birthday events",
|
||||
"Corporate retreats",
|
||||
"School groups",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "4.9",
|
||||
title: "Rating",
|
||||
items: [
|
||||
"User satisfaction",
|
||||
"Service quality",
|
||||
"Equipment standard",
|
||||
],
|
||||
},
|
||||
{ id: "m1", value: "500+", title: "Happy Gamers", items: ["Annual bookings", "Recurring players", "Community members"] },
|
||||
{ id: "m2", value: "120+", title: "Parties Hosted", items: ["Birthday events", "Corporate retreats", "School groups"] },
|
||||
{ id: "m3", value: "4.9", title: "Rating", items: ["User satisfaction", "Service quality", "Equipment standard"] },
|
||||
]}
|
||||
title="Arena Stats"
|
||||
description="Our numbers speak for themselves."
|
||||
@@ -311,46 +150,11 @@ export default function LandingPage() {
|
||||
gridVariant="asymmetric-60-wide-40-narrow"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Miller",
|
||||
role: "Gamer",
|
||||
company: "Battleworld Pro",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-african-american-grandmother-grandchildren-playing-together-with-vr-glasses-home-family-technology-concept_58466-14447.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Tom Henderson",
|
||||
role: "Dad",
|
||||
company: "Birthday Host",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-colleagues-celebrating_23-2149295511.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Mike Davis",
|
||||
role: "Student",
|
||||
company: "Squad Leader",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-young-indian-people-having-fun-with-new-technology-vr-headset-virtual-reality-simulator_627829-9531.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Lena K.",
|
||||
role: "Pro-Gamer",
|
||||
company: "Arena User",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-friends-home-having-fun-with-virtual-reality-headset_23-2148655962.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Chris J.",
|
||||
role: "Player",
|
||||
company: "League Member",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-with-controller_23-2148542744.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Sarah Miller", role: "Gamer", company: "Battleworld Pro", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-african-american-grandmother-grandchildren-playing-together-with-vr-glasses-home-family-technology-concept_58466-14447.jpg" },
|
||||
{ id: "t2", name: "Tom Henderson", role: "Dad", company: "Birthday Host", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-colleagues-celebrating_23-2149295511.jpg" },
|
||||
{ id: "t3", name: "Mike Davis", role: "Student", company: "Squad Leader", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/two-young-indian-people-having-fun-with-new-technology-vr-headset-virtual-reality-simulator_627829-9531.jpg" },
|
||||
{ id: "t4", name: "Lena K.", role: "Pro-Gamer", company: "Arena User", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/two-friends-home-having-fun-with-virtual-reality-headset_23-2148655962.jpg" },
|
||||
{ id: "t5", name: "Chris J.", role: "Player", company: "League Member", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-with-controller_23-2148542744.jpg" },
|
||||
]}
|
||||
title="Arena Feedback"
|
||||
description="What our players say."
|
||||
@@ -363,18 +167,8 @@ export default function LandingPage() {
|
||||
title="Start Your Mission"
|
||||
description="Book a session or party today."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Full Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
required: true,
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Full Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Email Address", required: true },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-kitchen-with-pink-red-lights_1268-14350.jpg"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user