Update src/app/page.tsx
This commit is contained in:
333
src/app/page.tsx
333
src/app/page.tsx
@@ -33,37 +33,23 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "Legends",
|
||||
id: "#legends",
|
||||
},
|
||||
name: "Legends", id: "#legends"},
|
||||
{
|
||||
name: "Sports Hub",
|
||||
id: "#sports-hub",
|
||||
},
|
||||
name: "Sports Hub", id: "#sports-hub"},
|
||||
{
|
||||
name: "Players",
|
||||
id: "#players",
|
||||
},
|
||||
name: "Players", id: "#players"},
|
||||
{
|
||||
name: "News",
|
||||
id: "#news",
|
||||
},
|
||||
name: "News", id: "#news"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/autumn-labels-collection_23-2147882334.jpg"
|
||||
logoAlt="Espérance Sportive de Tunis Logo"
|
||||
brandName="EST"
|
||||
button={{
|
||||
text: "Join Fan Club",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Join Fan Club", href: "#contact"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -72,46 +58,25 @@ export default function LandingPage() {
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "animated-grid",
|
||||
}}
|
||||
variant: "animated-grid"}}
|
||||
title="EST: THE EMPIRE OF AFRICA"
|
||||
description="Dominance. Passion. Legacy. Welcome to the heart of Tunisian sports, where legends are forged and history is written. Experience the unmatched spirit of Espérance Sportive de Tunis."
|
||||
testimonials={[
|
||||
{
|
||||
name: "CAF Champions League",
|
||||
handle: "4-Time Champion",
|
||||
testimonial: "Africa's most coveted club football prize, lifted by EST an incredible four times, cementing our continental legacy.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/background-with-abstract-yellow-light-effects_181624-14083.jpg",
|
||||
},
|
||||
name: "CAF Champions League", handle: "4-Time Champion", testimonial: "Africa's most coveted club football prize, lifted by EST an incredible four times, cementing our continental legacy.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/background-with-abstract-yellow-light-effects_181624-14083.jpg"},
|
||||
{
|
||||
name: "Tunisian Ligue 1",
|
||||
handle: "32-Time Champion",
|
||||
testimonial: "Unparalleled domestic supremacy, with a record 32 titles proving our consistent dominance in Tunisian football.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/esport-scenario-background-3d-illustration_1419-2780.jpg",
|
||||
},
|
||||
name: "Tunisian Ligue 1", handle: "32-Time Champion", testimonial: "Unparalleled domestic supremacy, with a record 32 titles proving our consistent dominance in Tunisian football.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/esport-scenario-background-3d-illustration_1419-2780.jpg"},
|
||||
{
|
||||
name: "Arab Club Championship",
|
||||
handle: "3-Time Champion",
|
||||
testimonial: "Victorious in the prestigious Arab Club Championship three times, showcasing our regional prowess and strength.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/product-magic-portal-podium-with-pink-neon-glow_107791-29411.jpg",
|
||||
},
|
||||
name: "Arab Club Championship", handle: "3-Time Champion", testimonial: "Victorious in the prestigious Arab Club Championship three times, showcasing our regional prowess and strength.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/product-magic-portal-podium-with-pink-neon-glow_107791-29411.jpg"},
|
||||
{
|
||||
name: "Tunisian Cup",
|
||||
handle: "15-Time Champion",
|
||||
testimonial: "A testament to our fighting spirit, with 15 Tunisian Cup triumphs, often battling to the very last minute.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-science-fiction-futuristic-background-with-golden-neon-lights_181624-24929.jpg",
|
||||
},
|
||||
name: "Tunisian Cup", handle: "15-Time Champion", testimonial: "A testament to our fighting spirit, with 15 Tunisian Cup triumphs, often battling to the very last minute.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-science-fiction-futuristic-background-with-golden-neon-lights_181624-24929.jpg"},
|
||||
{
|
||||
name: "CAF Super Cup",
|
||||
handle: "1-Time Champion",
|
||||
testimonial: "A hard-fought victory against the continent's best, securing the coveted CAF Super Cup title.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-astronaut-got-first-prize-trophy-3d-rendering_460848-9673.jpg",
|
||||
},
|
||||
name: "CAF Super Cup", handle: "1-Time Champion", testimonial: "A hard-fought victory against the continent's best, securing the coveted CAF Super Cup title.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-astronaut-got-first-prize-trophy-3d-rendering_460848-9673.jpg"},
|
||||
]}
|
||||
testimonialRotationInterval={6000}
|
||||
tag="Since 1919"
|
||||
@@ -119,13 +84,9 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Trophies",
|
||||
href: "#legends",
|
||||
},
|
||||
text: "Explore Trophies", href: "#legends"},
|
||||
{
|
||||
text: "View Squad",
|
||||
href: "#players",
|
||||
},
|
||||
text: "View Squad", href: "#players"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/golden-trophy_187299-46361.jpg"
|
||||
@@ -133,52 +94,32 @@ export default function LandingPage() {
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/redhead-man-with-long-beard-wearing-basketball-uniform-covering-one-eye-with-hand-confident-smile-face-surprise-emotion_839833-9292.jpg",
|
||||
alt: "EST fan avatar 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/redhead-man-with-long-beard-wearing-basketball-uniform-covering-one-eye-with-hand-confident-smile-face-surprise-emotion_839833-9292.jpg", alt: "EST fan avatar 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-black-basketball-player-holds-ball-looks-confidently_273609-8621.jpg",
|
||||
alt: "EST fan avatar 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-black-basketball-player-holds-ball-looks-confidently_273609-8621.jpg", alt: "EST fan avatar 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-fit-man-beach-listening-music_273609-15933.jpg",
|
||||
alt: "EST fan avatar 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-fit-man-beach-listening-music_273609-15933.jpg", alt: "EST fan avatar 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-smiling-hipster-man-posing-studio_158538-25560.jpg",
|
||||
alt: "EST fan avatar 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-smiling-hipster-man-posing-studio_158538-25560.jpg", alt: "EST fan avatar 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/shirtless-male-volleyball-player-holding-ball-with-finger_23-2148662627.jpg",
|
||||
alt: "EST fan avatar 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/shirtless-male-volleyball-player-holding-ball-with-finger_23-2148662627.jpg", alt: "EST fan avatar 5"},
|
||||
]}
|
||||
avatarText="Over 1 Million Passionate Fans"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "League Champions",
|
||||
icon: Trophy,
|
||||
type: "text-icon", text: "League Champions", icon: Trophy,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Continental Victories",
|
||||
icon: Crown,
|
||||
type: "text-icon", text: "Continental Victories", icon: Crown,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Unbreakable Spirit",
|
||||
icon: Sparkles,
|
||||
type: "text-icon", text: "Unbreakable Spirit", icon: Sparkles,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Future of Tunisian Sport",
|
||||
icon: Rocket,
|
||||
type: "text-icon", text: "Future of Tunisian Sport", icon: Rocket,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "EST Always First",
|
||||
icon: Flame,
|
||||
type: "text-icon", text: "EST Always First", icon: Flame,
|
||||
},
|
||||
]}
|
||||
marqueeSpeed={40}
|
||||
@@ -194,35 +135,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Tarek Dhiab",
|
||||
description: "The Golden Ball Emperor - A maestro of the midfield, whose unparalleled vision and skill earned him Africa's highest individual honor. His vintage plays remain unmatched.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/monochrome-portrait-professional-tennis-player_23-2151418480.jpg",
|
||||
imageAlt: "Tarek Dhiab, EST legend",
|
||||
},
|
||||
title: "Tarek Dhiab", description: "The Golden Ball Emperor - A maestro of the midfield, whose unparalleled vision and skill earned him Africa's highest individual honor. His vintage plays remain unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/monochrome-portrait-professional-tennis-player_23-2151418480.jpg", imageAlt: "Tarek Dhiab, EST legend"},
|
||||
{
|
||||
title: "Chokri El Ouaer",
|
||||
description: "The Wall of Tunis - A towering figure between the posts, his unyielding presence and acrobatic saves made him an impenetrable fortress. A true cyber-shield.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/conceptual-3d-illustration-basketball-player-dunking-motion-design_183364-124100.jpg",
|
||||
imageAlt: "Chokri El Ouaer, EST legendary goalkeeper",
|
||||
},
|
||||
title: "Chokri El Ouaer", description: "The Wall of Tunis - A towering figure between the posts, his unyielding presence and acrobatic saves made him an impenetrable fortress. A true cyber-shield.", imageSrc: "http://img.b2bpic.net/free-photo/conceptual-3d-illustration-basketball-player-dunking-motion-design_183364-124100.jpg", imageAlt: "Chokri El Ouaer, EST legendary goalkeeper"},
|
||||
{
|
||||
title: "Hédi Berkhissa",
|
||||
description: "Balha - The Eternal 5 - A symbol of courage and sacrifice. His legacy, marked by the iconic number '5', forever floats in the heart of every Taraji fan.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-checking-red-christmas-cap-blue-desk-holiday-male-emotion_140725-125269.jpg",
|
||||
imageAlt: "Hédi Berkhissa, EST legend",
|
||||
},
|
||||
title: "Hédi Berkhissa", description: "Balha - The Eternal 5 - A symbol of courage and sacrifice. His legacy, marked by the iconic number '5', forever floats in the heart of every Taraji fan.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-checking-red-christmas-cap-blue-desk-holiday-male-emotion_140725-125269.jpg", imageAlt: "Hédi Berkhissa, EST legend"},
|
||||
{
|
||||
title: "Youssef Msakni",
|
||||
description: "The Artist - With a brush of genius, he painted masterpieces on the pitch. His fluid dribbling and abstract goal-scoring lines captivated audiences.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-playing-basketball-with-cool-lights_23-2148536571.jpg",
|
||||
imageAlt: "Youssef Msakni, EST legend",
|
||||
},
|
||||
title: "Youssef Msakni", description: "The Artist - With a brush of genius, he painted masterpieces on the pitch. His fluid dribbling and abstract goal-scoring lines captivated audiences.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-playing-basketball-with-cool-lights_23-2148536571.jpg", imageAlt: "Youssef Msakni, EST legend"},
|
||||
{
|
||||
title: "Youcef Belaïli",
|
||||
description: "The Magician - A wizard with the ball at his feet, conjuring moments of pure brilliance. His flame-like energy and unpredictable spells mesmerized opponents.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-sequins-dark-background_23-2147992714.jpg",
|
||||
imageAlt: "Youcef Belaïli, EST legend",
|
||||
},
|
||||
title: "Youcef Belaïli", description: "The Magician - A wizard with the ball at his feet, conjuring moments of pure brilliance. His flame-like energy and unpredictable spells mesmerized opponents.", imageSrc: "http://img.b2bpic.net/free-photo/blue-sequins-dark-background_23-2147992714.jpg", imageAlt: "Youcef Belaïli, EST legend"},
|
||||
]}
|
||||
title="THE PANTHEON OF LEGENDS"
|
||||
description="Immortalizing the heroes who etched their names into the very soul of Espérance Sportive de Tunis. Their prowess, passion, and loyalty laid the foundations for our empire."
|
||||
@@ -239,59 +160,32 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "football-next-match",
|
||||
icon: Award,
|
||||
title: "Football: Next Match",
|
||||
value: "2D 14H 30M",
|
||||
},
|
||||
id: "football-next-match", icon: Award,
|
||||
title: "Football: Next Match", value: "2D 14H 30M"},
|
||||
{
|
||||
id: "football-live-score",
|
||||
icon: Gauge,
|
||||
title: "Football: Live Score",
|
||||
value: "EST 2 - 1 Opponent",
|
||||
},
|
||||
id: "football-live-score", icon: Gauge,
|
||||
title: "Football: Live Score", value: "EST 2 - 1 Opponent"},
|
||||
{
|
||||
id: "football-league-standings",
|
||||
icon: BarChart,
|
||||
title: "Football: League Standing",
|
||||
value: "#1 - 42 Pts",
|
||||
},
|
||||
id: "football-league-standings", icon: BarChart,
|
||||
title: "Football: League Standing", value: "#1 - 42 Pts"},
|
||||
{
|
||||
id: "handball-next-match",
|
||||
icon: HelpCircle,
|
||||
title: "Handball: Next Match",
|
||||
value: "1D 08H 15M",
|
||||
},
|
||||
id: "handball-next-match", icon: HelpCircle,
|
||||
title: "Handball: Next Match", value: "1D 08H 15M"},
|
||||
{
|
||||
id: "handball-live-score",
|
||||
icon: Gauge,
|
||||
title: "Handball: Live Score",
|
||||
value: "EST 32 - 28 Opponent",
|
||||
},
|
||||
id: "handball-live-score", icon: Gauge,
|
||||
title: "Handball: Live Score", value: "EST 32 - 28 Opponent"},
|
||||
{
|
||||
id: "handball-league-standings",
|
||||
icon: BarChart,
|
||||
title: "Handball: League Standing",
|
||||
value: "#2 - 38 Pts",
|
||||
},
|
||||
id: "handball-league-standings", icon: BarChart,
|
||||
title: "Handball: League Standing", value: "#2 - 38 Pts"},
|
||||
{
|
||||
id: "volleyball-next-match",
|
||||
icon: Award,
|
||||
title: "Volleyball: Next Match",
|
||||
value: "3D 06H 00M",
|
||||
},
|
||||
id: "volleyball-next-match", icon: Award,
|
||||
title: "Volleyball: Next Match", value: "3D 06H 00M"},
|
||||
{
|
||||
id: "volleyball-live-score",
|
||||
icon: Gauge,
|
||||
title: "Volleyball: Live Score",
|
||||
value: "EST 3 - 1 Opponent",
|
||||
},
|
||||
id: "volleyball-live-score", icon: Gauge,
|
||||
title: "Volleyball: Live Score", value: "EST 3 - 1 Opponent"},
|
||||
{
|
||||
id: "volleyball-league-standings",
|
||||
icon: BarChart,
|
||||
title: "Volleyball: League Standing",
|
||||
value: "#1 - 45 Pts",
|
||||
},
|
||||
id: "volleyball-league-standings", icon: BarChart,
|
||||
title: "Volleyball: League Standing", value: "#1 - 45 Pts"},
|
||||
]}
|
||||
title="MULTI-SPORT REAL-TIME HUB"
|
||||
description="Stay connected to the pulse of Espérance across all disciplines. Live updates, upcoming fixtures, and league standings for Football, Handball, and Volleyball."
|
||||
@@ -309,33 +203,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "player-1",
|
||||
name: "Striker A",
|
||||
role: "Forward | Injured (Expected Return: 2 weeks)",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nice-musculature-man-portrait-fitness-athlete-handsome-man-posing-outdoor_343629-27.jpg",
|
||||
imageAlt: "Player Striker A",
|
||||
},
|
||||
id: "player-1", name: "Striker A", role: "Forward | Injured (Expected Return: 2 weeks)", imageSrc: "http://img.b2bpic.net/free-photo/nice-musculature-man-portrait-fitness-athlete-handsome-man-posing-outdoor_343629-27.jpg", imageAlt: "Player Striker A"},
|
||||
{
|
||||
id: "player-2",
|
||||
name: "Midfielder B",
|
||||
role: "Midfielder | Active",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-as-volleyball-player_23-2149492403.jpg",
|
||||
imageAlt: "Player Midfielder B",
|
||||
},
|
||||
id: "player-2", name: "Midfielder B", role: "Midfielder | Active", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-as-volleyball-player_23-2149492403.jpg", imageAlt: "Player Midfielder B"},
|
||||
{
|
||||
id: "player-3",
|
||||
name: "Defender C",
|
||||
role: "Defender | Recovering (Timeline: 70%)",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-athletic-male-rugby-player-holding-ball-while-posing_23-2148793390.jpg",
|
||||
imageAlt: "Player Defender C",
|
||||
},
|
||||
id: "player-3", name: "Defender C", role: "Defender | Recovering (Timeline: 70%)", imageSrc: "http://img.b2bpic.net/free-photo/handsome-athletic-male-rugby-player-holding-ball-while-posing_23-2148793390.jpg", imageAlt: "Player Defender C"},
|
||||
{
|
||||
id: "player-4",
|
||||
name: "Goalkeeper D",
|
||||
role: "Goalkeeper | Active",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-basketball-outdoors_23-2148773349.jpg",
|
||||
imageAlt: "Player Goalkeeper D",
|
||||
},
|
||||
id: "player-4", name: "Goalkeeper D", role: "Goalkeeper | Active", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-basketball-outdoors_23-2148773349.jpg", imageAlt: "Player Goalkeeper D"},
|
||||
]}
|
||||
title="PLAYER CENTRAL & MEDICAL TICKER"
|
||||
description="Get to know the current squad, track player statuses, and stay informed on weekly schedules. The heart of our team, their health, and their journey."
|
||||
@@ -350,19 +224,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "The Legendary Journey of Espérance Sportive de Tunis",
|
||||
},
|
||||
type: "text", content: "The Legendary Journey of Espérance Sportive de Tunis"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Our History",
|
||||
href: "#",
|
||||
},
|
||||
text: "Our History", href: "#"},
|
||||
{
|
||||
text: "Club Vision",
|
||||
href: "#",
|
||||
},
|
||||
text: "Club Vision", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -371,6 +239,7 @@ export default function LandingPage() {
|
||||
<BlogCardOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
title="LATEST NEWS & UPDATES"
|
||||
description="Stay up-to-date with all the happenings at Espérance Sportive de Tunis. From match reports to exclusive interviews, get all the insights here."
|
||||
tag="Club News"
|
||||
@@ -378,49 +247,13 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
blogs={[
|
||||
{
|
||||
id: "blog-1",
|
||||
category: "Football",
|
||||
title: "Match Report: EST Secures Thrilling Victory in Derby",
|
||||
excerpt: "A nail-biting encounter saw Espérance emerge victorious with a late goal, extending their lead at the top of the table.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/golden-basketball-trophy-award-champion_187299-46237.jpg",
|
||||
imageAlt: "Football match highlight",
|
||||
authorName: "Admin",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/confident-guy_1098-19785.jpg",
|
||||
date: "2024-07-20",
|
||||
},
|
||||
id: "blog-1", category: "Football", title: "Match Report: EST Secures Thrilling Victory in Derby", excerpt: "A nail-biting encounter saw Espérance emerge victorious with a late goal, extending their lead at the top of the table.", imageSrc: "http://img.b2bpic.net/free-photo/golden-basketball-trophy-award-champion_187299-46237.jpg", imageAlt: "Football match highlight", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/confident-guy_1098-19785.jpg", date: "2024-07-20"},
|
||||
{
|
||||
id: "blog-2",
|
||||
category: "Handball",
|
||||
title: "Handball Team Dominates League Leaders",
|
||||
excerpt: "Our handball squad delivered a stunning performance, outplaying the reigning champions in a decisive league fixture.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-football-game-ball_23-2151153072.jpg",
|
||||
imageAlt: "Handball match action",
|
||||
authorName: "Admin",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/young-woman-as-volleyball-player_23-2149492400.jpg",
|
||||
date: "2024-07-19",
|
||||
},
|
||||
id: "blog-2", category: "Handball", title: "Handball Team Dominates League Leaders", excerpt: "Our handball squad delivered a stunning performance, outplaying the reigning champions in a decisive league fixture.", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-football-game-ball_23-2151153072.jpg", imageAlt: "Handball match action", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/young-woman-as-volleyball-player_23-2149492400.jpg", date: "2024-07-19"},
|
||||
{
|
||||
id: "blog-3",
|
||||
category: "Volleyball",
|
||||
title: "Volleyball Secures Championship Playoff Spot",
|
||||
excerpt: "The volleyball team has clinched their spot in the upcoming championship playoffs after a dominant season run.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-view-basketball-essentials_23-2150473233.jpg",
|
||||
imageAlt: "Volleyball team celebration",
|
||||
authorName: "Admin",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/portrait-athletic-fitness-male-dressed-sportswear-grey-vignette-background_613910-9846.jpg",
|
||||
date: "2024-07-18",
|
||||
},
|
||||
id: "blog-3", category: "Volleyball", title: "Volleyball Secures Championship Playoff Spot", excerpt: "The volleyball team has clinched their spot in the upcoming championship playoffs after a dominant season run.", imageSrc: "http://img.b2bpic.net/free-photo/3d-view-basketball-essentials_23-2150473233.jpg", imageAlt: "Volleyball team celebration", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-athletic-fitness-male-dressed-sportswear-grey-vignette-background_613910-9846.jpg", date: "2024-07-18"},
|
||||
{
|
||||
id: "blog-4",
|
||||
category: "Club",
|
||||
title: "New Youth Academy Initiative Announced",
|
||||
excerpt: "Espérance launches a new initiative to nurture young talent, investing in the future of Tunisian sports.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/city-night-with-architecture-vibrant-lights_23-2149836933.jpg",
|
||||
imageAlt: "Youth academy training",
|
||||
authorName: "Admin",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/portrait-boy-with-soccer-ball_23-2150904397.jpg",
|
||||
date: "2024-07-17",
|
||||
},
|
||||
id: "blog-4", category: "Club", title: "New Youth Academy Initiative Announced", excerpt: "Espérance launches a new initiative to nurture young talent, investing in the future of Tunisian sports.", imageSrc: "http://img.b2bpic.net/free-photo/city-night-with-architecture-vibrant-lights_23-2149836933.jpg", imageAlt: "Youth academy training", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-boy-with-soccer-ball_23-2150904397.jpg", date: "2024-07-17"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -430,14 +263,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Nike",
|
||||
"Adidas",
|
||||
"Puma",
|
||||
"Orange",
|
||||
"Coca-Cola",
|
||||
"Qatar Airways",
|
||||
"Ooredoo",
|
||||
]}
|
||||
"Nike", "Adidas", "Puma", "Orange", "Coca-Cola", "Qatar Airways", "Ooredoo"]}
|
||||
title="OFFICIAL PARTNERS"
|
||||
description="Our success is built on strong partnerships. We proudly collaborate with leading brands who share our vision for excellence and community impact."
|
||||
tag="Trusted Collaborators"
|
||||
@@ -451,18 +277,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
text="Join the Empire. Connect with Espérance Sportive de Tunis."
|
||||
buttons={[
|
||||
{
|
||||
text: "Email Us",
|
||||
href: "mailto:info@est.com",
|
||||
},
|
||||
text: "Email Us", href: "mailto:info@est.com"},
|
||||
{
|
||||
text: "Visit Our Store",
|
||||
href: "#",
|
||||
},
|
||||
text: "Visit Our Store", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -476,24 +297,16 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "https://facebook.com/EST",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "https://facebook.com/EST", ariaLabel: "Facebook"},
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "https://twitter.com/EST",
|
||||
ariaLabel: "Twitter",
|
||||
},
|
||||
href: "https://twitter.com/EST", ariaLabel: "Twitter"},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com/EST",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "https://instagram.com/EST", ariaLabel: "Instagram"},
|
||||
{
|
||||
icon: Film,
|
||||
href: "https://youtube.com/EST",
|
||||
ariaLabel: "YouTube",
|
||||
},
|
||||
href: "https://youtube.com/EST", ariaLabel: "YouTube"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user