Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-05-23 12:15:32 +00:00

View File

@@ -32,26 +32,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "#hero",
},
{
name: "Products",
id: "#products",
},
{
name: "Features",
id: "#features",
},
{
name: "FAQ",
id: "#faq",
},
{
name: "Contact",
id: "#contact",
},
{ name: "Home", id: "#hero" },
{ name: "Products", id: "#products" },
{ name: "Features", id: "#features" },
{ name: "FAQ", id: "#faq" },
{ name: "Contact", id: "#contact" },
]}
brandName="PulseGaming"
/>
@@ -59,48 +44,17 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel
background={{
variant: "rotated-rays-animated",
}}
background={{ variant: "rotated-rays-animated" }}
title="Level Up Your Setup"
description="Experience professional-grade gaming accessories designed for performance, comfort, and ultimate control."
buttons={[
{
text: "Shop Now",
href: "#products",
},
]}
buttons={[{ text: "Shop Now", href: "#products" }]}
carouselItems={[
{
id: "1",
imageSrc: "http://img.b2bpic.net/free-photo/gaming-setup-arrangement-high-angle_23-2149680232.jpg?_wi=1",
imageAlt: "Gaming setup",
},
{
id: "2",
imageSrc: "http://img.b2bpic.net/free-photo/gradient-view-illuminated-neon-gaming-desk-setup-with-keyboard_23-2149529388.jpg?_wi=1",
imageAlt: "Keyboard",
},
{
id: "3",
imageSrc: "http://img.b2bpic.net/free-photo/computer-mouse-yellow-background-isolated-flat-lay_169016-26395.jpg?_wi=1",
imageAlt: "Mouse",
},
{
id: "4",
imageSrc: "http://img.b2bpic.net/free-photo/studio-with-props-photography_23-2148885660.jpg",
imageAlt: "Headset",
},
{
id: "5",
imageSrc: "http://img.b2bpic.net/free-photo/lights-prisms-effect-close-up_23-2148917883.jpg",
imageAlt: "Monitor",
},
{
id: "6",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-couch-home_23-2148405636.jpg",
imageAlt: "Controller",
},
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/gaming-setup-arrangement-high-angle_23-2149680232.jpg", imageAlt: "Gaming setup" },
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/gradient-view-illuminated-neon-gaming-desk-setup-with-keyboard_23-2149529388.jpg", imageAlt: "Keyboard" },
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/computer-mouse-yellow-background-isolated-flat-lay_169016-26395.jpg", imageAlt: "Mouse" },
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/studio-with-props-photography_23-2148885660.jpg", imageAlt: "Headset" },
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/lights-prisms-effect-close-up_23-2148917883.jpg", imageAlt: "Monitor" },
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-couch-home_23-2148405636.jpg", imageAlt: "Controller" },
]}
/>
</div>
@@ -111,18 +65,9 @@ export default function LandingPage() {
title="Built for Competitors"
description="We engineer hardware that bridges the gap between casual play and competitive dominance. Every click, every keystroke, and every sound matters."
metrics={[
{
value: "1M+",
title: "Happy Gamers",
},
{
value: "50+",
title: "Global Awards",
},
{
value: "24/7",
title: "Expert Support",
},
{ value: "1M+", title: "Happy Gamers" },
{ value: "50+", title: "Global Awards" },
{ value: "24/7", title: "Expert Support" },
]}
imageSrc="http://img.b2bpic.net/free-photo/epic-gamer-battlestation_23-2151948236.jpg"
mediaAnimation="slide-up"
@@ -138,54 +83,12 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
{
id: "1",
name: "Titan Mech-Keyboard",
price: "$159.00",
variant: "RGB Black",
imageSrc: "http://img.b2bpic.net/free-photo/technology-background-texture_23-2148105523.jpg",
imageAlt: "mechanical keyboard",
},
{
id: "2",
name: "Velocity Mouse",
price: "$89.00",
variant: "Ultra Lightweight",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-keyboard-with-lights_23-2149680243.jpg",
imageAlt: "gaming mouse",
},
{
id: "3",
name: "Echo Headset",
price: "$129.00",
variant: "Surround 7.1",
imageSrc: "http://img.b2bpic.net/free-photo/podcast-microphone-used-online-livestreaming-channel-close-up_482257-124420.jpg",
imageAlt: "gaming headset",
},
{
id: "4",
name: "Nova Desk Mat",
price: "$39.00",
variant: "Large",
imageSrc: "http://img.b2bpic.net/free-photo/spa-arrangement_23-2147621416.jpg",
imageAlt: "desk mat",
},
{
id: "5",
name: "Apex Chair",
price: "$349.00",
variant: "Leather",
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-hotel-interior_1203-8529.jpg",
imageAlt: "gaming chair",
},
{
id: "6",
name: "Mobile Kit",
price: "$59.00",
variant: "Universal",
imageSrc: "http://img.b2bpic.net/free-photo/overwhelmed-displeased-guy-losing-video-games-championship-feeling-dissatisfied-sad-about_482257-134552.jpg",
imageAlt: "portable gaming",
},
{ id: "1", name: "Titan Mech-Keyboard", price: "$159.00", variant: "RGB Black", imageSrc: "http://img.b2bpic.net/free-photo/technology-background-texture_23-2148105523.jpg", imageAlt: "mechanical keyboard" },
{ id: "2", name: "Velocity Mouse", price: "$89.00", variant: "Ultra Lightweight", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-keyboard-with-lights_23-2149680243.jpg", imageAlt: "gaming mouse" },
{ id: "3", name: "Echo Headset", price: "$129.00", variant: "Surround 7.1", imageSrc: "http://img.b2bpic.net/free-photo/podcast-microphone-used-online-livestreaming-channel-close-up_482257-124420.jpg", imageAlt: "gaming headset" },
{ id: "4", name: "Nova Desk Mat", price: "$39.00", variant: "Large", imageSrc: "http://img.b2bpic.net/free-photo/spa-arrangement_23-2147621416.jpg", imageAlt: "desk mat" },
{ id: "5", name: "Apex Chair", price: "$349.00", variant: "Leather", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-hotel-interior_1203-8529.jpg", imageAlt: "gaming chair" },
{ id: "6", name: "Mobile Kit", price: "$59.00", variant: "Universal", imageSrc: "http://img.b2bpic.net/free-photo/overwhelmed-displeased-guy-losing-video-games-championship-feeling-dissatisfied-sad-about_482257-134552.jpg", imageAlt: "portable gaming" },
]}
title="Pro-Series Collection"
description="Explore our curated catalog of elite gaming peripherals, tested and trusted by top-tier streamers."
@@ -199,55 +102,25 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Lag-Free Tech",
description: "Cutting edge connectivity ensures zero delays.",
icon: Zap,
title: "Lag-Free Tech", description: "Cutting edge connectivity ensures zero delays.", icon: Zap,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-gaming-controller-chair_23-2149829127.jpg",
imageAlt: "mechanical keyboard",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150062907.jpg",
imageAlt: "gaming mouse",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-gaming-controller-chair_23-2149829127.jpg", imageAlt: "mechanical keyboard" },
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150062907.jpg", imageAlt: "gaming mouse" },
],
imageSrc: "http://img.b2bpic.net/free-photo/gaming-setup-arrangement-high-angle_23-2149680232.jpg?_wi=2",
imageAlt: "mechanical keyboard",
},
{
title: "Ergonomic Design",
description: "Play for hours without fatigue.",
icon: Shield,
title: "Ergonomic Design", description: "Play for hours without fatigue.", icon: Shield,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/man-playing-with-controller-couch_23-2149005172.jpg",
imageAlt: "gaming headset",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-upon-robot-vacuum-cleaner-indoors_23-2150830016.jpg",
imageAlt: "desk mat",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/man-playing-with-controller-couch_23-2149005172.jpg", imageAlt: "gaming headset" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-upon-robot-vacuum-cleaner-indoors_23-2150830016.jpg", imageAlt: "desk mat" },
],
imageSrc: "http://img.b2bpic.net/free-photo/gradient-view-illuminated-neon-gaming-desk-setup-with-keyboard_23-2149529388.jpg?_wi=2",
imageAlt: "mechanical keyboard",
},
{
title: "Customizable RGB",
description: "Match your setup with millions of colors.",
icon: Star,
title: "Customizable RGB", description: "Match your setup with millions of colors.", icon: Star,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/office-desk-surface-with-two-laptops_23-2148821893.jpg",
imageAlt: "gaming chair",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-using-tablet_23-2148238875.jpg",
imageAlt: "portable gaming",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/office-desk-surface-with-two-laptops_23-2148821893.jpg", imageAlt: "gaming chair" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-using-tablet_23-2148238875.jpg", imageAlt: "portable gaming" },
],
imageSrc: "http://img.b2bpic.net/free-photo/computer-mouse-yellow-background-isolated-flat-lay_169016-26395.jpg?_wi=2",
imageAlt: "mechanical keyboard",
},
]}
title="Why Choose Pulse"
@@ -262,27 +135,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "1ms",
title: "Latency",
description: "Industry leading response time",
icon: Clock,
},
{
id: "m2",
value: "99.9%",
title: "Uptime",
description: "Reliable connection performance",
icon: CheckCircle,
},
{
id: "m3",
value: "40M+",
title: "Clicks",
description: "Tested switch durability",
icon: Award,
},
{ id: "m1", value: "1ms", title: "Latency", description: "Industry leading response time", icon: Clock },
{ id: "m2", value: "99.9%", title: "Uptime", description: "Reliable connection performance", icon: CheckCircle },
{ id: "m3", value: "40M+", title: "Clicks", description: "Tested switch durability", icon: Award },
]}
title="Performance By Numbers"
description="See why top competitors switch to Pulse every day."
@@ -296,51 +151,11 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Sarah Miller",
role: "Pro Streamer",
company: "Twitch",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-enjoying-coffee-break_23-2148756296.jpg",
imageAlt: "happy customer",
},
{
id: "2",
name: "John Doe",
role: "Competitive Player",
company: "Esports Inc",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/studio-shot-attractive-young-student-laughing-good-joke_273609-12354.jpg",
imageAlt: "happy customer",
},
{
id: "3",
name: "Alex Riv",
role: "Tech Reviewer",
company: "GearWorld",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-girl-showing-thumbs-up-student-with-satisfied-feedback-recommending-smth-standing_1258-120072.jpg",
imageAlt: "happy customer",
},
{
id: "4",
name: "Emily Sun",
role: "Casual Gamer",
company: "Fan",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-joyful-woman-holding-mobile-phone_171337-4024.jpg",
imageAlt: "happy customer",
},
{
id: "5",
name: "Mark V",
role: "Speedrunner",
company: "Records",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/female-couch-holding-her-phone-mug-sitting-front-table-with-gadgets_181624-56360.jpg",
imageAlt: "happy customer",
},
{ id: "1", name: "Sarah Miller", role: "Pro Streamer", company: "Twitch", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-enjoying-coffee-break_23-2148756296.jpg", imageAlt: "happy customer" },
{ id: "2", name: "John Doe", role: "Competitive Player", company: "Esports Inc", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/studio-shot-attractive-young-student-laughing-good-joke_273609-12354.jpg", imageAlt: "happy customer" },
{ id: "3", name: "Alex Riv", role: "Tech Reviewer", company: "GearWorld", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-girl-showing-thumbs-up-student-with-satisfied-feedback-recommending-smth-standing_1258-120072.jpg", imageAlt: "happy customer" },
{ id: "4", name: "Emily Sun", role: "Casual Gamer", company: "Fan", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-joyful-woman-holding-mobile-phone_171337-4024.jpg", imageAlt: "happy customer" },
{ id: "5", name: "Mark V", role: "Speedrunner", company: "Records", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/female-couch-holding-her-phone-mug-sitting-front-table-with-gadgets_181624-56360.jpg", imageAlt: "happy customer" },
]}
title="Community Voices"
description="What our top players say about their gear upgrades."
@@ -352,21 +167,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{
id: "1",
title: "What is the warranty period?",
content: "All hardware comes with a 2-year warranty.",
},
{
id: "2",
title: "Do you ship worldwide?",
content: "Yes, we ship to over 100 countries.",
},
{
id: "3",
title: "Are products compatible with Mac?",
content: "Most of our products are fully Mac compatible.",
},
{ id: "1", title: "What is the warranty period?", content: "All hardware comes with a 2-year warranty." },
{ id: "2", title: "Do you ship worldwide?", content: "Yes, we ship to over 100 countries." },
{ id: "3", title: "Are products compatible with Mac?", content: "Most of our products are fully Mac compatible." },
]}
title="Frequent Questions"
description="Answers to common queries about shipping, returns, and tech support."
@@ -377,50 +180,19 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={true}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Get In Touch"
title="Ready to Upgrade?"
description="Join our newsletter or reach out for bulk orders and support requests."
buttons={[
{
text: "Contact Support",
href: "#",
},
]}
buttons={[{ text: "Contact Support", href: "#" }]}
/>
</div>
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{
title: "Company",
items: [
{
label: "About",
href: "#",
},
{
label: "Careers",
href: "#",
},
],
},
{
title: "Products",
items: [
{
label: "Keyboards",
href: "#",
},
{
label: "Mice",
href: "#",
},
],
},
{ title: "Company", items: [{ label: "About", href: "#" }, { label: "Careers", href: "#" }] },
{ title: "Products", items: [{ label: "Keyboards", href: "#" }, { label: "Mice", href: "#" }] },
]}
bottomLeftText="© 2024 PulseGaming. All rights reserved."
bottomRightText="Privacy Policy"