Update src/app/page.tsx

This commit is contained in:
2026-04-12 10:53:34 +00:00
parent f60dcfe839
commit dbd124beb7

View File

@@ -25,265 +25,116 @@ export default function LandingPage() {
headingFontWeight="bold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Accueil",
id: "hero",
},
{
name: "Notre Histoire",
id: "about",
},
{
name: "Nos Créations",
id: "products",
},
{
name: "Témoignages",
id: "testimonials",
},
]}
brandName="La Gourmandise"
/>
</div>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{ name: "Accueil", id: "hero" },
{ name: "Notre Histoire", id: "about" },
{ name: "Nos Créations", id: "products" },
{ name: "Témoignages", id: "testimonials" },
]}
brandName="La Gourmandise"
button={{ text: "Commander", href: "#products" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroCentered
background={{
variant: "gradient-bars",
}}
title="L'artisan boulanger de Dollon, depuis toujours"
description="Cédric et Priscilla façonnent chaque jour du pain croustillant, des pâtisseries généreuses et des gourmandises faites main selon la tradition française."
avatars={[
{
src: "http://img.b2bpic.net/free-photo/confident-general-manager-business-attire-multitasking-her-workplace_482257-123793.jpg",
alt: "Client régulier",
},
{
src: "http://img.b2bpic.net/free-photo/portrait-festive-smiling-brunette-female-with-long-curly-hair-dressed-red-sweater-holds-christmas-gifts_613910-9976.jpg",
alt: "Client fidèle",
},
{
src: "http://img.b2bpic.net/free-photo/hipster-model-with-long-hair_158595-2435.jpg",
alt: "Visiteur curieux",
},
{
src: "http://img.b2bpic.net/free-photo/smiling-female-baker-giving-wrapped-bread-customer-bakery_23-2148189127.jpg",
alt: "Client satisfait",
},
{
src: "http://img.b2bpic.net/free-photo/flat-lay-food-arrangement-wooden-table_23-2148234238.jpg",
alt: "Client habitué",
},
]}
avatarText="Rejoignez nos habitués"
buttons={[
{
text: "Découvrir nos créations",
href: "#products",
},
]}
marqueeItems={[
{
type: "text",
text: "Farine locale",
},
{
type: "text",
text: "Tradition artisanale",
},
{
type: "text",
text: "Levain naturel",
},
{
type: "text",
text: "Pâtisseries maison",
},
{
type: "text",
text: "Cuit au four",
},
]}
/>
</div>
<div id="hero" data-section="hero">
<HeroCentered
background={{ variant: "gradient-bars" }}
title="L'artisan boulanger de Dollon, depuis toujours"
description="Cédric et Priscilla façonnent chaque jour du pain croustillant, des pâtisseries généreuses et des gourmandises faites main selon la tradition française."
avatars={[
{ src: "http://img.b2bpic.net/free-photo/confident-general-manager-business-attire-multitasking-her-workplace_482257-123793.jpg", alt: "Client régulier" },
{ src: "http://img.b2bpic.net/free-photo/portrait-festive-smiling-brunette-female-with-long-curly-hair-dressed-red-sweater-holds-christmas-gifts_613910-9976.jpg", alt: "Client fidèle" },
{ src: "http://img.b2bpic.net/free-photo/hipster-model-with-long-hair_158595-2435.jpg", alt: "Visiteur curieux" },
{ src: "http://img.b2bpic.net/free-photo/smiling-female-baker-giving-wrapped-bread-customer-bakery_23-2148189127.jpg", alt: "Client satisfait" },
{ src: "http://img.b2bpic.net/free-photo/flat-lay-food-arrangement-wooden-table_23-2148234238.jpg", alt: "Client habitué" },
]}
avatarText="Rejoignez nos habitués"
buttons={[{ text: "Découvrir nos créations", href: "#products" }]}
marqueeItems={[
{ type: "text", text: "Farine locale" },
{ type: "text", text: "Tradition artisanale" },
{ type: "text", text: "Levain naturel" },
{ type: "text", text: "Pâtisseries maison" },
{ type: "text", text: "Cuit au four" },
]}
/>
</div>
<div id="about" data-section="about">
<TextSplitAbout
useInvertedBackground={false}
title="Une tradition familiale au cœur du village"
description={[
"Chez La Gourmandise, nous croyons en la force du geste et la patience du temps. Cédric et Priscilla s'engagent chaque jour pour vous offrir le meilleur de la boulangerie traditionnelle, ici même au cœur de Dollon.",
"Chaque création est une histoire de passion, nourrie par le respect des produits locaux et le savoir-faire transmis par les générations de boulangers français. Venez découvrir le goût du vrai pain, fait pour vous.",
]}
/>
</div>
<div id="about" data-section="about">
<TextSplitAbout
useInvertedBackground={false}
title="Une tradition familiale au cœur du village"
description={[
"Chez La Gourmandise, nous croyons en la force du geste et la patience du temps. Cédric et Priscilla s'engagent chaque jour pour vous offrir le meilleur de la boulangerie traditionnelle, ici même au cœur de Dollon.", "Chaque création est une histoire de passion, nourrie par le respect des produits locaux et le savoir-faire transmis par les générations de boulangers français. Venez découvrir le goût du vrai pain, fait pour vous."]}
/>
</div>
<div id="products" data-section="products">
<ProductCardTwo
animationType="slide-up"
textboxLayout="split"
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
products={[
{
id: "p1",
brand: "Boulangerie",
name: "Pain Traditionnel",
price: "1.20€",
rating: 5,
reviewCount: "120+",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-bread-boon-wooden-table_23-2148288024.jpg",
},
{
id: "p2",
brand: "Pâtisserie",
name: "Tartelette de Saison",
price: "3.50€",
rating: 5,
reviewCount: "85",
imageSrc: "http://img.b2bpic.net/free-photo/cake-with-walnuts-prunes-dried-apricots-dark-wood-background_505751-5234.jpg",
},
{
id: "p3",
brand: "Viennoiserie",
name: "Croissant Pur Beurre",
price: "1.10€",
rating: 5,
reviewCount: "210",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-recipe-book-still-life-concept_23-2149056054.jpg",
},
{
id: "p4",
brand: "Boulangerie",
name: "Pain de Campagne",
price: "2.80€",
rating: 4,
reviewCount: "45",
imageSrc: "http://img.b2bpic.net/free-photo/wooden-box-various-tasty-pastries-marble-backgroudn_114579-50116.jpg",
},
{
id: "p5",
brand: "Cadeaux",
name: "Coffret Gourmand",
price: "15.00€",
rating: 5,
reviewCount: "30",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-cupcakes-decorated-with-vanilla-cream-figs-grapes-blueberries_140725-5115.jpg",
},
{
id: "p6",
brand: "Boulangerie",
name: "Brioche Artisanale",
price: "4.20€",
rating: 5,
reviewCount: "55",
imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-cake-blue-plate-cake-three-appetizing-cupcakes-wheat-ears_140725-123206.jpg",
},
]}
title="Nos gourmandises du jour"
description="Chaque matin, nos fournées sont préparées avec amour pour garantir fraîcheur, saveur et authenticité."
/>
</div>
<div id="products" data-section="products">
<ProductCardTwo
animationType="slide-up"
textboxLayout="split"
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
products={[
{ id: "p1", brand: "Boulangerie", name: "Pain Traditionnel", price: "1.20€", rating: 5, reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/front-view-bread-boon-wooden-table_23-2148288024.jpg" },
{ id: "p2", brand: "Pâtisserie", name: "Tartelette de Saison", price: "3.50€", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/cake-with-walnuts-prunes-dried-apricots-dark-wood-background_505751-5234.jpg" },
{ id: "p3", brand: "Viennoiserie", name: "Croissant Pur Beurre", price: "1.10€", rating: 5, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/top-view-recipe-book-still-life-concept_23-2149056054.jpg" },
{ id: "p4", brand: "Boulangerie", name: "Pain de Campagne", price: "2.80€", rating: 4, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/wooden-box-various-tasty-pastries-marble-backgroudn_114579-50116.jpg" },
{ id: "p5", brand: "Cadeaux", name: "Coffret Gourmand", price: "15.00€", rating: 5, reviewCount: "30", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-cupcakes-decorated-with-vanilla-cream-figs-grapes-blueberries_140725-5115.jpg" },
{ id: "p6", brand: "Boulangerie", name: "Brioche Artisanale", price: "4.20€", rating: 5, reviewCount: "55", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-cake-blue-plate-cake-three-appetizing-cupcakes-wheat-ears_140725-123206.jpg" },
]}
title="Nos gourmandises du jour"
description="Chaque matin, nos fournées sont préparées avec amour pour garantir fraîcheur, saveur et authenticité."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardFifteen
useInvertedBackground={false}
testimonial="Le pain de Cédric est tout simplement incomparable. On retrouve enfin le vrai goût de notre enfance."
rating={5}
author="Marie, habitante de Dollon"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/cheerful-tanned-student-with-thick-beard-having-good-coffee-lunch-smiling-happily-enjoying-summer-vacations-tropical-country_273609-1756.jpg",
alt: "Client 1",
},
{
src: "http://img.b2bpic.net/free-photo/close-up-view-smiling-woman-looking-camera-with-smartphone_197531-33571.jpg",
alt: "Client 2",
},
{
src: "http://img.b2bpic.net/free-photo/cheerful-young-woman-baseball-field_23-2148209612.jpg",
alt: "Client 3",
},
{
src: "http://img.b2bpic.net/free-photo/young-boy-learning-bake-with-his-mother_53876-124729.jpg",
alt: "Client 4",
},
{
src: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg",
alt: "Client 5",
},
]}
ratingAnimation="slide-up"
avatarsAnimation="blur-reveal"
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardFifteen
useInvertedBackground={false}
testimonial="Le pain de Cédric est tout simplement incomparable. On retrouve enfin le vrai goût de notre enfance."
rating={5}
author="Marie, habitante de Dollon"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/cheerful-tanned-student-with-thick-beard-having-good-coffee-lunch-smiling-happily-enjoying-summer-vacations-tropical-country_273609-1756.jpg", alt: "Client 1" },
{ src: "http://img.b2bpic.net/free-photo/close-up-view-smiling-woman-looking-camera-with-smartphone_197531-33571.jpg", alt: "Client 2" },
{ src: "http://img.b2bpic.net/free-photo/cheerful-young-woman-baseball-field_23-2148209612.jpg", alt: "Client 3" },
{ src: "http://img.b2bpic.net/free-photo/young-boy-learning-bake-with-his-mother_53876-124729.jpg", alt: "Client 4" },
{ src: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", alt: "Client 5" },
]}
ratingAnimation="slide-up"
avatarsAnimation="blur-reveal"
/>
</div>
<div id="faq" data-section="faq">
<FaqSplitMedia
textboxLayout="split"
useInvertedBackground={true}
faqs={[
{
id: "q1",
title: "Prenez-vous des commandes pour les événements ?",
content: "Oui, nous réalisons des pièces montées et assortiments pour tous vos événements.",
},
{
id: "q2",
title: "Utilisez-vous des produits locaux ?",
content: "Nous privilégions les farines issues de moulins locaux dans le Sarthe.",
},
{
id: "q3",
title: "Quels sont vos horaires ?",
content: "Nous vous accueillons du mardi au dimanche matin.",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/high-angle-eco-bakery-kids_23-2149884406.jpg"
mediaAnimation="slide-up"
title="Questions fréquentes"
description="Tout ce que vous voulez savoir sur notre boutique et nos engagements."
faqsAnimation="blur-reveal"
/>
</div>
<div id="faq" data-section="faq">
<FaqSplitMedia
textboxLayout="split"
useInvertedBackground={true}
faqs={[
{ id: "q1", title: "Prenez-vous des commandes pour les événements ?", content: "Oui, nous réalisons des pièces montées et assortiments pour tous vos événements." },
{ id: "q2", title: "Utilisez-vous des produits locaux ?", content: "Nous privilégions les farines issues de moulins locaux dans le Sarthe." },
{ id: "q3", title: "Quels sont vos horaires ?", content: "Nous vous accueillons du mardi au dimanche matin." },
]}
imageSrc="http://img.b2bpic.net/free-photo/high-angle-eco-bakery-kids_23-2149884406.jpg"
mediaAnimation="slide-up"
title="Questions fréquentes"
description="Tout ce que vous voulez savoir sur notre boutique et nos engagements."
faqsAnimation="blur-reveal"
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseReveal
logoText="La Gourmandise"
columns={[
{
title: "Boutique",
items: [
{
label: "Nos produits",
href: "#products",
},
{
label: "Histoire",
href: "#about",
},
],
},
{
title: "Légal",
items: [
{
label: "Mentions Légales",
href: "#",
},
{
label: "Confidentialité",
href: "#",
},
],
},
]}
copyrightText="© 2024 La Gourmandise de Cédric et Priscilla. Tous droits réservés."
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseReveal
logoText="La Gourmandise"
columns={[
{ title: "Boutique", items: [{ label: "Nos produits", href: "#products" }, { label: "Histoire", href: "#about" }] },
{ title: "Légal", items: [{ label: "Mentions Légales", href: "#" }, { label: "Confidentialité", href: "#" }] },
]}
copyrightText="© 2024 La Gourmandise de Cédric et Priscilla. Tous droits réservés."
/>
</div>
</ReactLenis>
</ThemeProvider>
);