Merge version_1 into main #2
163
src/app/page.tsx
163
src/app/page.tsx
@@ -31,21 +31,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Pricing", id: "pricing"},
|
||||
{
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="KNT Cyber Cafe"
|
||||
/>
|
||||
@@ -54,38 +50,19 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Level Up at KNT Cyber Cafe"
|
||||
description="Experience the ultimate gaming performance with high-end PCs, ultra-fast fiber internet, and a community of dedicated gamers. Join the action today."
|
||||
tag="Premier Gaming Hub"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Seat",
|
||||
href: "#pricing",
|
||||
},
|
||||
text: "Book Your Seat", href: "#pricing"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-businesswoman-talking-with-remote-friend-online-videocall_482257-77662.jpg",
|
||||
imageAlt: "High-end gaming setup",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-businesswoman-talking-with-remote-friend-online-videocall_482257-77662.jpg", imageAlt: "High-end gaming setup"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-gaming-setup-with-rgb-keyboard_23-2149829134.jpg",
|
||||
imageAlt: "Mechanical keyboard action",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-friends-playing-videogames_23-2149350031.jpg",
|
||||
imageAlt: "Community area",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/exit-text-neon-font_53876-124617.jpg?_wi=1",
|
||||
imageAlt: "Cafe exterior",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-with-blue-lights-visual-effects_23-2149419465.jpg?_wi=1",
|
||||
imageAlt: "Player focus",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-gaming-setup-with-rgb-keyboard_23-2149829134.jpg", imageAlt: "Mechanical keyboard action"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -98,14 +75,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "The Ultimate Destination for Gamers",
|
||||
},
|
||||
type: "text", content: "The Ultimate Destination for Gamers"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-friends-playing-videogames_23-2149350031.jpg",
|
||||
alt: "Cyber Cafe Atmosphere",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-friends-playing-videogames_23-2149350031.jpg", alt: "Cyber Cafe Atmosphere"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -118,29 +90,19 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Ultra-Fast Fiber",
|
||||
description: "Gigabit internet speeds for seamless multiplayer gaming.",
|
||||
},
|
||||
title: "Ultra-Fast Fiber", description: "Gigabit internet speeds for seamless multiplayer gaming."},
|
||||
{
|
||||
icon: Database,
|
||||
title: "High-End PCs",
|
||||
description: "Latest RTX graphics cards for ultra-high settings.",
|
||||
},
|
||||
title: "High-End PCs", description: "Latest RTX graphics cards for ultra-high settings."},
|
||||
{
|
||||
icon: Star,
|
||||
title: "Esports Ready",
|
||||
description: "Professional peripherals and ergonomic seating.",
|
||||
},
|
||||
title: "Esports Ready", description: "Professional peripherals and ergonomic seating."},
|
||||
{
|
||||
icon: Monitor,
|
||||
title: "4K Displays",
|
||||
description: "Curved monitors with high refresh rates for clarity.",
|
||||
},
|
||||
title: "4K Displays", description: "Curved monitors with high refresh rates for clarity."},
|
||||
{
|
||||
icon: Wifi,
|
||||
title: "Dedicated Servers",
|
||||
description: "Zero-latency connection for competitive play.",
|
||||
},
|
||||
title: "Dedicated Servers", description: "Zero-latency connection for competitive play."},
|
||||
]}
|
||||
title="Why Choose KNT?"
|
||||
description="Equipped with the best technology to ensure a lag-free, immersive gaming experience every single time."
|
||||
@@ -154,49 +116,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "1",
|
||||
badge: "Hourly",
|
||||
price: "$3/hr",
|
||||
subtitle: "Perfect for a quick session",
|
||||
buttons: [
|
||||
id: "1", badge: "Hourly", price: "$3/hr", subtitle: "Perfect for a quick session", buttons: [
|
||||
{
|
||||
text: "Start Playing",
|
||||
},
|
||||
text: "Start Playing"},
|
||||
],
|
||||
features: [
|
||||
"Access to all games",
|
||||
"High-speed internet",
|
||||
],
|
||||
"Access to all games", "High-speed internet"],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
badge: "Day Pass",
|
||||
price: "$20/day",
|
||||
subtitle: "For the hardcore grind",
|
||||
buttons: [
|
||||
id: "2", badge: "Day Pass", price: "$20/day", subtitle: "For the hardcore grind", buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
},
|
||||
text: "Book Now"},
|
||||
],
|
||||
features: [
|
||||
"All-day access",
|
||||
"Snacks included",
|
||||
],
|
||||
"All-day access", "Snacks included"],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
badge: "Night Owl",
|
||||
price: "$15/night",
|
||||
subtitle: "Overnight pass",
|
||||
buttons: [
|
||||
id: "3", badge: "Night Owl", price: "$15/night", subtitle: "Overnight pass", buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
},
|
||||
text: "Book Now"},
|
||||
],
|
||||
features: [
|
||||
"10pm to 6am",
|
||||
"Quiet environment",
|
||||
],
|
||||
"10pm to 6am", "Quiet environment"],
|
||||
},
|
||||
]}
|
||||
title="Flexible Gaming Rates"
|
||||
@@ -211,40 +152,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alex R.",
|
||||
handle: "@alexgamer",
|
||||
testimonial: "Best setup I have found in town. FPS is always smooth.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-with-blue-lights-visual-effects_23-2149419465.jpg?_wi=2",
|
||||
},
|
||||
id: "1", name: "Alex R.", handle: "@alexgamer", testimonial: "Best setup I have found in town. FPS is always smooth.", imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-with-blue-lights-visual-effects_23-2149419465.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah L.",
|
||||
handle: "@sarah_plays",
|
||||
testimonial: "The community here is amazing. Everyone is friendly.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-brunette-caucasian-girl-optical-glasses-holds-controller-pink_141793-93312.jpg",
|
||||
},
|
||||
id: "2", name: "Sarah L.", handle: "@sarah_plays", testimonial: "The community here is amazing. Everyone is friendly.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-brunette-caucasian-girl-optical-glasses-holds-controller-pink_141793-93312.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Mike D.",
|
||||
handle: "@mike_plays",
|
||||
testimonial: "Gigabit internet, no lag, perfect for competitive matches.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-attractive-businessman-types-message-online_273609-8241.jpg",
|
||||
},
|
||||
id: "3", name: "Mike D.", handle: "@mike_plays", testimonial: "Gigabit internet, no lag, perfect for competitive matches.", imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-attractive-businessman-types-message-online_273609-8241.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Jamie V.",
|
||||
handle: "@jamie_v",
|
||||
testimonial: "Open late and always clean. Love the night passes.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gamer-neon-lights_23-2151948242.jpg",
|
||||
},
|
||||
id: "4", name: "Jamie V.", handle: "@jamie_v", testimonial: "Open late and always clean. Love the night passes.", imageSrc: "http://img.b2bpic.net/free-photo/gamer-neon-lights_23-2151948242.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Chris T.",
|
||||
handle: "@ct_gamer",
|
||||
testimonial: "Professional peripherals make all the difference here.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-with-blue-lights-visual-effects_23-2149419475.jpg",
|
||||
},
|
||||
id: "5", name: "Chris T.", handle: "@ct_gamer", testimonial: "Professional peripherals make all the difference here.", imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-with-blue-lights-visual-effects_23-2149419475.jpg"},
|
||||
]}
|
||||
title="What Our Gamers Say"
|
||||
description="Join hundreds of happy gamers who make KNT their home base."
|
||||
@@ -255,11 +171,10 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Visit KNT Today"
|
||||
description="Ready to play? Find us at the heart of the city and jump into your favorite game."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/exit-text-neon-font_53876-124617.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/exit-text-neon-font_53876-124617.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
tag="Get in touch"
|
||||
@@ -273,14 +188,10 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "#",
|
||||
ariaLabel: "Twitter",
|
||||
},
|
||||
href: "#", ariaLabel: "Twitter"},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "#",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "#", ariaLabel: "Instagram"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user