From 45bce2c5fe54eb151bbaad02a2a2086e182f4745 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 15:28:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 252 +++++++++-------------------------------------- 1 file changed, 46 insertions(+), 206 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c96729d..22f203c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,21 +34,13 @@ export default function LandingPage() { @@ -57,41 +49,22 @@ export default function LandingPage() {
@@ -103,19 +76,13 @@ export default function LandingPage() { metrics={[ { icon: Award, - label: "Years in Industry", - value: "15+", - }, + label: "Years in Industry", value: "15+"}, { icon: Users, - label: "Players Coached", - value: "500+", - }, + label: "Players Coached", value: "500+"}, { icon: BookOpen, - label: "Books Authored", - value: "5", - }, + label: "Books Authored", value: "5"}, ]} metricsAnimation="slide-up" /> @@ -129,41 +96,17 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", - name: "Esports Manual 101", - price: "$29.99", - imageSrc: "http://img.b2bpic.net/free-photo/square-book-office-mockup_23-2151731939.jpg", - }, + id: "p1", name: "Esports Manual 101", price: "$29.99", imageSrc: "http://img.b2bpic.net/free-photo/square-book-office-mockup_23-2151731939.jpg"}, { - id: "p2", - name: "Strategic Leadership", - price: "$34.99", - imageSrc: "http://img.b2bpic.net/free-photo/game-entertainment-fun-relax-leisure-graphic_53876-122892.jpg", - }, + id: "p2", name: "Strategic Leadership", price: "$34.99", imageSrc: "http://img.b2bpic.net/free-photo/game-entertainment-fun-relax-leisure-graphic_53876-122892.jpg"}, { - id: "p3", - name: "Gaming Fortitude", - price: "$24.99", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-objects-with-role-playing-game-sheet_23-2149352347.jpg", - }, + id: "p3", name: "Gaming Fortitude", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/still-life-objects-with-role-playing-game-sheet_23-2149352347.jpg"}, { - id: "p4", - name: "Winning Tactics", - price: "$39.99", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-objects-with-role-playing-game-sheet_23-2149352335.jpg", - }, + id: "p4", name: "Winning Tactics", price: "$39.99", imageSrc: "http://img.b2bpic.net/free-photo/still-life-objects-with-role-playing-game-sheet_23-2149352335.jpg"}, { - id: "p5", - name: "Team Communication", - price: "$27.99", - imageSrc: "http://img.b2bpic.net/free-photo/man-playing-entertaining-videogame-pc-computer-desk-late-night-close-up_482257-116206.jpg", - }, + id: "p5", name: "Team Communication", price: "$27.99", imageSrc: "http://img.b2bpic.net/free-photo/man-playing-entertaining-videogame-pc-computer-desk-late-night-close-up_482257-116206.jpg"}, { - id: "p6", - name: "The History of Esports", - price: "$44.99", - imageSrc: "http://img.b2bpic.net/free-photo/couple-staying-light-no-war-wording_23-2149377322.jpg", - }, + id: "p6", name: "The History of Esports", price: "$44.99", imageSrc: "http://img.b2bpic.net/free-photo/couple-staying-light-no-war-wording_23-2149377322.jpg"}, ]} title="Esports Literature" description="Comprehensive guides for players, coaches, and industry enthusiasts." @@ -173,30 +116,16 @@ export default function LandingPage() {
@@ -363,8 +214,7 @@ export default function LandingPage() {