From 343d39dc61dbb1bf1d47f739d079df58f44da0be Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 22:56:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4ecfc08..fb5b04c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,7 +43,7 @@ export default function LandingPage() { @@ -157,16 +157,16 @@ export default function LandingPage() { animationType="slide-up" metrics={[ { - id: "wins", value: "0", title: "Total Wins", description: "Count of all victories across all game modes", imageSrc: "http://img.b2bpic.net/free-vector/celebration-background-with-nice-new-year-balloon_23-2147693201.jpg?_wi=2", imageAlt: "Wins" + id: "wins", value: "0", title: "Total Wins", description: "Count of all victories across all game modes", imageSrc: "http://img.b2bpic.net/free-vector/celebration-background-with-nice-new-year-balloon_23-2147693201.jpg", imageAlt: "Wins" }, { - id: "winrate", value: "0%", title: "Win Rate", description: "Your success percentage against AI opponents", imageSrc: "http://img.b2bpic.net/free-vector/3-option-pricing-plan-chart-comparison-concept-template-design_1017-62355.jpg?_wi=1", imageAlt: "Win Rate" + id: "winrate", value: "0%", title: "Win Rate", description: "Your success percentage against AI opponents", imageSrc: "http://img.b2bpic.net/free-vector/3-option-pricing-plan-chart-comparison-concept-template-design_1017-62355.jpg", imageAlt: "Win Rate" }, { - id: "streak", value: "0", title: "Best Streak", description: "Your longest consecutive win sequence", imageSrc: "http://img.b2bpic.net/free-vector/set-hipster-insignias_23-2147505687.jpg?_wi=3", imageAlt: "Best Streak" + id: "streak", value: "0", title: "Best Streak", description: "Your longest consecutive win sequence", imageSrc: "http://img.b2bpic.net/free-vector/set-hipster-insignias_23-2147505687.jpg", imageAlt: "Best Streak" }, { - id: "games", value: "0", title: "Total Games", description: "Total number of games played", imageSrc: "http://img.b2bpic.net/free-psd/emerging-companies-flyer-template_23-2148997392.jpg?_wi=2", imageAlt: "Games Played" + id: "games", value: "0", title: "Total Games", description: "Total number of games played", imageSrc: "http://img.b2bpic.net/free-psd/emerging-companies-flyer-template_23-2148997392.jpg", imageAlt: "Games Played" } ]} /> @@ -219,7 +219,7 @@ export default function LandingPage() { faqsAnimation="slide-up" mediaAnimation="slide-up" mediaPosition="right" - imageSrc="http://img.b2bpic.net/free-vector/3-option-pricing-plan-chart-comparison-concept-template-design_1017-62355.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-vector/3-option-pricing-plan-chart-comparison-concept-template-design_1017-62355.jpg" imageAlt="FAQ Support" faqs={[ { -- 2.49.1