Merge version_1 into main #2
210
src/app/page.tsx
210
src/app/page.tsx
@@ -32,25 +32,15 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Store",
|
||||
id: "store",
|
||||
},
|
||||
name: "Store", id: "store"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
name: "FAQ", id: "faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="You Play"
|
||||
/>
|
||||
@@ -59,38 +49,19 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Level Up Your Gaming Experience for Less"
|
||||
description="Discover the latest consoles, rare collector titles, and blockbuster games at unbeatable prices. Join the You Play community today and power your gaming library."
|
||||
tag="Your Ultimate Gaming Destination"
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Deals",
|
||||
href: "#store",
|
||||
},
|
||||
text: "Shop Deals", href: "#store"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gamification-concept-with-woman-controller_23-2149447487.jpg?_wi=1",
|
||||
imageAlt: "gaming controller holographic",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gamification-concept-with-woman-controller_23-2149447487.jpg", imageAlt: "gaming controller holographic"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blue-background-with-many-small-details-generative-ai_169016-30142.jpg?_wi=1",
|
||||
imageAlt: "futuristic digital background",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/travel-people-concept-headshot-portrait-happy-ginger-red-hair-girl-ready-travel-with-vinta_1258-119703.jpg",
|
||||
imageAlt: "Travel and people concept headshot portrait of happy ginger red hair girl ready to travel with vinta",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/surprised-guy-showing-mobile-phone-screen-looking-impressed-standing-blue-background_1258-155251.jpg",
|
||||
imageAlt: "Surprised guy showing mobile phone screen and looking impressed standing over blue background",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-virtual-reality-headset-with-joystick_23-2148912730.jpg",
|
||||
imageAlt: "Top view virtual reality headset with joystick",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blue-background-with-many-small-details-generative-ai_169016-30142.jpg", imageAlt: "futuristic digital background"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -104,9 +75,7 @@ export default function LandingPage() {
|
||||
title="Our Mission: Gaming for Everyone"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#faq",
|
||||
},
|
||||
text: "Learn More", href: "#faq"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -117,23 +86,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Best Prices Guaranteed",
|
||||
description: "We source directly to give you the lowest prices on new and pre-owned gear.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/social-media-still-life-items-top-view_23-2149019129.jpg",
|
||||
imageAlt: "xbox logo white",
|
||||
},
|
||||
title: "Best Prices Guaranteed", description: "We source directly to give you the lowest prices on new and pre-owned gear.", imageSrc: "http://img.b2bpic.net/free-photo/social-media-still-life-items-top-view_23-2149019129.jpg", imageAlt: "xbox logo white"},
|
||||
{
|
||||
title: "Fast & Secure Shipping",
|
||||
description: "All orders are packed securely and dispatched to reach you in record time.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gamification-concept-with-woman-controller_23-2149447487.jpg?_wi=2",
|
||||
imageAlt: "xbox logo white",
|
||||
},
|
||||
title: "Fast & Secure Shipping", description: "All orders are packed securely and dispatched to reach you in record time.", imageSrc: "http://img.b2bpic.net/free-photo/gamification-concept-with-woman-controller_23-2149447487.jpg", imageAlt: "xbox logo white"},
|
||||
{
|
||||
title: "Verified Quality",
|
||||
description: "Every disc and console is tested by our pros to ensure perfect working condition.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blue-background-with-many-small-details-generative-ai_169016-30142.jpg?_wi=2",
|
||||
imageAlt: "xbox logo white",
|
||||
},
|
||||
title: "Verified Quality", description: "Every disc and console is tested by our pros to ensure perfect working condition.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blue-background-with-many-small-details-generative-ai_169016-30142.jpg", imageAlt: "xbox logo white"},
|
||||
]}
|
||||
title="Why Gamers Choose You Play"
|
||||
description="We are dedicated to providing the best value and support for your gaming journey."
|
||||
@@ -148,41 +105,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Next-Gen Console",
|
||||
price: "$399.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-green-t-shirt-holding-skipping-rope-pink-wall-waist-exercise-workout-beauty-slim-female-sport_140725-65199.jpg",
|
||||
},
|
||||
id: "p1", name: "Next-Gen Console", price: "$399.00", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-green-t-shirt-holding-skipping-rope-pink-wall-waist-exercise-workout-beauty-slim-female-sport_140725-65199.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Blockbuster RPG",
|
||||
price: "$59.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-seat-gamers_23-2149746574.jpg",
|
||||
},
|
||||
id: "p2", name: "Blockbuster RPG", price: "$59.99", imageSrc: "http://img.b2bpic.net/free-photo/still-life-seat-gamers_23-2149746574.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Pro Gaming Controller",
|
||||
price: "$89.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-gamepad-controller-bipoc-man-hands-playing-videogame_482257-87061.jpg",
|
||||
},
|
||||
id: "p3", name: "Pro Gaming Controller", price: "$89.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-gamepad-controller-bipoc-man-hands-playing-videogame_482257-87061.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Adventure Essentials Set",
|
||||
price: "$129.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vintage-vhs-packaging-with-neon-light_23-2149854271.jpg",
|
||||
},
|
||||
id: "p4", name: "Adventure Essentials Set", price: "$129.99", imageSrc: "http://img.b2bpic.net/free-photo/vintage-vhs-packaging-with-neon-light_23-2149854271.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "VR Experience Headset",
|
||||
price: "$299.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rgb-lights-illuminated-fans-gaming-computer_482257-116556.jpg",
|
||||
},
|
||||
id: "p5", name: "VR Experience Headset", price: "$299.99", imageSrc: "http://img.b2bpic.net/free-photo/rgb-lights-illuminated-fans-gaming-computer_482257-116556.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Store Digital Voucher",
|
||||
price: "$50.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-pink-hair-playing-with-joystick-laptop_23-2148969201.jpg",
|
||||
},
|
||||
id: "p6", name: "Store Digital Voucher", price: "$50.00", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-pink-hair-playing-with-joystick-laptop_23-2148969201.jpg"},
|
||||
]}
|
||||
title="Shop Our Best Sellers"
|
||||
description="Check out the latest deals on consoles, hits, and more."
|
||||
@@ -197,45 +130,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
role: "Collector",
|
||||
company: "You Play",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-remote-worker-enjoying-flexibility-comfort-while-browsing-online_482257-118982.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", role: "Collector", company: "You Play", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-remote-worker-enjoying-flexibility-comfort-while-browsing-online_482257-118982.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
role: "Streamer",
|
||||
company: "You Play",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/streamer-cyber-performing-space-shooter-video-game-powerful-pc-talking-with-players-chat-open-professional-competition_482257-560.jpg",
|
||||
},
|
||||
id: "2", name: "Michael Chen", role: "Streamer", company: "You Play", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/streamer-cyber-performing-space-shooter-video-game-powerful-pc-talking-with-players-chat-open-professional-competition_482257-560.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Hardcore Gamer",
|
||||
company: "You Play",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-garage-sale_23-2150661422.jpg",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", role: "Hardcore Gamer", company: "You Play", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-garage-sale_23-2150661422.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
role: "Tech Reviewer",
|
||||
company: "You Play",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-woman-with-gaming-headset-playing-multiplayer-first-person-shooter-streaming-gameplay-professional-pc-setup-gamer-girl-looking-computer-screen-while-talking-team-tournament_482257-49412.jpg",
|
||||
},
|
||||
id: "4", name: "David Kim", role: "Tech Reviewer", company: "You Play", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-woman-with-gaming-headset-playing-multiplayer-first-person-shooter-streaming-gameplay-professional-pc-setup-gamer-girl-looking-computer-screen-while-talking-team-tournament_482257-49412.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Alex Smith",
|
||||
role: "Casual Player",
|
||||
company: "You Play",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mid-section-young-woman-playing-video-game-with-joystick_23-2148152867.jpg",
|
||||
},
|
||||
id: "5", name: "Alex Smith", role: "Casual Player", company: "You Play", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mid-section-young-woman-playing-video-game-with-joystick_23-2148152867.jpg"},
|
||||
]}
|
||||
title="What Our Players Say"
|
||||
description="Join our community of happy gamers who saved big."
|
||||
@@ -247,20 +155,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "Do you ship internationally?",
|
||||
content: "Yes, we ship to most countries worldwide.",
|
||||
},
|
||||
id: "faq-1", title: "Do you ship internationally?", content: "Yes, we ship to most countries worldwide."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "Are your pre-owned games tested?",
|
||||
content: "Absolutely! We test all items thoroughly.",
|
||||
},
|
||||
id: "faq-2", title: "Are your pre-owned games tested?", content: "Absolutely! We test all items thoroughly."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "How can I track my order?",
|
||||
content: "You will receive a tracking link as soon as it ships.",
|
||||
},
|
||||
id: "faq-3", title: "How can I track my order?", content: "You will receive a tracking link as soon as it ships."},
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
sideDescription="Need help? Here are some quick answers to your questions."
|
||||
@@ -273,14 +172,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Xbox",
|
||||
"PlayStation",
|
||||
"Nintendo",
|
||||
"Steam",
|
||||
"Ubisoft",
|
||||
"EA",
|
||||
"Activision",
|
||||
]}
|
||||
"Xbox", "PlayStation", "Nintendo", "Steam", "Ubisoft", "EA", "Activision"]}
|
||||
title="Trusted Partners"
|
||||
description="We work with leading gaming brands to bring you the best deals."
|
||||
/>
|
||||
@@ -290,8 +182,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Stay Updated"
|
||||
title="Subscribe for Exclusive Deals"
|
||||
description="Get early access to restocks and special discounts sent right to your inbox."
|
||||
@@ -304,42 +195,27 @@ export default function LandingPage() {
|
||||
logoText="You Play"
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{
|
||||
label: "All Products",
|
||||
href: "#store",
|
||||
},
|
||||
label: "All Products", href: "#store"},
|
||||
{
|
||||
label: "New Arrivals",
|
||||
href: "#",
|
||||
},
|
||||
label: "New Arrivals", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user