Merge version_4 into main #4

Merged
bender merged 1 commits from version_4 into main 2026-04-28 17:44:15 +00:00

View File

@@ -2,10 +2,10 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactSplit from '@/components/sections/contact/ContactSplit';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
@@ -148,26 +148,26 @@ export default function LandingPage() {
</div>
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={true}
background={{ variant: "plain" }}
tag="Rejoignez-nous"
<ContactSplitForm
title="Prêt à limiter votre gaspillage ?"
description="Inscrivez-vous pour être parmi les premiers testeurs."
inputs={[
{ name: "name", type: "text", placeholder: "Votre nom" },
{ name: "email", type: "email", placeholder: "Votre email" }
]}
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-photo/woman-carrying-cactus-while-checking-her-phone_53876-132345.jpg"
mediaAnimation="slide-up"
mediaPosition="left"
imageAlt="Utilisation de l'application en cuisine"
buttonText="Rejoindre la liste d'attente"
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{ items: [{ label: "Instagram", href: "https://instagram.com/lymoa.app" }, { label: "LinkedIn", href: "https://linkedin.com/in/tristan-regereau" }] },
{ items: [{ label: "Contact", href: "mailto:lymoa.app@gmail.com" }, { label: "Mentions Légales", href: "#" }] },
]}
<FooterBaseReveal
logoText="LYMOA"
columns={[
{ title: "Réseaux", items: [{ label: "Instagram", href: "https://instagram.com/lymoa.app" }, { label: "LinkedIn", href: "https://linkedin.com/in/tristan-regereau" }] },
{ title: "Support", items: [{ label: "Contact", href: "mailto:lymoa.app@gmail.com" }, { label: "Mentions Légales", href: "#" }] },
]}
/>
</div>
</ReactLenis>