Merge version_1 into main #1
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -49,7 +49,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/unrecognisable-basketball-player-training_23-2148393845.jpg", imageAlt: "Professional basketball action"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/unrecognisable-basketball-player-training_23-2148393845.jpg?_wi=1", imageAlt: "Professional basketball action"},
|
||||
]}
|
||||
autoplayDelay={5000}
|
||||
showDimOverlay={true}
|
||||
@@ -61,7 +61,7 @@ export default function LandingPage() {
|
||||
title="Built for Excellence"
|
||||
description="Our team is dedicated to the highest standards of athleticism, teamwork, and competitive spirit. With years of combined experience and a commitment to continuous improvement, we deliver championship-level performance on every court."
|
||||
tag="Our Mission"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-friends-playing-basketball-outdoors_23-2150245500.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-friends-playing-basketball-outdoors_23-2150245500.jpg?_wi=1"
|
||||
imageAlt="Basketball team unity"
|
||||
buttons={[{ text: "Learn More", href: "#team" }]}
|
||||
useInvertedBackground={false}
|
||||
@@ -111,13 +111,13 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "game-1", brand: "Tournament", name: "Championship Finals", price: "March 15", rating: 5,
|
||||
reviewCount: "2.3k tickets", imageSrc: "http://img.b2bpic.net/free-photo/unrecognisable-basketball-player-training_23-2148393845.jpg", imageAlt: "Championship game"},
|
||||
reviewCount: "2.3k tickets", imageSrc: "http://img.b2bpic.net/free-photo/unrecognisable-basketball-player-training_23-2148393845.jpg?_wi=2", imageAlt: "Championship game"},
|
||||
{
|
||||
id: "game-2", brand: "Regular Season", name: "Division Rivals", price: "March 8", rating: 5,
|
||||
reviewCount: "1.8k tickets", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-playing-basketball-outdoors_23-2150245500.jpg", imageAlt: "Regular season game"},
|
||||
reviewCount: "1.8k tickets", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-playing-basketball-outdoors_23-2150245500.jpg?_wi=2", imageAlt: "Regular season game"},
|
||||
{
|
||||
id: "game-3", brand: "Regular Season", name: "Conference Match", price: "March 22", rating: 5,
|
||||
reviewCount: "1.5k tickets", imageSrc: "http://img.b2bpic.net/free-photo/unrecognisable-basketball-player-training_23-2148393845.jpg", imageAlt: "Conference game"},
|
||||
reviewCount: "1.5k tickets", imageSrc: "http://img.b2bpic.net/free-photo/unrecognisable-basketball-player-training_23-2148393845.jpg?_wi=3", imageAlt: "Conference game"},
|
||||
]}
|
||||
title="Upcoming Games"
|
||||
description="Mark your calendar for our upcoming matchups and competitive events."
|
||||
|
||||
Reference in New Issue
Block a user