6 Commits

Author SHA1 Message Date
9eacfba5d0 Update src/app/styles/variables.css 2026-06-10 22:49:32 +00:00
e64a22682a Update src/app/styles/base.css 2026-06-10 22:49:32 +00:00
f104622ac6 Update src/app/page.tsx 2026-06-10 22:49:31 +00:00
9f7ee8a4b5 Merge version_2 into main
Merge version_2 into main
2026-06-10 22:08:34 +00:00
300d96f95f Update src/app/page.tsx 2026-06-10 22:08:31 +00:00
30ace6383f Merge version_1 into main
Merge version_1 into main
2026-06-10 17:19:19 +00:00
3 changed files with 51 additions and 37 deletions

View File

@@ -3,16 +3,16 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import BlogCardOne from '@/components/sections/blog/BlogCardOne';
import ContactText from '@/components/sections/contact/ContactText';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
import FooterCard from '@/components/sections/footer/FooterCard';
import FooterBase from '@/components/sections/footer/FooterBase';
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TeamCardOne from '@/components/sections/team/TeamCardOne';
import { Award, BarChart, Crown, Facebook, Film, Flame, Gauge, HelpCircle, Instagram, Link, Newspaper, Rocket, Shield, Sparkles, Star, Trophy, Twitter, Zap } from "lucide-react";
import { Award, BarChart, Crown, Film, Flame, Gauge, HelpCircle, Link, Newspaper, Rocket, Shield, Sparkles, Star, Trophy, Zap } from "lucide-react";
export default function LandingPage() {
return (
@@ -107,19 +107,19 @@ export default function LandingPage() {
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}
@@ -274,39 +274,53 @@ export default function LandingPage() {
</div>
<div id="contact" data-section="contact">
<ContactText
<ContactCTA
useInvertedBackground={false}
background={{
variant: "radial-gradient"}}
text="Join the Empire. Connect with Espérance Sportive de Tunis."
title="Engage with EST Community"
description="Whether it's a fan inquiry, partnership opportunity, or feedback, our team is ready to connect and build the future of Espérance together."
tag="Connect with Us"
tagIcon={Sparkles}
tagAnimation="slide-up"
buttons={[
{
text: "Email Us", href: "mailto:info@est.com"},
text: "Email Us", href: "mailto:contact@est.com"},
{
text: "Visit Our Store", href: "#"},
text: "Join Our Fan Club", href: "#"},
]}
buttonAnimation="slide-up"
background={{
variant: "sparkles-gradient"}}
/>
</div>
<div id="footer" data-section="footer">
<FooterCard
<FooterBase
logoSrc="http://img.b2bpic.net/free-vector/autumn-labels-collection_23-2147882334.jpg"
logoAlt="EST Logo"
logoText="EST: The Empire of Africa"
copyrightText="© 2024 Espérance Sportive de Tunis. All rights reserved."
socialLinks={[
copyrightText="© 2025 | Espérance Sportive de Tunis. All rights reserved."
columns={[
{
icon: Facebook,
href: "https://facebook.com/EST", ariaLabel: "Facebook"},
title: "Discover EST", items: [
{ label: "Home", href: "#home" },
{ label: "Legends", href: "#legends" },
{ label: "Sports Hub", href: "#sports-hub" },
{ label: "Players", href: "#players" }
]
},
{
icon: Twitter,
href: "https://twitter.com/EST", ariaLabel: "Twitter"},
title: "Media & Info", items: [
{ label: "News", href: "#news" },
{ label: "Partners", href: "#partners" },
{ label: "About", href: "#about" }
]
},
{
icon: Instagram,
href: "https://instagram.com/EST", ariaLabel: "Instagram"},
{
icon: Film,
href: "https://youtube.com/EST", ariaLabel: "YouTube"},
title: "Connect", items: [
{ label: "Contact", href: "#contact" },
{ label: "Join Fan Club", href: "#" }
]
}
]}
/>
</div>

View File

@@ -11,7 +11,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-dm-sans), sans-serif;
font-family: var(--font-inter), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #0A0A0A;
--card: #1A1A1A;
--foreground: #F0F0F0;
--primary-cta: #C8102E;
--primary-cta-text: #FFFFFF;
--secondary-cta: #FFD700;
--secondary-cta-text: #000000;
--accent: #E01B44;
--background-accent: #5A000D;
--background: #000000;
--card: #0c0c0c;
--foreground: #ffffff;
--primary-cta: #cee7ff;
--primary-cta-text: #000000;
--secondary-cta: #000000;
--secondary-cta-text: #ffffff;
--accent: #535353;
--background-accent: #CEE7FF;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);