3 Commits

Author SHA1 Message Date
47253038a6 Update src/app/page.tsx 2026-05-09 16:10:02 +00:00
0f3925a048 Merge version_1 into main
Merge version_1 into main
2026-05-09 16:09:30 +00:00
d7f55d6f64 Merge version_1 into main
Merge version_1 into main
2026-05-09 16:08:59 +00:00

View File

@@ -2,10 +2,10 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactText from '@/components/sections/contact/ContactText';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import FeatureBento from '@/components/sections/feature/FeatureBento';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
@@ -234,44 +234,27 @@ export default function LandingPage() {
</div>
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={false}
background={{
variant: "radial-gradient"}}
text="Envoyez-nous votre demande. Nous vous répondons très vite pour vos projets culturels !"
<ContactCTA
tag="Contact"
title="Prêt pour votre événement ?"
description="Envoyez-nous votre demande. Nous vous répondons très vite pour vos projets culturels !"
buttons={[
{
text: "Contactez-nous", href: "#"},
]}
background={{
variant: "radial-gradient"}}
useInvertedBackground={false}
/>
</div>
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{
title: "Informations", items: [
{
label: "La Girafe aux Mille Pattes", href: "#"},
{
label: "6, bd André Bassée", href: "#"},
{
label: "94 120 Fontenay-sous-Bois", href: "#"},
],
},
{
title: "Navigation", items: [
{
label: "Accueil", href: "#hero"},
{
label: "Spectacles", href: "#spectacles"},
{
label: "Contact", href: "#contact"},
],
},
]}
bottomLeftText="© KpointRINE 2025"
bottomRightText="La Girafe aux Mille Pattes"
<FooterLogoReveal
logoText="La Girafe aux Mille Pattes"
leftLink={{
text: "© KpointRINE 2025", href: "#"}}
rightLink={{
text: "Politique de confidentialité", href: "#"}}
/>
</div>
</ReactLenis>