Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-05 14:21:51 +00:00

View File

@@ -12,7 +12,6 @@ import ContactText from "@/components/sections/contact/ContactText";
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
import {
Clock,
Fire,
Gamepad2,
Sparkles,
Star,
@@ -31,7 +30,7 @@ export default function GameHubPage() {
borderRadius="pill"
contentWidth="mediumSmall"
sizing="largeSizeMediumTitles"
background="blurBottom"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="solid"
@@ -65,7 +64,7 @@ export default function GameHubPage() {
]}
buttonAnimation="blur-reveal"
background={{ variant: "glowing-orb" }}
imageSrc="http://img.b2bpic.net/free-photo/group-multiracial-teens-playing-video-games-video-game-club-with-blue-red-illumination-excited-because-victory_1268-24592.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/group-multiracial-teens-playing-video-games-video-game-club-with-blue-red-illumination-excited-because-victory_1268-24592.jpg"
imageAlt="Gaming community and esports"
imagePosition="right"
mediaAnimation="slide-up"
@@ -74,22 +73,22 @@ export default function GameHubPage() {
name: "Alex Rivera", handle: "Pro Streamer", testimonial:
"GameHub transformed how I connect with my gaming community. The interface is clean and the performance is unmatched.", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/pro-gamer-broadcasting-gameplay-front-internet-audience_482257-77071.jpg?_wi=1"},
"http://img.b2bpic.net/free-photo/pro-gamer-broadcasting-gameplay-front-internet-audience_482257-77071.jpg"},
{
name: "Jordan Chen", handle: "Competitive Player", testimonial:
"Finally a platform designed for serious gamers. The tournaments and rankings system keep me engaged every day.", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/pro-gamer-broadcasting-gameplay-front-internet-audience_482257-77071.jpg?_wi=2"},
"http://img.b2bpic.net/free-photo/pro-gamer-broadcasting-gameplay-front-internet-audience_482257-77071.jpg"},
{
name: "Sam Taylor", handle: "Gaming Enthusiast", testimonial:
"The community here is amazing. Found my squad and we're dominating every tournament together.", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/pro-gamer-broadcasting-gameplay-front-internet-audience_482257-77071.jpg?_wi=3"},
"http://img.b2bpic.net/free-photo/pro-gamer-broadcasting-gameplay-front-internet-audience_482257-77071.jpg"},
{
name: "Morgan Lee", handle: "Content Creator", testimonial:
"Best gaming platform I've used. Sleek design, amazing features, and the support team is outstanding.", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/pro-gamer-broadcasting-gameplay-front-internet-audience_482257-77071.jpg?_wi=4"},
"http://img.b2bpic.net/free-photo/pro-gamer-broadcasting-gameplay-front-internet-audience_482257-77071.jpg"},
]}
testimonialRotationInterval={5000}
useInvertedBackground={false}
@@ -107,7 +106,7 @@ export default function GameHubPage() {
description="Built for Excellence"
subdescription="GameHub Developers"
icon={Users}
imageSrc="http://img.b2bpic.net/free-photo/group-multiracial-teens-playing-video-games-video-game-club-with-blue-red-illumination-excited-because-victory_1268-24592.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/group-multiracial-teens-playing-video-games-video-game-club-with-blue-red-illumination-excited-because-victory_1268-24592.jpg"
imageAlt="Gaming community collaboration"
mediaAnimation="blur-reveal"
useInvertedBackground={false}
@@ -126,7 +125,7 @@ export default function GameHubPage() {
tagAnimation="slide-up"
buttons={[{ text: "Learn More", href: "#" }]}
buttonAnimation="blur-reveal"
imageSrc="http://img.b2bpic.net/free-photo/focus-shot-man-holding-controller-apartment-playing-videogames-smart-tv-display_482257-82235.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/focus-shot-man-holding-controller-apartment-playing-videogames-smart-tv-display_482257-82235.jpg"
imageAlt="Gaming features showcase"
accordionItems={[
{
@@ -155,22 +154,22 @@ export default function GameHubPage() {
title="Trending Games Right Now"
description="Explore the hottest games on GameHub. Jump into multiplayer sessions, join tournaments, or discover your next favorite title."
tag="Top Picks"
tagIcon={Fire}
tagIcon={Sparkles}
tagAnimation="slide-up"
buttons={[{ text: "Browse All", href: "#" }]}
buttonAnimation="blur-reveal"
products={[
{
id: "1", name: "Legendary Battle Arena", price: "Free", imageSrc:
"http://img.b2bpic.net/free-photo/focus-shot-man-holding-controller-apartment-playing-videogames-smart-tv-display_482257-82235.jpg?_wi=2", imageAlt: "Legendary Battle Arena", initialQuantity: 1,
"http://img.b2bpic.net/free-photo/focus-shot-man-holding-controller-apartment-playing-videogames-smart-tv-display_482257-82235.jpg", imageAlt: "Legendary Battle Arena", initialQuantity: 1,
},
{
id: "2", name: "Cosmic Runners", price: "Free", imageSrc:
"http://img.b2bpic.net/free-photo/team-teenage-gamers-plays-multiplayer-video-game-pc-gaming-club_613910-19132.jpg?_wi=1", imageAlt: "Cosmic Runners", initialQuantity: 1,
"http://img.b2bpic.net/free-photo/team-teenage-gamers-plays-multiplayer-video-game-pc-gaming-club_613910-19132.jpg", imageAlt: "Cosmic Runners", initialQuantity: 1,
},
{
id: "3", name: "Squad Tactics Online", price: "Free", imageSrc:
"http://img.b2bpic.net/free-photo/team-teenage-gamers-plays-multiplayer-video-game-pc-gaming-club_613910-19132.jpg?_wi=2", imageAlt: "Squad Tactics Online", initialQuantity: 1,
"http://img.b2bpic.net/free-photo/team-teenage-gamers-plays-multiplayer-video-game-pc-gaming-club_613910-19132.jpg", imageAlt: "Squad Tactics Online", initialQuantity: 1,
},
]}
gridVariant="three-columns-all-equal-width"
@@ -215,22 +214,22 @@ export default function GameHubPage() {
testimonials={[
{
id: "1", name: "Alex Rivera", imageSrc:
"http://img.b2bpic.net/free-photo/pro-gamer-broadcasting-gameplay-front-internet-audience_482257-77071.jpg?_wi=5"},
"http://img.b2bpic.net/free-photo/pro-gamer-broadcasting-gameplay-front-internet-audience_482257-77071.jpg"},
{
id: "2", name: "Jordan Chen", imageSrc:
"http://img.b2bpic.net/free-photo/pro-gamer-broadcasting-gameplay-front-internet-audience_482257-77071.jpg?_wi=6"},
"http://img.b2bpic.net/free-photo/pro-gamer-broadcasting-gameplay-front-internet-audience_482257-77071.jpg"},
{
id: "3", name: "Sam Taylor", imageSrc:
"http://img.b2bpic.net/free-photo/pro-gamer-broadcasting-gameplay-front-internet-audience_482257-77071.jpg?_wi=7"},
"http://img.b2bpic.net/free-photo/pro-gamer-broadcasting-gameplay-front-internet-audience_482257-77071.jpg"},
{
id: "4", name: "Morgan Lee", imageSrc:
"http://img.b2bpic.net/free-photo/pro-gamer-broadcasting-gameplay-front-internet-audience_482257-77071.jpg?_wi=8"},
"http://img.b2bpic.net/free-photo/pro-gamer-broadcasting-gameplay-front-internet-audience_482257-77071.jpg"},
{
id: "5", name: "Casey Blake", imageSrc:
"http://img.b2bpic.net/free-photo/pro-gamer-broadcasting-gameplay-front-internet-audience_482257-77071.jpg?_wi=9"},
"http://img.b2bpic.net/free-photo/pro-gamer-broadcasting-gameplay-front-internet-audience_482257-77071.jpg"},
{
id: "6", name: "Parker Stone", imageSrc:
"http://img.b2bpic.net/free-photo/pro-gamer-broadcasting-gameplay-front-internet-audience_482257-77071.jpg?_wi=10"},
"http://img.b2bpic.net/free-photo/pro-gamer-broadcasting-gameplay-front-internet-audience_482257-77071.jpg"},
]}
cardTitle="Join 500,000+ gamers already playing on GameHub"
cardTag="Trusted by the gaming community"
@@ -250,7 +249,7 @@ export default function GameHubPage() {
{ text: "Create Account", href: "https://example.com/signup" },
{ text: "Get Started Free", href: "https://example.com/play" },
]}
background={{ variant: "blurBottom" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
containerClassName="py-20"
textClassName="text-2xl md:text-3xl font-bold"