Merge version_1 into main #3
@@ -45,12 +45,12 @@ export default function LandingPage() {
|
||||
description="4,4★ · 96 avis · Prix 1–10€ | Le goût authentique au cœur du boulevard des Déportés."
|
||||
buttons={[{ text: "Voir la carte", href: "#products" }]}
|
||||
slides={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bread-chopper-with-wooden-table_23-2148288062.jpg", imageAlt: "Pain artisanal frais" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/single-sweet-pastry-black-board_114579-83290.jpg", imageAlt: "Viennoiseries dorées" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-tray-different-types-macaroons_181624-45876.jpg", imageAlt: "Pâtisseries artisanales" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/closeup-croissant-with-greens-ham-vegetables-pub_7502-9265.jpg", imageAlt: "Formules déjeuner" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bread-chopper-with-wooden-table_23-2148288062.jpg", imageAlt: "Boulangerie Belliard" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/single-sweet-pastry-black-board_114579-83290.jpg", imageAlt: "Le savoir-faire" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bread-chopper-with-wooden-table_23-2148288062.jpg?_wi=1", imageAlt: "Pain artisanal frais" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/single-sweet-pastry-black-board_114579-83290.jpg?_wi=1", imageAlt: "Viennoiseries dorées" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-tray-different-types-macaroons_181624-45876.jpg?_wi=1", imageAlt: "Pâtisseries artisanales" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/closeup-croissant-with-greens-ham-vegetables-pub_7502-9265.jpg?_wi=1", imageAlt: "Formules déjeuner" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bread-chopper-with-wooden-table_23-2148288062.jpg?_wi=2", imageAlt: "Boulangerie Belliard" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/single-sweet-pastry-black-board_114579-83290.jpg?_wi=2", imageAlt: "Le savoir-faire" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -75,12 +75,12 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", name: "Croissant pur beurre", price: "1.20€", imageSrc: "http://img.b2bpic.net/free-photo/single-sweet-pastry-black-board_114579-83290.jpg" },
|
||||
{ id: "p2", name: "Pain au chocolat", price: "1.30€", imageSrc: "http://img.b2bpic.net/free-photo/single-sweet-pastry-black-board_114579-83290.jpg" },
|
||||
{ id: "p3", name: "Sandwich baguette Tradition", price: "4.50€", imageSrc: "http://img.b2bpic.net/free-photo/closeup-croissant-with-greens-ham-vegetables-pub_7502-9265.jpg" },
|
||||
{ id: "p4", name: "Formule Déjeuner", price: "7.90€", imageSrc: "http://img.b2bpic.net/free-photo/closeup-croissant-with-greens-ham-vegetables-pub_7502-9265.jpg" },
|
||||
{ id: "p5", name: "Tartelette aux fruits", price: "3.50€", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-tray-different-types-macaroons_181624-45876.jpg" },
|
||||
{ id: "p6", name: "Éclair au chocolat", price: "2.80€", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-tray-different-types-macaroons_181624-45876.jpg" },
|
||||
{ id: "p1", name: "Croissant pur beurre", price: "1.20€", imageSrc: "http://img.b2bpic.net/free-photo/single-sweet-pastry-black-board_114579-83290.jpg?_wi=3" },
|
||||
{ id: "p2", name: "Pain au chocolat", price: "1.30€", imageSrc: "http://img.b2bpic.net/free-photo/single-sweet-pastry-black-board_114579-83290.jpg?_wi=4" },
|
||||
{ id: "p3", name: "Sandwich baguette Tradition", price: "4.50€", imageSrc: "http://img.b2bpic.net/free-photo/closeup-croissant-with-greens-ham-vegetables-pub_7502-9265.jpg?_wi=2" },
|
||||
{ id: "p4", name: "Formule Déjeuner", price: "7.90€", imageSrc: "http://img.b2bpic.net/free-photo/closeup-croissant-with-greens-ham-vegetables-pub_7502-9265.jpg?_wi=3" },
|
||||
{ id: "p5", name: "Tartelette aux fruits", price: "3.50€", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-tray-different-types-macaroons_181624-45876.jpg?_wi=2" },
|
||||
{ id: "p6", name: "Éclair au chocolat", price: "2.80€", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-tray-different-types-macaroons_181624-45876.jpg?_wi=3" },
|
||||
]}
|
||||
title="Notre Carte"
|
||||
description="Découvrez nos créations quotidiennes préparées avec amour."
|
||||
|
||||
Reference in New Issue
Block a user