Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-08 01:43:53 +00:00

View File

@@ -10,7 +10,7 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import ContactText from '@/components/sections/contact/ContactText';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import { Award, Download, Flame, Gamepad2, Heart, Shield, Sparkles, Star, TrendingUp, Users, Zap } from 'lucide-react';
import { Award, Download, Flame, Gamepad2, Heart, Shield, Sparkles, Star, TrendingUp, Users, Zap, Trophy } from 'lucide-react';
export default function GamingPlatform() {
return (
@@ -20,7 +20,7 @@ export default function GamingPlatform() {
borderRadius="rounded"
contentWidth="mediumLarge"
sizing="medium"
background="aurora"
background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="radial-glow"
@@ -53,7 +53,7 @@ export default function GamingPlatform() {
{ text: "View All Games", href: "#games" },
]}
buttonAnimation="slide-up"
background={{ variant: "aurora" }}
background={{ variant: "radial-gradient" }}
dashboard={{
title: "Today's Top Game", logoIcon: Gamepad2,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Adsj4vgHjTCzOafE2CqXNM7fq3/a-dramatic-high-quality-gaming-screensho-1772934088472-531e6f21.png", buttons: [
@@ -67,14 +67,17 @@ export default function GamingPlatform() {
],
stats: [
{
title: "Players Online", values: ["45,230", "52,480", "68,915"],
description: "Active players worldwide"},
title: "Players Online", values: [45230, 52480, 68915],
description: "Active players worldwide"
},
{
title: "Rating", values: ["4.6", "4.7", "4.9"],
valueSuffix: "/5", description: "Player satisfaction score"},
title: "Rating", values: [4.6, 4.7, 4.9],
valueSuffix: "/5", description: "Player satisfaction score"
},
{
title: "Downloads", values: ["2.1M", "3.5M", "5.2M"],
description: "Total game downloads"},
title: "Downloads", values: [2.1, 3.5, 5.2],
valueSuffix: "M", description: "Total game downloads"
},
],
chartTitle: "Player Engagement", chartData: [
{ value: 65 },
@@ -88,7 +91,8 @@ export default function GamingPlatform() {
{ icon: Zap, title: "Racing Rivals", status: "Just Released" },
{ icon: Award, title: "Fantasy Legends", status: "Award Winner" },
],
searchPlaceholder: "Search games..."}}
searchPlaceholder: "Search games..."
}}
/>
</div>
@@ -195,13 +199,17 @@ export default function GamingPlatform() {
<TestimonialCardTwelve
testimonials={[
{
id: "1", name: "Alex Martinez", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Adsj4vgHjTCzOafE2CqXNM7fq3/a-portrait-photo-of-a-young-professional-1772934088250-d5d5e228.png", imageAlt: "Alex Martinez gamer"},
id: "1", name: "Alex Martinez", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Adsj4vgHjTCzOafE2CqXNM7fq3/a-portrait-photo-of-a-young-professional-1772934088250-d5d5e228.png", imageAlt: "Alex Martinez gamer"
},
{
id: "2", name: "Sarah Chen", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Adsj4vgHjTCzOafE2CqXNM7fq3/a-portrait-photo-of-a-diverse-gamer-enjo-1772934089316-398f582d.jpg", imageAlt: "Sarah Chen gaming enthusiast"},
id: "2", name: "Sarah Chen", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Adsj4vgHjTCzOafE2CqXNM7fq3/a-portrait-photo-of-a-diverse-gamer-enjo-1772934089316-398f582d.jpg", imageAlt: "Sarah Chen gaming enthusiast"
},
{
id: "3", name: "James Wilson", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Adsj4vgHjTCzOafE2CqXNM7fq3/a-portrait-photo-of-a-content-creator-or-1772934087825-bfb3345d.png", imageAlt: "James Wilson streamer"},
id: "3", name: "James Wilson", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Adsj4vgHjTCzOafE2CqXNM7fq3/a-portrait-photo-of-a-content-creator-or-1772934087825-bfb3345d.png", imageAlt: "James Wilson streamer"
},
{
id: "4", name: "Emma Rodriguez", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Adsj4vgHjTCzOafE2CqXNM7fq3/a-portrait-photo-of-an-experienced-gamer-1772934089081-5d7250aa.png", imageAlt: "Emma Rodriguez professional gamer"},
id: "4", name: "Emma Rodriguez", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Adsj4vgHjTCzOafE2CqXNM7fq3/a-portrait-photo-of-an-experienced-gamer-1772934089081-5d7250aa.png", imageAlt: "Emma Rodriguez professional gamer"
},
]}
cardTitle="Over 2.5 million gamers enjoy incredible gaming experiences on Javokhcx Games every day"
cardTag="Trusted by Players"