Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 070e48df04 | |||
| 9d52c70cb5 | |||
| 877186f6b4 | |||
| ca3dd224b9 |
@@ -41,15 +41,15 @@ export default function LandingPage() {
|
|||||||
<HeroBillboard
|
<HeroBillboard
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
title="MarbleCityFC Performance Portal"
|
title="MarbleCityFC Performance Portal"
|
||||||
description="The official internal dashboard for tracking matches, player stats, and club performance."
|
description="The official internal dashboard for tracking soccer matches, player stats, and club performance."
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/american-football-player-professional-stadium_654080-928.jpg?_wi=1"
|
imageSrc="http://img.b2bpic.net/free-photo/soccer-player-stadium-professional_654080-928.jpg?_wi=1"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
avatars={[
|
avatars={[
|
||||||
{ src: "http://img.b2bpic.net/free-photo/figure-skating-girl-ice-arena_654080-1585.jpg", alt: "Staff profile 1" },
|
{ src: "http://img.b2bpic.net/free-photo/soccer-training_654080-1585.jpg", alt: "Staff profile 1" },
|
||||||
{ src: "http://img.b2bpic.net/free-photo/american-football-player-professional-stadium_654080-933.jpg", alt: "Staff profile 2" },
|
{ src: "http://img.b2bpic.net/free-photo/soccer-match_654080-933.jpg", alt: "Staff profile 2" },
|
||||||
{ src: "http://img.b2bpic.net/free-photo/sports-center_1127-4160.jpg", alt: "Staff profile 3" },
|
{ src: "http://img.b2bpic.net/free-photo/soccer-stadium_1127-4160.jpg", alt: "Staff profile 3" },
|
||||||
{ src: "http://img.b2bpic.net/free-photo/basketball-players-big-professional-arena-game_654080-295.jpg", alt: "Staff profile 4" },
|
{ src: "http://img.b2bpic.net/free-photo/soccer-player-ball_654080-295.jpg", alt: "Staff profile 4" },
|
||||||
{ src: "http://img.b2bpic.net/free-photo/business-investor-analyzing-stock-market-trend-monitor-trading-capital-profit-exchange-investment-young-broker-investing-funds-using-financial-forex-market-sales-close-up-handheld-shot_482257-40948.jpg", alt: "Staff profile 5" },
|
{ src: "http://img.b2bpic.net/free-photo/coach-analyzing-data_482257-40948.jpg", alt: "Staff profile 5" },
|
||||||
]}
|
]}
|
||||||
avatarText="Trusted by our elite staff"
|
avatarText="Trusted by our elite staff"
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
@@ -69,15 +69,15 @@ export default function LandingPage() {
|
|||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{ id: "p1", name: "James Wilson", price: "12 Goals", imageSrc: "http://img.b2bpic.net/free-photo/figure-skating-girl-ice-arena_654080-1585.jpg?_wi=1" },
|
{ id: "p1", name: "James Wilson", price: "12 Goals", imageSrc: "http://img.b2bpic.net/free-photo/soccer-training_654080-1585.jpg?_wi=1" },
|
||||||
{ id: "p2", name: "Marcus Rashford", price: "10 Goals", imageSrc: "http://img.b2bpic.net/free-photo/american-football-player-professional-stadium_654080-933.jpg" },
|
{ id: "p2", name: "Marcus Rashford", price: "10 Goals", imageSrc: "http://img.b2bpic.net/free-photo/soccer-match_654080-933.jpg" },
|
||||||
{ id: "p3", name: "Liam Smith", price: "8 Goals", imageSrc: "http://img.b2bpic.net/free-photo/sports-center_1127-4160.jpg" },
|
{ id: "p3", name: "Liam Smith", price: "8 Goals", imageSrc: "http://img.b2bpic.net/free-photo/soccer-stadium_1127-4160.jpg" },
|
||||||
{ id: "p4", name: "Tom Baker", price: "7 Goals", imageSrc: "http://img.b2bpic.net/free-photo/basketball-players-big-professional-arena-game_654080-295.jpg" },
|
{ id: "p4", name: "Tom Baker", price: "7 Goals", imageSrc: "http://img.b2bpic.net/free-photo/soccer-player-ball_654080-295.jpg" },
|
||||||
{ id: "p5", name: "Alex Reed", price: "6 Goals", imageSrc: "http://img.b2bpic.net/free-photo/business-investor-analyzing-stock-market-trend-monitor-trading-capital-profit-exchange-investment-young-broker-investing-funds-using-financial-forex-market-sales-close-up-handheld-shot_482257-40948.jpg" },
|
{ id: "p5", name: "Alex Reed", price: "6 Goals", imageSrc: "http://img.b2bpic.net/free-photo/coach-analyzing-data_482257-40948.jpg" },
|
||||||
{ id: "p6", name: "Sam Field", price: "5 Goals", imageSrc: "http://img.b2bpic.net/free-photo/american-football-player-professional-stadium_654080-928.jpg?_wi=2" },
|
{ id: "p6", name: "Sam Field", price: "5 Goals", imageSrc: "http://img.b2bpic.net/free-photo/soccer-player-stadium-professional_654080-928.jpg?_wi=2" },
|
||||||
]}
|
]}
|
||||||
title="Player Leaderboard"
|
title="Player Leaderboard"
|
||||||
description="Top performers based on seasonal statistics."
|
description="Top soccer performers based on seasonal statistics."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -87,12 +87,12 @@ export default function LandingPage() {
|
|||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
features={[
|
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: "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/american-football-player-professional-stadium_654080-928.jpg?_wi=3", 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/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/figure-skating-girl-ice-arena_654080-1585.jpg?_wi=2", 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/soccer-training_654080-1585.jpg?_wi=2" },
|
||||||
]}
|
]}
|
||||||
title="Recent Match Logs"
|
title="Recent Match Logs"
|
||||||
description="Historical data of recent league matches and outcomes."
|
description="Historical data of recent league soccer matches and outcomes."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -100,7 +100,7 @@ export default function LandingPage() {
|
|||||||
<MetricCardFourteen
|
<MetricCardFourteen
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Club Performance Overview"
|
title="Club Performance Overview"
|
||||||
tag="Live Metrics"
|
tag="Live Soccer Metrics"
|
||||||
metrics={[
|
metrics={[
|
||||||
{ id: "stat-1", value: "18", description: "Matches Played" },
|
{ id: "stat-1", value: "18", description: "Matches Played" },
|
||||||
{ id: "stat-2", value: "42", description: "Goals Scored" },
|
{ id: "stat-2", value: "42", description: "Goals Scored" },
|
||||||
@@ -117,7 +117,7 @@ export default function LandingPage() {
|
|||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
tag="Admin Tools"
|
tag="Admin Tools"
|
||||||
title="Match & Stats Entry"
|
title="Match & Stats Entry"
|
||||||
description="Use this secure panel to input new player data, match scores, and update weekly stats."
|
description="Use this secure panel to input new player data, soccer match scores, and update weekly stats."
|
||||||
inputPlaceholder="Enter admin authorization code"
|
inputPlaceholder="Enter admin authorization code"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user