Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-26 17:14:12 +00:00

View File

@@ -28,28 +28,14 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Accueil",
id: "hero",
},
{
name: "L'Atelier",
id: "atelier",
},
{
name: "Créations",
id: "creations",
},
{
name: "Avis",
id: "avis",
},
{
name: "Contact",
id: "contact",
},
{ name: "Accueil", id: "hero" },
{ name: "L'Atelier", id: "atelier" },
{ name: "Créations", id: "creations" },
{ name: "Avis", id: "avis" },
{ name: "Contact", id: "contact" },
]}
brandName="Au Tourbillon des Pains"
button={{ text: "Commander", href: "#creations" }}
/>
</div>
@@ -58,16 +44,10 @@ export default function LandingPage() {
logoText="Au Tourbillon des Pains"
description="Boulangerie artisanale française, 100% fait maison, au cœur du Val de Loire."
buttons={[
{
text: "Découvrir nos pains",
href: "#creations",
},
{
text: "Nous rendre visite",
href: "#contact",
},
{ text: "Découvrir nos pains", href: "#creations" },
{ text: "Nous rendre visite", href: "#contact" },
]}
imageSrc="http://img.b2bpic.net/free-photo/uncooked-pasta-tied-with-ribbon-white-surface_114579-37601.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/uncooked-pasta-tied-with-ribbon-white-surface_114579-37601.jpg"
imageAlt="boulangerie artisanale pain traditionnel"
/>
</div>
@@ -78,20 +58,11 @@ export default function LandingPage() {
title="L'Art de l'Authentique"
description="Depuis notre atelier, nous cultivons le goût des traditions. Chaque matin, le fournil s'éveille pour vous offrir des pains au levain naturel et des spécialités ligériennes uniques."
metrics={[
{
value: "155",
title: "Avis Clients",
},
{
value: "07h00",
title: "Ouverture",
},
{
value: "100%",
title: "Fait Maison",
},
{ value: "155", title: "Avis Clients" },
{ value: "07h00", title: "Ouverture" },
{ value: "100%", title: "Fait Maison" },
]}
imageSrc="http://img.b2bpic.net/free-photo/set-wooden-kitchen-utensils-concrete-surface_114579-5470.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/set-wooden-kitchen-utensils-concrete-surface_114579-5470.jpg"
mediaAnimation="slide-up"
imageAlt="artisan boulanger pétrissant pain"
metricsAnimation="slide-up"
@@ -105,48 +76,12 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
products={[
{
id: "1",
name: "Pain Complet Maison",
price: "1,70 €",
variant: "Pain",
imageSrc: "http://img.b2bpic.net/free-photo/homemade-bread-with-sesame-pumpkin-sunflower-seeds_114579-91535.jpg?_wi=1",
},
{
id: "2",
name: "Viennoiseries du Jour",
price: "2,50 €",
variant: "Lot Anti-Gaspi",
imageSrc: "http://img.b2bpic.net/free-photo/croissants-grey-table_176420-283.jpg?_wi=1",
},
{
id: "3",
name: "Le Fouée",
price: "2,00 €",
variant: "Spécialité Loire",
imageSrc: "http://img.b2bpic.net/free-photo/dark-bread-slices-wooden-board_114579-29299.jpg?_wi=1",
},
{
id: "4",
name: "Fraisier Maison",
price: "4,50 €",
variant: "Pâtisserie",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-s-hand-eating-cake-with-spoon_23-2148028538.jpg",
},
{
id: "5",
name: "Tartes Framboises",
price: "3,80 €",
variant: "Pâtisserie",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-fruit-cake-cream-dessert-with-raspberries-white-background-sweet-cream-tea-dessert-biscuit-cake-pie_140725-115625.jpg",
},
{
id: "6",
name: "Sélection Artisanale",
price: "4,00 €",
variant: "Assortiment",
imageSrc: "http://img.b2bpic.net/free-photo/bread-from-different-pieces-mixed-homemade-breads-presented-rustic-table-as-samples-sale-made-from-sweet-potato_346278-828.jpg",
},
{ id: "1", name: "Pain Complet Maison", price: "1,70 €", variant: "Pain", imageSrc: "http://img.b2bpic.net/free-photo/homemade-bread-with-sesame-pumpkin-sunflower-seeds_114579-91535.jpg" },
{ id: "2", name: "Viennoiseries du Jour", price: "2,50 €", variant: "Lot Anti-Gaspi", imageSrc: "http://img.b2bpic.net/free-photo/croissants-grey-table_176420-283.jpg" },
{ id: "3", name: "Le Fouée", price: "2,00 €", variant: "Spécialité Loire", imageSrc: "http://img.b2bpic.net/free-photo/dark-bread-slices-wooden-board_114579-29299.jpg" },
{ id: "4", name: "Fraisier Maison", price: "4,50 €", variant: "Pâtisserie", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-s-hand-eating-cake-with-spoon_23-2148028538.jpg" },
{ id: "5", name: "Tartes Framboises", price: "3,80 €", variant: "Pâtisserie", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-fruit-cake-cream-dessert-with-raspberries-white-background-sweet-cream-tea-dessert-biscuit-cake-pie_140725-115625.jpg" },
{ id: "6", name: "Sélection Artisanale", price: "4,00 €", variant: "Assortiment", imageSrc: "http://img.b2bpic.net/free-photo/bread-from-different-pieces-mixed-homemade-breads-presented-rustic-table-as-samples-sale-made-from-sweet-potato_346278-828.jpg" },
]}
title="Nos Créations Signature"
description="Découvrez une sélection de pains artisanaux et pâtisseries fines, préparés avec amour par notre artisan Douin."
@@ -158,61 +93,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Julie",
date: "12/03/2024",
title: "Incontournable",
quote: "Un pain complet délicieux, fidèle aux traditions.",
tag: "Client fidèle",
avatarSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-drag-queen-indoors_23-2149556820.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/uncooked-pasta-tied-with-ribbon-white-surface_114579-37601.jpg?_wi=2",
imageAlt: "portrait client femme souriante",
},
{
id: "2",
name: "Marc",
date: "05/01/2024",
title: "Excellente fouée",
quote: "Enfin une vraie fouée comme en Val de Loire.",
tag: "Habitué",
avatarSrc: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3552.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/set-wooden-kitchen-utensils-concrete-surface_114579-5470.jpg?_wi=2",
imageAlt: "portrait client femme souriante",
},
{
id: "3",
name: "Sophie",
date: "20/12/2023",
title: "Top Pâtisserie",
quote: "Le fraisier est une vraie merveille, très léger.",
tag: "Gourmande",
avatarSrc: "http://img.b2bpic.net/free-photo/charming-woman-looks-into-camera-smiles-caucasian-short-haired-lady-black-jacket-laughing-posing-isolated_197531-18517.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/homemade-bread-with-sesame-pumpkin-sunflower-seeds_114579-91535.jpg?_wi=2",
imageAlt: "portrait client femme souriante",
},
{
id: "4",
name: "Thomas",
date: "15/11/2023",
title: "Viennoiseries",
quote: "Le lot anti-gaspi est une excellente initiative.",
tag: "Pragmatique",
avatarSrc: "http://img.b2bpic.net/free-photo/blond-man-happy-expression_1194-2920.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/croissants-grey-table_176420-283.jpg?_wi=2",
imageAlt: "portrait client femme souriante",
},
{
id: "5",
name: "Claire",
date: "02/10/2023",
title: "Artisanat pur",
quote: "Enfin un vrai boulanger qui travaille avec passion.",
tag: "Amoureuse du pain",
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/dark-bread-slices-wooden-board_114579-29299.jpg?_wi=2",
imageAlt: "portrait client femme souriante",
},
{ id: "1", name: "Julie", date: "12/03/2024", title: "Incontournable", quote: "Un pain complet délicieux, fidèle aux traditions.", tag: "Client fidèle", avatarSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-drag-queen-indoors_23-2149556820.jpg", imageSrc: "http://img.b2bpic.net/free-photo/uncooked-pasta-tied-with-ribbon-white-surface_114579-37601.jpg", imageAlt: "portrait client femme souriante" },
{ id: "2", name: "Marc", date: "05/01/2024", title: "Excellente fouée", quote: "Enfin une vraie fouée comme en Val de Loire.", tag: "Habitué", avatarSrc: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3552.jpg", imageSrc: "http://img.b2bpic.net/free-photo/set-wooden-kitchen-utensils-concrete-surface_114579-5470.jpg", imageAlt: "portrait client femme souriante" },
{ id: "3", name: "Sophie", date: "20/12/2023", title: "Top Pâtisserie", quote: "Le fraisier est une vraie merveille, très léger.", tag: "Gourmande", avatarSrc: "http://img.b2bpic.net/free-photo/charming-woman-looks-into-camera-smiles-caucasian-short-haired-lady-black-jacket-laughing-posing-isolated_197531-18517.jpg", imageSrc: "http://img.b2bpic.net/free-photo/homemade-bread-with-sesame-pumpkin-sunflower-seeds_114579-91535.jpg", imageAlt: "portrait client femme souriante" },
{ id: "4", name: "Thomas", date: "15/11/2023", title: "Viennoiseries", quote: "Le lot anti-gaspi est une excellente initiative.", tag: "Pragmatique", avatarSrc: "http://img.b2bpic.net/free-photo/blond-man-happy-expression_1194-2920.jpg", imageSrc: "http://img.b2bpic.net/free-photo/croissants-grey-table_176420-283.jpg", imageAlt: "portrait client femme souriante" },
{ id: "5", name: "Claire", date: "02/10/2023", title: "Artisanat pur", quote: "Enfin un vrai boulanger qui travaille avec passion.", tag: "Amoureuse du pain", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg", imageSrc: "http://img.b2bpic.net/free-photo/dark-bread-slices-wooden-board_114579-29299.jpg", imageAlt: "portrait client femme souriante" },
]}
title="Le Tourbillon des Avis"
description="Note moyenne : 3,9/5 (155 avis Google)"
@@ -222,9 +107,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={true}
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
tag="Contact"
title="Horaires & Informations"
description="Boulangerie Douin Ouvert dès 07h00. Retrouvez-nous pour vos pains frais et douceurs artisanales."
@@ -238,29 +121,15 @@ export default function LandingPage() {
logoText="Au Tourbillon des Pains"
columns={[
{
title: "Boulangerie",
items: [
{
label: "Nos Pains",
href: "#creations",
},
{
label: "Horaires",
href: "#contact",
},
title: "Boulangerie", items: [
{ label: "Nos Pains", href: "#creations" },
{ label: "Horaires", href: "#contact" },
],
},
{
title: "Légal",
items: [
{
label: "Mentions Légales",
href: "#",
},
{
label: "CGV",
href: "#",
},
title: "Légal", items: [
{ label: "Mentions Légales", href: "#" },
{ label: "CGV", href: "#" },
],
},
]}