Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a28e3b6009 | |||
| 440ec5c4f7 | |||
| 9b32967061 | |||
| b958c3fe01 | |||
| 8cb487174a | |||
| 47253038a6 | |||
| 0f3925a048 | |||
| d7f55d6f64 |
@@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
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 FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||||
import FeatureBento from '@/components/sections/feature/FeatureBento';
|
import FeatureBento from '@/components/sections/feature/FeatureBento';
|
||||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||||
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
|
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
|
||||||
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||||
@@ -166,17 +166,23 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Sculpture Glace", price: "Sur devis", imageSrc: "http://img.b2bpic.net/free-photo/view-man-practicing-mindfulness-yoga-fantasy-setting_23-2151416442.jpg"},
|
id: "1", name: "Sculpture Glace", price: "Sur devis", priceButtonProps: { href: "#contact" },
|
||||||
|
imageSrc: "http://img.b2bpic.net/free-photo/view-man-practicing-mindfulness-yoga-fantasy-setting_23-2151416442.jpg"},
|
||||||
{
|
{
|
||||||
id: "2", name: "Atelier Cirque", price: "Sur devis", imageSrc: "http://img.b2bpic.net/free-photo/young-girl-training-gymnastics_23-2149401054.jpg"},
|
id: "2", name: "Atelier Cirque", price: "Sur devis", priceButtonProps: { href: "#contact" },
|
||||||
|
imageSrc: "http://img.b2bpic.net/free-photo/young-girl-training-gymnastics_23-2149401054.jpg"},
|
||||||
{
|
{
|
||||||
id: "3", name: "Fanfare Colorée", price: "Sur devis", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-holding-instruments_23-2149223643.jpg"},
|
id: "3", name: "Fanfare Colorée", price: "Sur devis", priceButtonProps: { href: "#contact" },
|
||||||
|
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-holding-instruments_23-2149223643.jpg"},
|
||||||
{
|
{
|
||||||
id: "4", name: "Arbre de Noël", price: "Sur devis", imageSrc: "http://img.b2bpic.net/free-photo/people-santa-hats-exchanging-presents_23-2147969578.jpg"},
|
id: "4", name: "Arbre de Noël", price: "Sur devis", priceButtonProps: { href: "#contact" },
|
||||||
|
imageSrc: "http://img.b2bpic.net/free-photo/people-santa-hats-exchanging-presents_23-2147969578.jpg"},
|
||||||
{
|
{
|
||||||
id: "5", name: "Parade Musicale", price: "Sur devis", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-standing-universe-texture-projection_23-2149512167.jpg"},
|
id: "5", name: "Parade Musicale", price: "Sur devis", priceButtonProps: { href: "#contact" },
|
||||||
|
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-standing-universe-texture-projection_23-2149512167.jpg"},
|
||||||
{
|
{
|
||||||
id: "6", name: "Atelier Acro", price: "Sur devis", imageSrc: "http://img.b2bpic.net/free-photo/acrobat-posing_1163-967.jpg"},
|
id: "6", name: "Atelier Acro", price: "Sur devis", priceButtonProps: { href: "#contact" },
|
||||||
|
imageSrc: "http://img.b2bpic.net/free-photo/acrobat-posing_1163-967.jpg"},
|
||||||
]}
|
]}
|
||||||
title="Nos Prestations"
|
title="Nos Prestations"
|
||||||
description="Une gamme complète d'ateliers et animations pour tous les publics."
|
description="Une gamme complète d'ateliers et animations pour tous les publics."
|
||||||
@@ -188,8 +194,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
names={[
|
names={[
|
||||||
"Charenton", "Elysée", "Disney", "Rodin", "Trianon", "Vincennes", "Fontainebleau"]}
|
"Charenton", "Elysée", "Disney", "Rodin", "Trianon", "Vincennes", "Fontainebleau"]} title="Ils nous ont fait confiance"
|
||||||
title="Ils nous ont fait confiance"
|
|
||||||
description="Des partenaires institutionnels et culturels de premier plan."
|
description="Des partenaires institutionnels et culturels de premier plan."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -234,47 +239,42 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactText
|
<ContactCTA
|
||||||
useInvertedBackground={false}
|
tag="Contact"
|
||||||
background={{
|
title="Prêt pour votre événement ?"
|
||||||
variant: "radial-gradient"}}
|
description="Envoyez-nous votre demande. Nous vous répondons très vite pour vos projets culturels !"
|
||||||
text="Envoyez-nous votre demande. Nous vous répondons très vite pour vos projets culturels !"
|
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Contactez-nous", href: "#"},
|
text: "Contactez-nous", href: "#"},
|
||||||
]}
|
]}
|
||||||
|
background={{
|
||||||
|
variant: "radial-gradient"}}
|
||||||
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterSimple
|
<FooterBase
|
||||||
|
logoText="La Girafe aux Mille Pattes"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Informations", items: [
|
title: "Navigation", items: [
|
||||||
{
|
{ label: "Accueil", href: "#hero" },
|
||||||
label: "La Girafe aux Mille Pattes", href: "#"},
|
{ label: "Spectacles", href: "#spectacles" },
|
||||||
{
|
{ label: "Prestations", href: "#prestations" },
|
||||||
label: "6, bd André Bassée", href: "#"},
|
{ label: "Contact", href: "#contact" }
|
||||||
{
|
]
|
||||||
label: "94 120 Fontenay-sous-Bois", href: "#"},
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Navigation", items: [
|
title: "Légal", items: [
|
||||||
{
|
{ label: "Politique de confidentialité", href: "/privacy" },
|
||||||
label: "Accueil", href: "#hero"},
|
{ label: "Mentions légales", href: "/legal" }
|
||||||
{
|
]
|
||||||
label: "Spectacles", href: "#spectacles"},
|
}
|
||||||
{
|
|
||||||
label: "Contact", href: "#contact"},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
bottomLeftText="© KpointRINE 2025"
|
|
||||||
bottomRightText="La Girafe aux Mille Pattes"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user