From 070e48df04430050741609534de94c3b0c2fe23e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 07:30:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 87642b7..1452aca 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -41,15 +41,15 @@ export default function LandingPage() { @@ -87,12 +87,12 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { id: "m1", title: "Oct 12 vs Tigers", descriptions: ["Score: 3-1", "Goal Scorers: Wilson, Smith, Baker"], imageSrc: "http://img.b2bpic.net/free-photo/businessman-doing-research-analysis-computer-screen-plan-financial-statistics-with-charts-graphs-data-male-employee-working-with-diagram-report-find-sales-profit-e-commerce_482257-40940.jpg", imageAlt: "dashboard admin ui" }, - { id: "m2", title: "Oct 05 vs City Rovers", descriptions: ["Score: 2-2", "Goal Scorers: Rashford, Reed"], imageSrc: "http://img.b2bpic.net/free-photo/american-football-player-professional-stadium_654080-928.jpg?_wi=3", imageAlt: "dashboard admin ui" }, - { id: "m3", title: "Sep 28 vs North United", descriptions: ["Score: 4-0", "Goal Scorers: Wilson, Smith, Baker, Field"], imageSrc: "http://img.b2bpic.net/free-photo/figure-skating-girl-ice-arena_654080-1585.jpg?_wi=2", imageAlt: "dashboard admin ui" }, + { id: "m1", title: "Oct 12 vs Tigers FC", descriptions: ["Score: 3-1", "Goal Scorers: Wilson, Smith, Baker"], imageSrc: "http://img.b2bpic.net/free-photo/soccer-stats-analysis_482257-40940.jpg" }, + { id: "m2", title: "Oct 05 vs City Rovers", descriptions: ["Score: 2-2", "Goal Scorers: Rashford, Reed"], imageSrc: "http://img.b2bpic.net/free-photo/soccer-player-stadium-professional_654080-928.jpg?_wi=3" }, + { id: "m3", title: "Sep 28 vs North United", descriptions: ["Score: 4-0", "Goal Scorers: Wilson, Smith, Baker, Field"], imageSrc: "http://img.b2bpic.net/free-photo/soccer-training_654080-1585.jpg?_wi=2" }, ]} title="Recent Match Logs" - description="Historical data of recent league matches and outcomes." + description="Historical data of recent league soccer matches and outcomes." /> @@ -100,7 +100,7 @@ export default function LandingPage() { -- 2.49.1