From 6eae5d32b3c9b9b01ffc0796c496212a83a2ad57 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 01:43:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 36 ++++++++++++++++++++++-------------- 1 file changed, 22 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bf028af..0fb0599 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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..." + }} /> @@ -195,13 +199,17 @@ export default function GamingPlatform() {