Merge version_1 into main #2
334
src/app/page.tsx
334
src/app/page.tsx
@@ -32,41 +32,25 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Accueil",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Accueil", id: "#hero"},
|
||||
{
|
||||
name: "À propos",
|
||||
id: "#about",
|
||||
},
|
||||
name: "À propos", id: "#about"},
|
||||
{
|
||||
name: "Spécialités",
|
||||
id: "#specialties",
|
||||
},
|
||||
name: "Spécialités", id: "#specialties"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menu", id: "#menu"},
|
||||
{
|
||||
name: "Galerie",
|
||||
id: "#gallery",
|
||||
},
|
||||
name: "Galerie", id: "#gallery"},
|
||||
{
|
||||
name: "Avis",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Avis", id: "#testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/flat-cactus-logo_23-2149395262.jpg"
|
||||
logoAlt="La Belle Étoile Chez Fatou Bako Logo"
|
||||
brandName="La Belle Étoile"
|
||||
button={{
|
||||
text: "Réserver une table",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Réserver une table", href: "#contact"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -74,51 +58,28 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-animated-grid",
|
||||
}}
|
||||
variant: "rotated-rays-animated-grid"}}
|
||||
title="La Belle Étoile Chez Fatou Bako"
|
||||
description="Découvrez les saveurs authentiques de l'Afrique dans une ambiance chaleureuse et familiale."
|
||||
buttons={[
|
||||
{
|
||||
text: "Voir le menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Voir le menu", href: "#menu"},
|
||||
{
|
||||
text: "Réserver une table",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Réserver une table", href: "#contact"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EhrxvqnYGcoMcQERWO9uHQMrLn/uploaded-1780642995838-olfzsqke.jpg?_wi=1",
|
||||
imageAlt: "User provided image",
|
||||
},
|
||||
id: "1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EhrxvqnYGcoMcQERWO9uHQMrLn/uploaded-1780642995838-olfzsqke.jpg", imageAlt: "User provided image"},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EhrxvqnYGcoMcQERWO9uHQMrLn/uploaded-1780642995838-hvm97zvw.jpg?_wi=1",
|
||||
imageAlt: "User provided image",
|
||||
},
|
||||
id: "2", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EhrxvqnYGcoMcQERWO9uHQMrLn/uploaded-1780642995838-hvm97zvw.jpg", imageAlt: "User provided image"},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EhrxvqnYGcoMcQERWO9uHQMrLn/uploaded-1780642995838-t25zu39v.jpg?_wi=1",
|
||||
imageAlt: "User provided image",
|
||||
},
|
||||
id: "3", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EhrxvqnYGcoMcQERWO9uHQMrLn/uploaded-1780642995838-t25zu39v.jpg", imageAlt: "User provided image"},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-creamy-cake-with-chocolate-cookies-dark-background-biscuit-sugar-cake-sweet-pie_140725-115797.jpg",
|
||||
imageAlt: "African dessert platter colorful",
|
||||
},
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-creamy-cake-with-chocolate-cookies-dark-background-biscuit-sugar-cake-sweet-pie_140725-115797.jpg", imageAlt: "African dessert platter colorful"},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gold-candlestick-standing-festive-table-home-new-year-eve-concept_132075-11279.jpg",
|
||||
imageAlt: "restaurant interior cozy ambiance",
|
||||
},
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/gold-candlestick-standing-festive-table-home-new-year-eve-concept_132075-11279.jpg", imageAlt: "restaurant interior cozy ambiance"},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-cooking-work-kitchen_52683-92777.jpg",
|
||||
imageAlt: "chef preparing African food close-up",
|
||||
},
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/chef-cooking-work-kitchen_52683-92777.jpg", imageAlt: "chef preparing African food close-up"},
|
||||
]}
|
||||
autoPlay={true}
|
||||
autoPlayInterval={4000}
|
||||
@@ -147,61 +108,21 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Thieboudienne",
|
||||
price: "18€",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EhrxvqnYGcoMcQERWO9uHQMrLn/uploaded-1780642995838-hvm97zvw.jpg?_wi=2",
|
||||
imageAlt: "User provided image",
|
||||
},
|
||||
id: "p1", name: "Thieboudienne", price: "18€", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EhrxvqnYGcoMcQERWO9uHQMrLn/uploaded-1780642995838-hvm97zvw.jpg", imageAlt: "User provided image"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Yassa Poulet",
|
||||
price: "15€",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EhrxvqnYGcoMcQERWO9uHQMrLn/uploaded-1780642995838-olfzsqke.jpg?_wi=2",
|
||||
imageAlt: "User provided image",
|
||||
},
|
||||
id: "p2", name: "Yassa Poulet", price: "15€", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EhrxvqnYGcoMcQERWO9uHQMrLn/uploaded-1780642995838-olfzsqke.jpg", imageAlt: "User provided image"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Mafé Bœuf",
|
||||
price: "16€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-vegetable-stew-served-dark-bowl-grey-background_1220-6637.jpg",
|
||||
imageAlt: "Mafé dish peanut sauce",
|
||||
},
|
||||
id: "p3", name: "Mafé Bœuf", price: "16€", imageSrc: "http://img.b2bpic.net/free-photo/meat-vegetable-stew-served-dark-bowl-grey-background_1220-6637.jpg", imageAlt: "Mafé dish peanut sauce"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Attiéké Poisson",
|
||||
price: "17€",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EhrxvqnYGcoMcQERWO9uHQMrLn/uploaded-1780642995838-t25zu39v.jpg?_wi=2",
|
||||
imageAlt: "User provided image",
|
||||
},
|
||||
id: "p4", name: "Attiéké Poisson", price: "17€", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EhrxvqnYGcoMcQERWO9uHQMrLn/uploaded-1780642995838-t25zu39v.jpg", imageAlt: "User provided image"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Alloco",
|
||||
price: "6€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-recipe-with-plantain_23-2151062779.jpg",
|
||||
imageAlt: "Alloco fried plantain dish",
|
||||
},
|
||||
id: "p5", name: "Alloco", price: "6€", imageSrc: "http://img.b2bpic.net/free-photo/still-life-recipe-with-plantain_23-2151062779.jpg", imageAlt: "Alloco fried plantain dish"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Brochettes africaines",
|
||||
price: "12€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegan-grilled-vegetable-skewers-recipe-idea_53876-100111.jpg",
|
||||
imageAlt: "African skewers grilled meat",
|
||||
},
|
||||
id: "p6", name: "Brochettes africaines", price: "12€", imageSrc: "http://img.b2bpic.net/free-photo/vegan-grilled-vegetable-skewers-recipe-idea_53876-100111.jpg", imageAlt: "African skewers grilled meat"},
|
||||
{
|
||||
id: "p7",
|
||||
name: "Riz gras",
|
||||
price: "14€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/scrambled-eggs-veggies-salad-top-view_23-2148440358.jpg",
|
||||
imageAlt: "Riz gras savory rice dish",
|
||||
},
|
||||
id: "p7", name: "Riz gras", price: "14€", imageSrc: "http://img.b2bpic.net/free-photo/scrambled-eggs-veggies-salad-top-view_23-2148440358.jpg", imageAlt: "Riz gras savory rice dish"},
|
||||
{
|
||||
id: "p8",
|
||||
name: "Poulet braisé",
|
||||
price: "16€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-fried-chicken-with-different-seasonings-dark-purple-space_140725-75649.jpg",
|
||||
imageAlt: "Poulet braisé grilled chicken",
|
||||
},
|
||||
id: "p8", name: "Poulet braisé", price: "16€", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-fried-chicken-with-different-seasonings-dark-purple-space_140725-75649.jpg", imageAlt: "Poulet braisé grilled chicken"},
|
||||
]}
|
||||
title="Nos Spécialités Exquises"
|
||||
description="Découvrez les plats emblématiques de l'Afrique, préparés avec amour et des ingrédients frais pour un voyage culinaire inoubliable."
|
||||
@@ -212,55 +133,27 @@ export default function LandingPage() {
|
||||
<PricingCardOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "entrees",
|
||||
badge: "Entrées",
|
||||
badgeIcon: Star,
|
||||
price: "",
|
||||
subtitle: "Pour bien commencer votre voyage culinaire.",
|
||||
features: [
|
||||
"Alloco – 6€",
|
||||
"Samoussas – 5€",
|
||||
"Accras – 7€",
|
||||
],
|
||||
id: "entrees", badge: "Entrées", badgeIcon: Star,
|
||||
price: "", subtitle: "Pour bien commencer votre voyage culinaire.", features: [
|
||||
"Alloco – 6€", "Samoussas – 5€", "Accras – 7€"],
|
||||
},
|
||||
{
|
||||
id: "plats",
|
||||
badge: "Plats",
|
||||
badgeIcon: Award,
|
||||
price: "",
|
||||
subtitle: "Nos créations maîtresses pour un repas savoureux.",
|
||||
features: [
|
||||
"Yassa Poulet – 15€",
|
||||
"Mafé Bœuf – 16€",
|
||||
"Thieboudienne – 18€",
|
||||
"Attiéké Poisson – 17€",
|
||||
"Poulet Braisé – 16€",
|
||||
],
|
||||
id: "plats", badge: "Plats", badgeIcon: Award,
|
||||
price: "", subtitle: "Nos créations maîtresses pour un repas savoureux.", features: [
|
||||
"Yassa Poulet – 15€", "Mafé Bœuf – 16€", "Thieboudienne – 18€", "Attiéké Poisson – 17€", "Poulet Braisé – 16€"],
|
||||
},
|
||||
{
|
||||
id: "desserts",
|
||||
badge: "Desserts",
|
||||
badgeIcon: Cake,
|
||||
price: "",
|
||||
subtitle: "Une touche sucrée pour une fin de repas parfaite.",
|
||||
features: [
|
||||
"Salade de fruits exotiques – 6€",
|
||||
"Beignets africains – 5€",
|
||||
],
|
||||
id: "desserts", badge: "Desserts", badgeIcon: Cake,
|
||||
price: "", subtitle: "Une touche sucrée pour une fin de repas parfaite.", features: [
|
||||
"Salade de fruits exotiques – 6€", "Beignets africains – 5€"],
|
||||
},
|
||||
{
|
||||
id: "boissons",
|
||||
badge: "Boissons",
|
||||
badgeIcon: Coffee,
|
||||
price: "",
|
||||
subtitle: "Rafraîchissez-vous avec nos jus maison ou vos sodas préférés.",
|
||||
features: [
|
||||
"Jus de bissap – 4€",
|
||||
"Jus de gingembre – 4€",
|
||||
"Soda – 3€",
|
||||
],
|
||||
id: "boissons", badge: "Boissons", badgeIcon: Coffee,
|
||||
price: "", subtitle: "Rafraîchissez-vous avec nos jus maison ou vos sodas préférés.", features: [
|
||||
"Jus de bissap – 4€", "Jus de gingembre – 4€", "Soda – 3€"],
|
||||
},
|
||||
]}
|
||||
title="Notre Carte Complète"
|
||||
@@ -274,41 +167,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Cocktail Exotique",
|
||||
description: "Détendez-vous avec nos boissons rafraîchissantes aux saveurs tropicales.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EhrxvqnYGcoMcQERWO9uHQMrLn/uploaded-1780642995838-y8bfqqcx.png",
|
||||
imageAlt: "User provided image",
|
||||
},
|
||||
title: "Cocktail Exotique", description: "Détendez-vous avec nos boissons rafraîchissantes aux saveurs tropicales.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EhrxvqnYGcoMcQERWO9uHQMrLn/uploaded-1780642995838-y8bfqqcx.png", imageAlt: "User provided image"},
|
||||
{
|
||||
title: "Plat Traditionnel",
|
||||
description: "Découvrez l'authenticité de nos plats phares, préparés avec passion.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EhrxvqnYGcoMcQERWO9uHQMrLn/uploaded-1780642995838-olfzsqke.jpg?_wi=3",
|
||||
imageAlt: "User provided image",
|
||||
},
|
||||
title: "Plat Traditionnel", description: "Découvrez l'authenticité de nos plats phares, préparés avec passion.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EhrxvqnYGcoMcQERWO9uHQMrLn/uploaded-1780642995838-olfzsqke.jpg", imageAlt: "User provided image"},
|
||||
{
|
||||
title: "Thieboudienne",
|
||||
description: "Le fameux plat sénégalais, riche en saveurs et en histoire.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EhrxvqnYGcoMcQERWO9uHQMrLn/uploaded-1780642995838-hvm97zvw.jpg?_wi=3",
|
||||
imageAlt: "User provided image",
|
||||
},
|
||||
title: "Thieboudienne", description: "Le fameux plat sénégalais, riche en saveurs et en histoire.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EhrxvqnYGcoMcQERWO9uHQMrLn/uploaded-1780642995838-hvm97zvw.jpg", imageAlt: "User provided image"},
|
||||
{
|
||||
title: "Poisson Grillé",
|
||||
description: "Un délice de la mer, parfaitement grillé et accompagné de légumes frais.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EhrxvqnYGcoMcQERWO9uHQMrLn/uploaded-1780642995838-t25zu39v.jpg?_wi=3",
|
||||
imageAlt: "User provided image",
|
||||
},
|
||||
title: "Poisson Grillé", description: "Un délice de la mer, parfaitement grillé et accompagné de légumes frais.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EhrxvqnYGcoMcQERWO9uHQMrLn/uploaded-1780642995838-t25zu39v.jpg", imageAlt: "User provided image"},
|
||||
{
|
||||
title: "Ambiance Chaleureuse",
|
||||
description: "Plongez dans l'atmosphère conviviale de notre restaurant, idéal pour vos moments de partage.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-with-delicious-cocktails_23-2150244937.jpg",
|
||||
imageAlt: "interior modern African restaurant",
|
||||
},
|
||||
title: "Ambiance Chaleureuse", description: "Plongez dans l'atmosphère conviviale de notre restaurant, idéal pour vos moments de partage.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-with-delicious-cocktails_23-2150244937.jpg", imageAlt: "interior modern African restaurant"},
|
||||
{
|
||||
title: "Moments Partagés",
|
||||
description: "Venez vivre une expérience culinaire inoubliable entre amis ou en famille.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148006611.jpg",
|
||||
imageAlt: "group happy people dining African restaurant",
|
||||
},
|
||||
title: "Moments Partagés", description: "Venez vivre une expérience culinaire inoubliable entre amis ou en famille.", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148006611.jpg", imageAlt: "group happy people dining African restaurant"},
|
||||
]}
|
||||
title="Découvrez Notre Ambiance en Images"
|
||||
description="Plongez dans l'univers de La Belle Étoile Chez Fatou Bako à travers notre galerie de photos. Découvrez nos plats magnifiquement présentés, l'atmosphère chaleureuse de notre salle et les moments de convivialité partagés."
|
||||
@@ -321,77 +190,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Johnson",
|
||||
date: "15 Mars 2024",
|
||||
title: "Une expérience culinaire exceptionnelle",
|
||||
quote: "« Une cuisine exceptionnelle et une ambiance familiale. Chaque plat est une invitation au voyage. Le Thieboudienne est un régal ! »",
|
||||
tag: "Expérience Incroyable",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/attractive-happy-young-bearded-man-trendy-hat-texting-messages-via-social-networks-browsing-internet-using-free-wifi-his-electronic-device-coffee-break-restaurant_273609-1934.jpg",
|
||||
avatarAlt: "happy customer woman smiling",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/breakfast-set-with-fried-eggs-tomatoes_140725-3717.jpg",
|
||||
imageAlt: "delicious African Thieboudienne dish",
|
||||
},
|
||||
id: "t1", name: "Sarah Johnson", date: "15 Mars 2024", title: "Une expérience culinaire exceptionnelle", quote: "« Une cuisine exceptionnelle et une ambiance familiale. Chaque plat est une invitation au voyage. Le Thieboudienne est un régal ! »", tag: "Expérience Incroyable", avatarSrc: "http://img.b2bpic.net/free-photo/attractive-happy-young-bearded-man-trendy-hat-texting-messages-via-social-networks-browsing-internet-using-free-wifi-his-electronic-device-coffee-break-restaurant_273609-1934.jpg", avatarAlt: "happy customer woman smiling", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-set-with-fried-eggs-tomatoes_140725-3717.jpg", imageAlt: "delicious African Thieboudienne dish"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Michael Chen",
|
||||
date: "22 Février 2024",
|
||||
title: "Le meilleur restaurant africain",
|
||||
quote: "« Le meilleur restaurant africain du quartier. Le Yassa Poulet est divin, et le service est toujours impeccable. Je recommande vivement ! »",
|
||||
tag: "Coup de Cœur",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-doing-double-ok-gesture-with_1298-451.jpg",
|
||||
avatarAlt: "satisfied man portrait smiling",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-with-mustard-red-peppers_661915-105.jpg",
|
||||
imageAlt: "yassa poulet traditional dish",
|
||||
},
|
||||
id: "t2", name: "Michael Chen", date: "22 Février 2024", title: "Le meilleur restaurant africain", quote: "« Le meilleur restaurant africain du quartier. Le Yassa Poulet est divin, et le service est toujours impeccable. Je recommande vivement ! »", tag: "Coup de Cœur", avatarSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-doing-double-ok-gesture-with_1298-451.jpg", avatarAlt: "satisfied man portrait smiling", imageSrc: "http://img.b2bpic.net/free-photo/chicken-with-mustard-red-peppers_661915-105.jpg", imageAlt: "yassa poulet traditional dish"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily Rodriguez",
|
||||
date: "10 Janvier 2024",
|
||||
title: "Des plats généreux et pleins de saveurs",
|
||||
quote: "« Des plats généreux et pleins de saveurs. Le Mafé Bœuf est un délice, et l'ambiance nous transporte directement en Afrique. »",
|
||||
tag: "Saveurs Authentiques",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-people-with-reviews_23-2149394417.jpg",
|
||||
avatarAlt: "woman with natural hair smiling",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-close-view-mushrooms-potatoes-fried-potatoes-mushrooms-bowl-dark-background_140725-117372.jpg",
|
||||
imageAlt: "mafé african peanut stew",
|
||||
},
|
||||
id: "t3", name: "Emily Rodriguez", date: "10 Janvier 2024", title: "Des plats généreux et pleins de saveurs", quote: "« Des plats généreux et pleins de saveurs. Le Mafé Bœuf est un délice, et l'ambiance nous transporte directement en Afrique. »", tag: "Saveurs Authentiques", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-people-with-reviews_23-2149394417.jpg", avatarAlt: "woman with natural hair smiling", imageSrc: "http://img.b2bpic.net/free-photo/top-close-view-mushrooms-potatoes-fried-potatoes-mushrooms-bowl-dark-background_140725-117372.jpg", imageAlt: "mafé african peanut stew"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David Kim",
|
||||
date: "05 Décembre 2023",
|
||||
title: "Ambiance et saveurs inoubliables",
|
||||
quote: "« Un véritable coup de foudre pour ce restaurant ! L'Attiéké Poisson est frais et savoureux, et l'accueil est toujours chaleureux. »",
|
||||
tag: "Inoubliable",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/people-leisure-headshot-fashionable-young-male-with-trendy-beard-wearing-black-hat-having-thoughtful-expression-looking-into-distance-planning-day_273609-1747.jpg",
|
||||
avatarAlt: "smiling elderly man portrait",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/topview-served-pork-salad-with-cheese-lettuce_8353-10590.jpg",
|
||||
imageAlt: "attiéké poisson grilled fish couscous",
|
||||
},
|
||||
id: "t4", name: "David Kim", date: "05 Décembre 2023", title: "Ambiance et saveurs inoubliables", quote: "« Un véritable coup de foudre pour ce restaurant ! L'Attiéké Poisson est frais et savoureux, et l'accueil est toujours chaleureux. »", tag: "Inoubliable", avatarSrc: "http://img.b2bpic.net/free-photo/people-leisure-headshot-fashionable-young-male-with-trendy-beard-wearing-black-hat-having-thoughtful-expression-looking-into-distance-planning-day_273609-1747.jpg", avatarAlt: "smiling elderly man portrait", imageSrc: "http://img.b2bpic.net/free-photo/topview-served-pork-salad-with-cheese-lettuce_8353-10590.jpg", imageAlt: "attiéké poisson grilled fish couscous"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Fatoumata Diop",
|
||||
date: "18 Novembre 2023",
|
||||
title: "Comme à la maison !",
|
||||
quote: "« On se sent comme à la maison. L'Alloco est parfaitement cuit et les beignets africains sont à tomber. Une adresse à ne pas manquer ! »",
|
||||
tag: "Familial",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/male-woman-having-good-time_23-2148395388.jpg",
|
||||
avatarAlt: "young couple smiling portrait",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-rolled-pancakes-with-bananas-dark-background-cake-dough-hotcake-meal-pastry-sweet-pie-meat_179666-46848.jpg",
|
||||
imageAlt: "alloco fried plantains side dish",
|
||||
},
|
||||
id: "t5", name: "Fatoumata Diop", date: "18 Novembre 2023", title: "Comme à la maison !", quote: "« On se sent comme à la maison. L'Alloco est parfaitement cuit et les beignets africains sont à tomber. Une adresse à ne pas manquer ! »", tag: "Familial", avatarSrc: "http://img.b2bpic.net/free-photo/male-woman-having-good-time_23-2148395388.jpg", avatarAlt: "young couple smiling portrait", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-rolled-pancakes-with-bananas-dark-background-cake-dough-hotcake-meal-pastry-sweet-pie-meat_179666-46848.jpg", imageAlt: "alloco fried plantains side dish"},
|
||||
{
|
||||
id: "t6",
|
||||
name: "Olivier Dubois",
|
||||
date: "01 Octobre 2023",
|
||||
title: "Une richesse culinaire à découvrir",
|
||||
quote: "« La Belle Étoile est un joyau caché ! Chaque plat, du Poulet Braisé aux jus exotiques, est une explosion de saveurs. Un régal ! »",
|
||||
tag: "Pépite Culinaire",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/lifestyle-beauty-blogger-woman-recording-video-her-putting-makeup-talking-camera-making_1258-281645.jpg",
|
||||
avatarAlt: "food blogger review portrait",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-table-full-delicious-food-arrangement_23-2149141378.jpg",
|
||||
imageAlt: "full table African dishes feast",
|
||||
},
|
||||
id: "t6", name: "Olivier Dubois", date: "01 Octobre 2023", title: "Une richesse culinaire à découvrir", quote: "« La Belle Étoile est un joyau caché ! Chaque plat, du Poulet Braisé aux jus exotiques, est une explosion de saveurs. Un régal ! »", tag: "Pépite Culinaire", avatarSrc: "http://img.b2bpic.net/free-photo/lifestyle-beauty-blogger-woman-recording-video-her-putting-makeup-talking-camera-making_1258-281645.jpg", avatarAlt: "food blogger review portrait", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-table-full-delicious-food-arrangement_23-2149141378.jpg", imageAlt: "full table African dishes feast"},
|
||||
]}
|
||||
title="Ce Que Disent Nos Clients"
|
||||
description="Leurs sourires et leurs mots sont notre plus belle récompense. Découvrez pourquoi La Belle Étoile Chez Fatou Bako est l'adresse incontournable de la cuisine africaine à Paris."
|
||||
@@ -402,8 +211,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contactez-Nous"
|
||||
title="Visitez La Belle Étoile"
|
||||
description="Nous sommes situés au 12 Rue Eugène Sue, 75018 Paris, France. Pour toute information ou réservation, appelez-nous au [Votre Numéro de Téléphone] ou écrivez-nous à [Votre Email]. Nous sommes ouverts 7 jours sur 7, de 12h30 à 01h00, pour vous accueillir dans une ambiance chaleureuse."
|
||||
@@ -425,53 +233,33 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "Spécialités",
|
||||
href: "#specialties",
|
||||
},
|
||||
label: "Spécialités", href: "#specialties"},
|
||||
{
|
||||
label: "Galerie",
|
||||
href: "#gallery",
|
||||
},
|
||||
label: "Galerie", href: "#gallery"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Horaires",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Horaires", href: "#contact"},
|
||||
{
|
||||
label: "Adresse",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Adresse", href: "#contact"},
|
||||
{
|
||||
label: "Téléphone",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Téléphone", href: "#contact"},
|
||||
{
|
||||
label: "Email",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Email", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://facebook.com",
|
||||
},
|
||||
label: "Facebook", href: "https://facebook.com"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com"},
|
||||
{
|
||||
label: "Twitter",
|
||||
href: "https://twitter.com",
|
||||
},
|
||||
label: "Twitter", href: "https://twitter.com"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user