Merge version_3 into main #3
@@ -3,9 +3,9 @@
|
|||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import BlogCardOne from '@/components/sections/blog/BlogCardOne';
|
import BlogCardOne from '@/components/sections/blog/BlogCardOne';
|
||||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||||
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
||||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||||
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
|
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
|
||||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||||
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||||
@@ -274,36 +274,54 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplitForm
|
<ContactCTA
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Get in Touch with EST"
|
title="Engage with EST Community"
|
||||||
description="Reach out to us for fan inquiries, partnership opportunities, or general feedback. We're here to connect!"
|
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."
|
||||||
inputs={[
|
tag="Connect with Us"
|
||||||
|
tagIcon={Sparkles}
|
||||||
|
tagAnimation="slide-up"
|
||||||
|
buttons={[
|
||||||
{
|
{
|
||||||
name: "name", type: "text", placeholder: "Your Name", required: true},
|
text: "Email Us", href: "mailto:contact@est.com"},
|
||||||
{
|
{
|
||||||
name: "email", type: "email", placeholder: "Your Email", required: true}
|
text: "Join Our Fan Club", href: "#"},
|
||||||
]}
|
]}
|
||||||
textarea={{
|
buttonAnimation="slide-up"
|
||||||
name: "message", placeholder: "Your Message", rows: 4,
|
background={{
|
||||||
required: true}}
|
variant: "sparkles-gradient"}}
|
||||||
buttonText="Send Message"
|
|
||||||
onSubmit={(data) => console.log(data)}
|
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/football-player-jumping-with-ball_23-2149509428.jpg"
|
|
||||||
imageAlt="Football player making a jump kick"
|
|
||||||
mediaPosition="right"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoReveal
|
<FooterBase
|
||||||
logoSrc="http://img.b2bpic.net/free-vector/autumn-labels-collection_23-2147882334.jpg"
|
logoSrc="http://img.b2bpic.net/free-vector/autumn-labels-collection_23-2147882334.jpg"
|
||||||
logoAlt="EST Logo"
|
logoAlt="EST Logo"
|
||||||
logoText="EST: The Empire of Africa"
|
logoText="EST: The Empire of Africa"
|
||||||
leftLink={{
|
copyrightText="© 2025 | Espérance Sportive de Tunis. All rights reserved."
|
||||||
text: "Home", href: "#home"}}
|
columns={[
|
||||||
rightLink={{
|
{
|
||||||
text: "News", href: "#news"}}
|
title: "Discover EST", items: [
|
||||||
|
{ label: "Home", href: "#home" },
|
||||||
|
{ label: "Legends", href: "#legends" },
|
||||||
|
{ label: "Sports Hub", href: "#sports-hub" },
|
||||||
|
{ label: "Players", href: "#players" }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Media & Info", items: [
|
||||||
|
{ label: "News", href: "#news" },
|
||||||
|
{ label: "Partners", href: "#partners" },
|
||||||
|
{ label: "About", href: "#about" }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Connect", items: [
|
||||||
|
{ label: "Contact", href: "#contact" },
|
||||||
|
{ label: "Join Fan Club", href: "#" }
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user