Merge version_2 into main #1
164
src/app/page.tsx
164
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Accueil",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Accueil", id: "hero"},
|
||||
{
|
||||
name: "À propos",
|
||||
id: "about",
|
||||
},
|
||||
name: "À propos", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Les Trois Noisettes"
|
||||
/>
|
||||
@@ -57,9 +49,7 @@ export default function LandingPage() {
|
||||
description="Artisanat traditionnel et pâtisserie fine au cœur de Beni-Mellal. Découvrez le goût authentique de nos créations chaque matin."
|
||||
buttons={[
|
||||
{
|
||||
text: "Voir le menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Voir le menu", href: "#menu"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/vintage-store-with-pastries_23-2148289386.jpg"
|
||||
imageAlt="Boulangerie vitrine"
|
||||
@@ -71,9 +61,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Notre Passion"
|
||||
description={[
|
||||
"Depuis nos débuts, nous mettons un point d'honneur à utiliser des ingrédients de haute qualité pour créer des pains et pâtisseries qui enchantent vos sens.",
|
||||
"Notre savoir-faire se transmet de génération en génération pour garantir fraîcheur et authenticité dans chaque bouchée.",
|
||||
]}
|
||||
"Depuis nos débuts, nous mettons un point d'honneur à utiliser des ingrédients de haute qualité pour créer des pains et pâtisseries qui enchantent vos sens.", "Notre savoir-faire se transmet de génération en génération pour garantir fraîcheur et authenticité dans chaque bouchée."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -85,44 +73,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Croissant pur beurre",
|
||||
price: "5.00 MAD",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-croissants-with-cinnamon-sticks-gray_114579-37478.jpg",
|
||||
},
|
||||
id: "p1", name: "Croissant pur beurre", price: "5.00 MAD", imageSrc: "http://img.b2bpic.net/free-photo/delicious-croissants-with-cinnamon-sticks-gray_114579-37478.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Pain au chocolat",
|
||||
price: "6.00 MAD",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-brownies_74190-7107.jpg",
|
||||
},
|
||||
id: "p2", name: "Pain au chocolat", price: "6.00 MAD", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-brownies_74190-7107.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Pain de campagne",
|
||||
price: "12.00 MAD",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-bread-loaf-wooden_181624-33355.jpg",
|
||||
},
|
||||
id: "p3", name: "Pain au levain", price: "15.00 MAD", imageSrc: "http://img.b2bpic.net/free-photo/sourdough-bread-loaf-rustic-table_181624-42171.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Tarte aux fruits",
|
||||
price: "18.00 MAD",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/homemade-delicious-rustic-summer-berry-tartles_114579-10362.jpg",
|
||||
},
|
||||
id: "p4", name: "Brioche aux pépites de chocolat", price: "12.00 MAD", imageSrc: "http://img.b2bpic.net/free-photo/brioche-chocolate-chips_114579-50123.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Baguette tradition",
|
||||
price: "3.00 MAD",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-baker-holding-basket-with-bread-sticks_23-2149233688.jpg",
|
||||
},
|
||||
id: "p5", name: "Tartelette aux fruits rouges", price: "20.00 MAD", imageSrc: "http://img.b2bpic.net/free-photo/berry-tartlet_114579-10362.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Brioche moelleuse",
|
||||
price: "10.00 MAD",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-bun-bowl-marble-surface_114579-50078.jpg",
|
||||
},
|
||||
id: "p6", name: "Baguette artisanale", price: "3.50 MAD", imageSrc: "http://img.b2bpic.net/free-photo/close-up-baker-holding-basket-with-bread-sticks_23-2149233688.jpg"},
|
||||
]}
|
||||
title="Nos Délices"
|
||||
description="Découvrez notre sélection quotidienne de pains frais et pâtisseries gourmandes."
|
||||
title="Notre Menu"
|
||||
description="Découvrez nos spécialités artisanales fraîchement préparées chaque matin, inspirées de la tradition boulangère."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -133,26 +97,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Ingrédients frais",
|
||||
subtitle: "Locaux et naturels",
|
||||
category: "Qualité",
|
||||
value: "100%",
|
||||
},
|
||||
id: "f1", title: "Ingrédients frais", subtitle: "Locaux et naturels", category: "Qualité", value: "100%"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Traditionnel",
|
||||
subtitle: "Méthodes ancestrales",
|
||||
category: "Savoir-faire",
|
||||
value: "Fait main",
|
||||
},
|
||||
id: "f2", title: "Traditionnel", subtitle: "Méthodes ancestrales", category: "Savoir-faire", value: "Fait main"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Livraison",
|
||||
subtitle: "Disponible à Beni-Mellal",
|
||||
category: "Service",
|
||||
value: "Rapide",
|
||||
},
|
||||
id: "f3", title: "Livraison", subtitle: "Disponible à Beni-Mellal", category: "Service", value: "Rapide"},
|
||||
]}
|
||||
title="Qualité garantie"
|
||||
description="L'excellence au service de vos papilles."
|
||||
@@ -166,40 +115,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Fatima Z.",
|
||||
handle: "Beni-Mellal",
|
||||
testimonial: "Le meilleur croissant de la ville, tout simplement.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-daughter-mother-holding-gift-breakfast_23-2147788219.jpg",
|
||||
},
|
||||
id: "t1", name: "Fatima Z.", handle: "Beni-Mellal", testimonial: "Le meilleur croissant de la ville, tout simplement.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-daughter-mother-holding-gift-breakfast_23-2147788219.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Ahmed M.",
|
||||
handle: "Habitué",
|
||||
testimonial: "Un accueil chaleureux et des produits toujours frais.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-drinks-morning-coffee-cafe_613910-12134.jpg",
|
||||
},
|
||||
id: "t2", name: "Ahmed M.", handle: "Habitué", testimonial: "Un accueil chaleureux et des produits toujours frais.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-drinks-morning-coffee-cafe_613910-12134.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sara K.",
|
||||
handle: "Quartier",
|
||||
testimonial: "Le pain est excellent, je recommande vivement.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-barista-girl-with-croissants_23-2148436115.jpg",
|
||||
},
|
||||
id: "t3", name: "Sara K.", handle: "Quartier", testimonial: "Le pain est excellent, je recommande vivement.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-barista-girl-with-croissants_23-2148436115.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Karim O.",
|
||||
handle: "Client fidélisé",
|
||||
testimonial: "La qualité est constante, bravo aux pâtissiers.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-people-celebrating-together_23-2149262268.jpg",
|
||||
},
|
||||
id: "t4", name: "Karim O.", handle: "Client fidélisé", testimonial: "La qualité est constante, bravo aux pâtissiers.", imageSrc: "http://img.b2bpic.net/free-photo/senior-people-celebrating-together_23-2149262268.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Laila B.",
|
||||
handle: "Visiteur",
|
||||
testimonial: "Une très belle découverte, je reviendrai.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-eating-cake_23-2149155208.jpg",
|
||||
},
|
||||
id: "t5", name: "Laila B.", handle: "Visiteur", testimonial: "Une très belle découverte, je reviendrai.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-eating-cake_23-2149155208.jpg"},
|
||||
]}
|
||||
title="Ce qu'ils en disent"
|
||||
description="Nos clients partagent leur amour pour Les Trois Noisettes."
|
||||
@@ -212,20 +136,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Quels sont vos horaires ?",
|
||||
content: "Nous sommes ouverts tous les jours sauf le lundi, de 07h00 à 21h00.",
|
||||
},
|
||||
id: "q1", title: "Quels sont vos horaires ?", content: "Nous sommes ouverts tous les jours sauf le lundi, de 07h00 à 21h00."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Proposez-vous la livraison ?",
|
||||
content: "Oui, nous livrons dans tout Beni-Mellal via nos partenaires.",
|
||||
},
|
||||
id: "q2", title: "Proposez-vous la livraison ?", content: "Oui, nous livrons dans tout Beni-Mellal via nos partenaires."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Où êtes-vous situés ?",
|
||||
content: "Nous sommes situés rue Hassan II, quartier 8JQJ+JXC, Beni-Mellal.",
|
||||
},
|
||||
id: "q3", title: "Où êtes-vous situés ?", content: "Nous sommes situés rue Hassan II, quartier 8JQJ+JXC, Beni-Mellal."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-woman-holding-bread_23-2149081062.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -239,14 +154,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "canvas-reveal",
|
||||
}}
|
||||
variant: "canvas-reveal"}}
|
||||
text="Besoin de commander ou une question ? Appelez-nous au 05 21 02 78 15."
|
||||
buttons={[
|
||||
{
|
||||
text: "Appeler",
|
||||
href: "tel:0521027815",
|
||||
},
|
||||
text: "Appeler", href: "tel:0521027815"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -257,29 +169,19 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Accueil",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Accueil", href: "#hero"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Beni-Mellal, Maroc",
|
||||
href: "#",
|
||||
},
|
||||
label: "Beni-Mellal, Maroc", href: "#"},
|
||||
{
|
||||
label: "05 21 02 78 15",
|
||||
href: "tel:0521027815",
|
||||
},
|
||||
label: "05 21 02 78 15", href: "tel:0521027815"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -289,4 +191,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user