Merge version_1 into main #1
208
src/app/page.tsx
208
src/app/page.tsx
@@ -29,26 +29,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Gamerz Tag"
|
||||
/>
|
||||
@@ -56,17 +41,10 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "glowing-orb",
|
||||
}}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
logoText="Gamerz Tag"
|
||||
description="Enter the Ultimate Gaming Zone. Experience next-level immersion and high-performance gaming in our futuristic esports arena."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Slot",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Book Your Slot", href: "#contact" }]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/still-life-seat-gamers_23-2149746588.jpg"
|
||||
imageAlt="Futuristic gaming setup"
|
||||
@@ -80,18 +58,9 @@ export default function LandingPage() {
|
||||
title="Welcome to the Future of Gaming"
|
||||
description="Gamerz Tag is more than just a cafe; it's a sanctuary for gamers. We provide cutting-edge hardware, top-tier comfort, and an unmatched community vibe designed to level up your gaming experience."
|
||||
metrics={[
|
||||
{
|
||||
value: "24/7",
|
||||
title: "Open Access",
|
||||
},
|
||||
{
|
||||
value: "100+",
|
||||
title: "Game Library",
|
||||
},
|
||||
{
|
||||
value: "50+",
|
||||
title: "Gaming PCs",
|
||||
},
|
||||
{ value: "24/7", title: "Open Access" },
|
||||
{ value: "100+", title: "Game Library" },
|
||||
{ value: "50+", title: "Gaming PCs" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/futuristic-technology-hologram_23-2151917431.jpg"
|
||||
imageAlt="Gamerz Tag Interior"
|
||||
@@ -106,34 +75,10 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "High-end PCs (RTX)",
|
||||
description: "Latest RTX graphics for ultimate visuals.",
|
||||
tag: "Performance",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-gaming-setup-with-rgb-keyboard_23-2149829134.jpg",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "PlayStation 5 Zones",
|
||||
description: "Console gaming the way it was meant to be.",
|
||||
tag: "Console",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-virtual-reality-headset-with-joystick_23-2148912729.jpg",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Ultra-fast Internet",
|
||||
description: "Zero lag, maximum competitive edge.",
|
||||
tag: "Network",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-speed-optical-cable-fast-data-broadband-transfer-fiber-connection-abstract-tech-background_272375-5414.jpg",
|
||||
},
|
||||
{
|
||||
id: "f4",
|
||||
title: "Ergonomic Chairs",
|
||||
description: "Game comfortably for hours on end.",
|
||||
tag: "Comfort",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-gamer-man-using-vr-headset-play-powerful-pc-late-night-his-living-room_482257-22740.jpg",
|
||||
},
|
||||
{ id: "f1", title: "High-end PCs (RTX)", description: "Latest RTX graphics for ultimate visuals.", tag: "Performance", imageSrc: "http://img.b2bpic.net/free-photo/top-view-gaming-setup-with-rgb-keyboard_23-2149829134.jpg" },
|
||||
{ id: "f2", title: "PlayStation 5 Zones", description: "Console gaming the way it was meant to be.", tag: "Console", imageSrc: "http://img.b2bpic.net/free-photo/top-view-virtual-reality-headset-with-joystick_23-2148912729.jpg" },
|
||||
{ id: "f3", title: "Ultra-fast Internet", description: "Zero lag, maximum competitive edge.", tag: "Network", imageSrc: "http://img.b2bpic.net/free-photo/high-speed-optical-cable-fast-data-broadband-transfer-fiber-connection-abstract-tech-background_272375-5414.jpg" },
|
||||
{ id: "f4", title: "Ergonomic Chairs", description: "Game comfortably for hours on end.", tag: "Comfort", imageSrc: "http://img.b2bpic.net/free-photo/professional-gamer-man-using-vr-headset-play-powerful-pc-late-night-his-living-room_482257-22740.jpg" },
|
||||
]}
|
||||
title="Elite Gaming Arsenal"
|
||||
description="Equipped with state-of-the-art technology to ensure your winning streak never ends."
|
||||
@@ -142,41 +87,18 @@ export default function LandingPage() {
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardFive
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "p1",
|
||||
tag: "Entry",
|
||||
price: "₹100",
|
||||
period: "/hour",
|
||||
description: "Experience our standard high-end gaming PC setup.",
|
||||
button: {
|
||||
text: "Book PC Slot",
|
||||
},
|
||||
featuresTitle: "Includes:",
|
||||
features: [
|
||||
"144Hz Monitor",
|
||||
"Mechanical Keyboard",
|
||||
"Pro Gaming Mouse",
|
||||
],
|
||||
id: "p1", tag: "Entry", price: "₹100", period: "/hour", description: "Experience our standard high-end gaming PC setup.", button: { text: "Book PC Slot" },
|
||||
featuresTitle: "Includes:", features: ["144Hz Monitor", "Mechanical Keyboard", "Pro Gaming Mouse"]
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
tag: "Pro",
|
||||
price: "₹150",
|
||||
period: "/hour",
|
||||
description: "The ultimate console experience on PS5.",
|
||||
button: {
|
||||
text: "Book PS5 Slot",
|
||||
},
|
||||
featuresTitle: "Includes:",
|
||||
features: [
|
||||
"DualSense Controller",
|
||||
"4K HDR Display",
|
||||
"Premium Titles",
|
||||
],
|
||||
},
|
||||
id: "p2", tag: "Pro", price: "₹150", period: "/hour", description: "The ultimate console experience on PS5.", button: { text: "Book PS5 Slot" },
|
||||
featuresTitle: "Includes:", features: ["DualSense Controller", "4K HDR Display", "Premium Titles"]
|
||||
}
|
||||
]}
|
||||
title="Level Up Your Session"
|
||||
description="Competitive rates for the ultimate gaming experience."
|
||||
@@ -190,46 +112,11 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Alex R.",
|
||||
role: "Pro Player",
|
||||
company: "Gamerz Tag",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/energetic-gamer-starting-live-broadcast-interacting-with-viewers-before-playing-videogame_482257-116267.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Sam K.",
|
||||
role: "Casual",
|
||||
company: "Gamerz Tag",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-sporty-man-wearing-sportswear-headband-with-heaphones-smartphone-armband-smiling-confident-happy-positive_141793-37246.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Jordan P.",
|
||||
role: "Esports",
|
||||
company: "Gamerz Tag",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photographer-hold-digital-camera-looking-white-display_158595-5718.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Chris B.",
|
||||
role: "Streamer",
|
||||
company: "Gamerz Tag",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/focused-man-rgb-lights-lit-living-room-playing-videogames_482257-116287.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Taylor S.",
|
||||
role: "Pro Player",
|
||||
company: "Gamerz Tag",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-sexy-females-having-fun-with-virtual-reality-glasses-device-home_613910-761.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Alex R.", role: "Pro Player", company: "Gamerz Tag", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/energetic-gamer-starting-live-broadcast-interacting-with-viewers-before-playing-videogame_482257-116267.jpg" },
|
||||
{ id: "t2", name: "Sam K.", role: "Casual", company: "Gamerz Tag", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-sporty-man-wearing-sportswear-headband-with-heaphones-smartphone-armband-smiling-confident-happy-positive_141793-37246.jpg" },
|
||||
{ id: "t3", name: "Jordan P.", role: "Esports", company: "Gamerz Tag", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/photographer-hold-digital-camera-looking-white-display_158595-5718.jpg" },
|
||||
{ id: "t4", name: "Chris B.", role: "Streamer", company: "Gamerz Tag", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/focused-man-rgb-lights-lit-living-room-playing-videogames_482257-116287.jpg" },
|
||||
{ id: "t5", name: "Taylor S.", role: "Pro Player", company: "Gamerz Tag", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/two-sexy-females-having-fun-with-virtual-reality-glasses-device-home_613910-761.jpg" },
|
||||
]}
|
||||
title="Community Vibes"
|
||||
description="See the arena in action."
|
||||
@@ -242,21 +129,10 @@ export default function LandingPage() {
|
||||
title="Book Your Seat"
|
||||
description="Ready to play? Reach out to us or get directions to the arena."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Your Name" },
|
||||
{ name: "email", type: "email", placeholder: "Your Email" },
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Message",
|
||||
}}
|
||||
textarea={{ name: "message", placeholder: "Message" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-city-panorama-night-view_1127-3042.jpg"
|
||||
buttonText="Get Directions"
|
||||
/>
|
||||
@@ -267,29 +143,15 @@ export default function LandingPage() {
|
||||
logoText="Gamerz Tag"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#pricing",
|
||||
},
|
||||
title: "Navigation", items: [
|
||||
{ label: "Home", href: "#hero" },
|
||||
{ label: "Pricing", href: "#pricing" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Socials",
|
||||
items: [
|
||||
{
|
||||
label: "Twitter",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
title: "Socials", items: [
|
||||
{ label: "Twitter", href: "#" },
|
||||
{ label: "Instagram", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -299,4 +161,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user