From 17a8b0304416970f8991fa174bc898edb9fd8b62 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 07:26:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 311 +++++++---------------------------------------- 1 file changed, 41 insertions(+), 270 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 96c259a..90634d8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,6 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; +import { Shield, Zap, Target } from "lucide-react"; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; @@ -31,24 +32,13 @@ export default function LandingPage() { @@ -57,70 +47,20 @@ export default function LandingPage() { title="Precision, Strategy, Victory." description="Leveling up the competitive gaming landscape through data-driven performance and elite strategy." testimonials={[ - { - name: "Alex 'Ace'", - handle: "@acepro", - testimonial: "The best strategies in the circuit, bar none.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/retro-vhs-packaging-indoors_23-2150172481.jpg?_wi=1", - imageAlt: "gaming setup room dark", - }, - { - name: "Jordan 'Tech'", - handle: "@techplay", - testimonial: "Unmatched performance insights.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/middle-age-greyhaired-man-streamer-smiling-confident-sitting-table-gaming-room_839833-5508.jpg?_wi=1", - imageAlt: "gaming setup room dark", - }, - { - name: "Sam 'Sharp'", - handle: "@sharpshooter", - testimonial: "Changed my entire playstyle.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/gamers-fist-bump-after-winning-game_23-2149350003.jpg?_wi=1", - imageAlt: "gaming setup room dark", - }, - { - name: "Riley 'Rush'", - handle: "@rushgaming", - testimonial: "A true professional to work with.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/person-working-animation-porject_23-2149269893.jpg?_wi=1", - imageAlt: "gaming setup room dark", - }, - { - name: "Taylor 'Tact'", - handle: "@tactik", - testimonial: "Exceptional communication and skill.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/shoulder-footage-professional-streamer-playing-digital-space-shooter-video-games-computer-using-headphones-microphone-mouse_482257-561.jpg?_wi=1", - imageAlt: "gaming setup room dark", - }, + { name: "Alex 'Ace'", handle: "@acepro", testimonial: "The best strategies in the circuit, bar none.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/retro-vhs-packaging-indoors_23-2150172481.jpg", imageAlt: "gaming setup room dark" }, + { name: "Jordan 'Tech'", handle: "@techplay", testimonial: "Unmatched performance insights.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/middle-age-greyhaired-man-streamer-smiling-confident-sitting-table-gaming-room_839833-5508.jpg", imageAlt: "gaming setup room dark" }, + { name: "Sam 'Sharp'", handle: "@sharpshooter", testimonial: "Changed my entire playstyle.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/gamers-fist-bump-after-winning-game_23-2149350003.jpg", imageAlt: "gaming setup room dark" }, + { name: "Riley 'Rush'", handle: "@rushgaming", testimonial: "A true professional to work with.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-working-animation-porject_23-2149269893.jpg", imageAlt: "gaming setup room dark" }, + { name: "Taylor 'Tact'", handle: "@tactik", testimonial: "Exceptional communication and skill.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/shoulder-footage-professional-streamer-playing-digital-space-shooter-video-games-computer-using-headphones-microphone-mouse_482257-561.jpg", imageAlt: "gaming setup room dark" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/retro-vhs-packaging-indoors_23-2150172481.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/retro-vhs-packaging-indoors_23-2150172481.jpg" imageAlt="Professional Gamer Setup" avatars={[ - { - src: "http://img.b2bpic.net/free-photo/young-sporty-man-wearing-sportswear-headband-with-headphones-surprised_141793-37324.jpg", - alt: "Gamer avatar 1", - }, - { - src: "http://img.b2bpic.net/free-photo/cartoon-man-wearing-glasses_23-2151136831.jpg", - alt: "Gamer avatar 2", - }, - { - src: "http://img.b2bpic.net/free-photo/cartoon-man-wearing-glasses_23-2151136786.jpg", - alt: "Gamer avatar 3", - }, - { - src: "http://img.b2bpic.net/free-photo/focused-man-rgb-lights-lit-living-room-playing-videogames_482257-116287.jpg", - alt: "Gamer avatar 4", - }, - { - src: "http://img.b2bpic.net/free-photo/portrait-gorgeous-happy-gamer-girl-with-pink-hair-playing-video-games-using-joystick-colorful-studio_149155-5242.jpg", - alt: "Gamer avatar 5", - }, + { src: "http://img.b2bpic.net/free-photo/young-sporty-man-wearing-sportswear-headband-with-headphones-surprised_141793-37324.jpg", alt: "Gamer avatar 1" }, + { src: "http://img.b2bpic.net/free-photo/cartoon-man-wearing-glasses_23-2151136831.jpg", alt: "Gamer avatar 2" }, + { src: "http://img.b2bpic.net/free-photo/cartoon-man-wearing-glasses_23-2151136786.jpg", alt: "Gamer avatar 3" }, + { src: "http://img.b2bpic.net/free-photo/focused-man-rgb-lights-lit-living-room-playing-videogames_482257-116287.jpg", alt: "Gamer avatar 4" }, + { src: "http://img.b2bpic.net/free-photo/portrait-gorgeous-happy-gamer-girl-with-pink-hair-playing-video-games-using-joystick-colorful-studio_149155-5242.jpg", alt: "Gamer avatar 5" }, ]} /> @@ -130,7 +70,7 @@ export default function LandingPage() { useInvertedBackground={false} title="About GamerX" description="I am a dedicated e-sports strategist and player focused on high-level competition and community building. With years of experience in the arena, I bring professional analytical skills to every match." - imageSrc="http://img.b2bpic.net/free-photo/middle-age-greyhaired-man-streamer-smiling-confident-sitting-table-gaming-room_839833-5508.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/middle-age-greyhaired-man-streamer-smiling-confident-sitting-table-gaming-room_839833-5508.jpg" imageAlt="About GamerX" /> @@ -142,27 +82,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} features={[ - { - title: "Speed", - description: "Rapid reaction times through optimized networking.", - imageSrc: "http://img.b2bpic.net/free-photo/gamers-fist-bump-after-winning-game_23-2149350003.jpg?_wi=2", - titleImageSrc: "http://img.b2bpic.net/free-photo/3d-network-connections-background-with-low-poly-plexus-design_1048-12346.jpg", - buttonText: "Learn More", - }, - { - title: "Precision", - description: "High-fidelity hardware control for peak accuracy.", - imageSrc: "http://img.b2bpic.net/free-photo/person-working-animation-porject_23-2149269893.jpg?_wi=2", - titleImageSrc: "http://img.b2bpic.net/free-photo/innovative-businessman-working-modern-laptop-inside-generated-by-ai_188544-27376.jpg", - buttonText: "Learn More", - }, - { - title: "Strategy", - description: "Advanced tactical analysis for every engagement.", - imageSrc: "http://img.b2bpic.net/free-photo/shoulder-footage-professional-streamer-playing-digital-space-shooter-video-games-computer-using-headphones-microphone-mouse_482257-561.jpg?_wi=2", - titleImageSrc: "http://img.b2bpic.net/free-photo/science-fiction-game-desktop-pc-monitor_482257-124535.jpg", - buttonText: "Learn More", - }, + { title: "Speed", description: "Rapid reaction times through optimized networking.", imageSrc: "http://img.b2bpic.net/free-photo/gamers-fist-bump-after-winning-game_23-2149350003.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/3d-network-connections-background-with-low-poly-plexus-design_1048-12346.jpg", buttonText: "Learn More" }, + { title: "Precision", description: "High-fidelity hardware control for peak accuracy.", imageSrc: "http://img.b2bpic.net/free-photo/person-working-animation-porject_23-2149269893.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/innovative-businessman-working-modern-laptop-inside-generated-by-ai_188544-27376.jpg", buttonText: "Learn More" }, + { title: "Strategy", description: "Advanced tactical analysis for every engagement.", imageSrc: "http://img.b2bpic.net/free-photo/shoulder-footage-professional-streamer-playing-digital-space-shooter-video-games-computer-using-headphones-microphone-mouse_482257-561.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/science-fiction-game-desktop-pc-monitor_482257-124535.jpg", buttonText: "Learn More" }, ]} title="Core Strengths" description="The foundation of my competitive advantage." @@ -175,21 +97,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} metrics={[ - { - id: "m1", - title: "Win Rate", - value: "78%", - }, - { - id: "m2", - title: "Average KDA", - value: "4.2", - }, - { - id: "m3", - title: "Hours Trained", - value: "5000+", - }, + { id: "m1", title: "Win Rate", value: "78%", icon: Target }, + { id: "m2", title: "Average KDA", value: "4.2", icon: Zap }, + { id: "m3", title: "Hours Trained", value: "5000+", icon: Shield }, ]} title="Performance Data" description="Real-time tracking of competitive stats." @@ -203,60 +113,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "p1", - brand: "E-Sports", - name: "Summer Championship", - price: "Winner", - rating: 5, - reviewCount: "2023", - imageSrc: "http://img.b2bpic.net/free-photo/cyber-security-expert-working-with-technology-neon-lights_23-2151645661.jpg", - }, - { - id: "p2", - brand: "E-Sports", - name: "Pro League Finals", - price: "Runner Up", - rating: 5, - reviewCount: "2023", - imageSrc: "http://img.b2bpic.net/free-photo/minimalist-computer-desk-setup-with-hard-drive_58702-17219.jpg", - }, - { - id: "p3", - brand: "E-Sports", - name: "Global Clash", - price: "Winner", - rating: 5, - reviewCount: "2022", - imageSrc: "http://img.b2bpic.net/free-photo/player-cooperating-with-teammates-coop-videogame-using-mockup-monitor_482257-121551.jpg", - }, - { - id: "p4", - brand: "E-Sports", - name: "Winter Gauntlet", - price: "1st Place", - rating: 5, - reviewCount: "2022", - imageSrc: "http://img.b2bpic.net/free-photo/professional-esports-gamer-back-side-view-rejoices-victory-generative-ai_191095-2011.jpg", - }, - { - id: "p5", - brand: "E-Sports", - name: "Rising Star Cup", - price: "1st Place", - rating: 5, - reviewCount: "2021", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-white-keyboard-desk_23-2149680249.jpg", - }, - { - id: "p6", - brand: "E-Sports", - name: "Annual Invitational", - price: "Top 4", - rating: 5, - reviewCount: "2021", - imageSrc: "http://img.b2bpic.net/free-photo/pro-streamer-man-playing-space-shooter-video-games-online-competition-using-professional-setup-with-chat-open_482257-558.jpg", - }, + { id: "p1", brand: "E-Sports", name: "Summer Championship", price: "Winner", rating: 5, reviewCount: "2023", imageSrc: "http://img.b2bpic.net/free-photo/cyber-security-expert-working-with-technology-neon-lights_23-2151645661.jpg" }, + { id: "p2", brand: "E-Sports", name: "Pro League Finals", price: "Runner Up", rating: 5, reviewCount: "2023", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-computer-desk-setup-with-hard-drive_58702-17219.jpg" }, + { id: "p3", brand: "E-Sports", name: "Global Clash", price: "Winner", rating: 5, reviewCount: "2022", imageSrc: "http://img.b2bpic.net/free-photo/player-cooperating-with-teammates-coop-videogame-using-mockup-monitor_482257-121551.jpg" }, + { id: "p4", brand: "E-Sports", name: "Winter Gauntlet", price: "1st Place", rating: 5, reviewCount: "2022", imageSrc: "http://img.b2bpic.net/free-photo/professional-esports-gamer-back-side-view-rejoices-victory-generative-ai_191095-2011.jpg" }, + { id: "p5", brand: "E-Sports", name: "Rising Star Cup", price: "1st Place", rating: 5, reviewCount: "2021", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-white-keyboard-desk_23-2149680249.jpg" }, + { id: "p6", brand: "E-Sports", name: "Annual Invitational", price: "Top 4", rating: 5, reviewCount: "2021", imageSrc: "http://img.b2bpic.net/free-photo/pro-streamer-man-playing-space-shooter-video-games-online-competition-using-professional-setup-with-chat-open_482257-558.jpg" }, ]} title="My Tournament History" description="A showcase of past competitive wins and tournament results." @@ -268,61 +130,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "t1", - name: "Sarah J.", - date: "Oct 2023", - title: "Event Org", - quote: "Incredible performance.", - tag: "Event", - avatarSrc: "http://img.b2bpic.net/free-photo/cartoon-man-wearing-vr-glasses_23-2151136835.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/retro-vhs-packaging-indoors_23-2150172481.jpg?_wi=3", - imageAlt: "professional headshot gaming", - }, - { - id: "t2", - name: "Mike C.", - date: "Sept 2023", - title: "Co-Player", - quote: "The best teammate ever.", - tag: "Team", - avatarSrc: "http://img.b2bpic.net/free-photo/futuristic-robot-listening-music-headphones_23-2151073024.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/middle-age-greyhaired-man-streamer-smiling-confident-sitting-table-gaming-room_839833-5508.jpg?_wi=3", - imageAlt: "professional headshot gaming", - }, - { - id: "t3", - name: "Emily R.", - date: "Aug 2023", - title: "Coach", - quote: "Technically advanced and focused.", - tag: "Training", - avatarSrc: "http://img.b2bpic.net/free-photo/cartoon-man-wearing-glasses_23-2151136783.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/gamers-fist-bump-after-winning-game_23-2149350003.jpg?_wi=3", - imageAlt: "professional headshot gaming", - }, - { - id: "t4", - name: "David K.", - date: "July 2023", - title: "Fan", - quote: "Amazing stream quality.", - tag: "Fan", - avatarSrc: "http://img.b2bpic.net/free-photo/african-american-bearded-guy-wearing-hoodie-cap-sitting-gamer-chair-looking-camera-gaming-club-internet-cafe_613910-19248.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/person-working-animation-porject_23-2149269893.jpg?_wi=3", - imageAlt: "professional headshot gaming", - }, - { - id: "t5", - name: "Lisa M.", - date: "June 2023", - title: "Analyst", - quote: "In-depth knowledge of mechanics.", - tag: "Analysis", - avatarSrc: "http://img.b2bpic.net/free-photo/smiley-man-fist-bumping-with-colleague_23-2149350008.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/shoulder-footage-professional-streamer-playing-digital-space-shooter-video-games-computer-using-headphones-microphone-mouse_482257-561.jpg?_wi=3", - imageAlt: "professional headshot gaming", - }, + { id: "t1", name: "Sarah J.", date: "Oct 2023", title: "Event Org", quote: "Incredible performance.", tag: "Event", avatarSrc: "http://img.b2bpic.net/free-photo/cartoon-man-wearing-vr-glasses_23-2151136835.jpg", imageSrc: "http://img.b2bpic.net/free-photo/retro-vhs-packaging-indoors_23-2150172481.jpg", imageAlt: "professional headshot gaming" }, + { id: "t2", name: "Mike C.", date: "Sept 2023", title: "Co-Player", quote: "The best teammate ever.", tag: "Team", avatarSrc: "http://img.b2bpic.net/free-photo/futuristic-robot-listening-music-headphones_23-2151073024.jpg", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-greyhaired-man-streamer-smiling-confident-sitting-table-gaming-room_839833-5508.jpg", imageAlt: "professional headshot gaming" }, + { id: "t3", name: "Emily R.", date: "Aug 2023", title: "Coach", quote: "Technically advanced and focused.", tag: "Training", avatarSrc: "http://img.b2bpic.net/free-photo/cartoon-man-wearing-glasses_23-2151136783.jpg", imageSrc: "http://img.b2bpic.net/free-photo/gamers-fist-bump-after-winning-game_23-2149350003.jpg", imageAlt: "professional headshot gaming" }, + { id: "t4", name: "David K.", date: "July 2023", title: "Fan", quote: "Amazing stream quality.", tag: "Fan", avatarSrc: "http://img.b2bpic.net/free-photo/african-american-bearded-guy-wearing-hoodie-cap-sitting-gamer-chair-looking-camera-gaming-club-internet-cafe_613910-19248.jpg", imageSrc: "http://img.b2bpic.net/free-photo/person-working-animation-porject_23-2149269893.jpg", imageAlt: "professional headshot gaming" }, + { id: "t5", name: "Lisa M.", date: "June 2023", title: "Analyst", quote: "In-depth knowledge of mechanics.", tag: "Analysis", avatarSrc: "http://img.b2bpic.net/free-photo/smiley-man-fist-bumping-with-colleague_23-2149350008.jpg", imageSrc: "http://img.b2bpic.net/free-photo/shoulder-footage-professional-streamer-playing-digital-space-shooter-video-games-computer-using-headphones-microphone-mouse_482257-561.jpg", imageAlt: "professional headshot gaming" }, ]} title="Community Voices" description="Feedback from peers and tournament organizers." @@ -334,13 +146,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "TechGear", - "GamerNet", - "ProStream", - "HardwareLabs", - "CloudSync", - "NexusPlay", - "VisionOptics", + "TechGear", "GamerNet", "ProStream", "HardwareLabs", "CloudSync", "NexusPlay", "VisionOptics" ]} title="Partners & Sponsors" description="Proud to work with industry leaders." @@ -350,18 +156,11 @@ export default function LandingPage() {
@@ -369,40 +168,12 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1