Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-17 23:30:12 +00:00

View File

@@ -54,10 +54,10 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/new-year-party-dinner-table-decorated_23-2149173247.jpg", imageAlt: "Restaurant Dakar Delights - Ambiance élégante"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/ramadan-concept-with-copyspace_23-2147791807.jpg", imageAlt: "Plat signature - Thieboudienne"
imageSrc: "http://img.b2bpic.net/free-photo/ramadan-concept-with-copyspace_23-2147791807.jpg?_wi=1", imageAlt: "Plat signature - Thieboudienne"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/man-hugging-woman-table-with-flowers-bowl-salad_23-2148024504.jpg", imageAlt: "Ambiance chaleureuse du restaurant"
imageSrc: "http://img.b2bpic.net/free-photo/man-hugging-woman-table-with-flowers-bowl-salad_23-2148024504.jpg?_wi=1", imageAlt: "Ambiance chaleureuse du restaurant"
}
]}
autoplayDelay={4000}
@@ -94,15 +94,15 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Cuisine Authentique", description: "Recettes traditionnelles sénégalaises préparées avec les ingrédients les plus frais du marché local.", imageSrc: "http://img.b2bpic.net/free-photo/people-taking-part-business-event_23-2149346636.jpg", imageAlt: "Préparation authentique des plats"
title: "Cuisine Authentique", description: "Recettes traditionnelles sénégalaises préparées avec les ingrédients les plus frais du marché local.", imageSrc: "http://img.b2bpic.net/free-photo/people-taking-part-business-event_23-2149346636.jpg?_wi=1", imageAlt: "Préparation authentique des plats"
},
{
id: 2,
title: "Ambiance Élégante", description: "Un cadre raffiné qui célèbre la culture africaine avec un mélange harmonieux de tradition et de modernité.", imageSrc: "http://img.b2bpic.net/free-photo/man-hugging-woman-table-with-flowers-bowl-salad_23-2148024504.jpg", imageAlt: "Ambiance élégante et accueillante"
title: "Ambiance Élégante", description: "Un cadre raffiné qui célèbre la culture africaine avec un mélange harmonieux de tradition et de modernité.", imageSrc: "http://img.b2bpic.net/free-photo/man-hugging-woman-table-with-flowers-bowl-salad_23-2148024504.jpg?_wi=2", imageAlt: "Ambiance élégante et accueillante"
},
{
id: 3,
title: "Service Premium", description: "Notre équipe dévouée assure votre confort et satisfaction à chaque moment de votre visite.", imageSrc: "http://img.b2bpic.net/free-photo/people-taking-part-business-event_23-2149346636.jpg", imageAlt: "Service professionnel et attentionné"
title: "Service Premium", description: "Notre équipe dévouée assure votre confort et satisfaction à chaque moment de votre visite.", imageSrc: "http://img.b2bpic.net/free-photo/people-taking-part-business-event_23-2149346636.jpg?_wi=2", imageAlt: "Service professionnel et attentionné"
},
{
id: 4,
@@ -126,13 +126,13 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
products={[
{
id: "1", name: "Thieboudienne", price: "15,000 FCFA", imageSrc: "http://img.b2bpic.net/free-photo/ramadan-concept-with-copyspace_23-2147791807.jpg", imageAlt: "Thieboudienne - Riz au poisson traditionnel"
id: "1", name: "Thieboudienne", price: "15,000 FCFA", imageSrc: "http://img.b2bpic.net/free-photo/ramadan-concept-with-copyspace_23-2147791807.jpg?_wi=2", imageAlt: "Thieboudienne - Riz au poisson traditionnel"
},
{
id: "2", name: "Yassa Poulet", price: "12,000 FCFA", imageSrc: "http://img.b2bpic.net/free-photo/man-hugging-woman-table-with-flowers-bowl-salad_23-2148024504.jpg", imageAlt: "Yassa Poulet - Poulet mariné aux oignons"
id: "2", name: "Yassa Poulet", price: "12,000 FCFA", imageSrc: "http://img.b2bpic.net/free-photo/man-hugging-woman-table-with-flowers-bowl-salad_23-2148024504.jpg?_wi=3", imageAlt: "Yassa Poulet - Poulet mariné aux oignons"
},
{
id: "3", name: "Mafé de Bœuf", price: "13,500 FCFA", imageSrc: "http://img.b2bpic.net/free-photo/people-taking-part-business-event_23-2149346636.jpg", imageAlt: "Mafé de Bœuf - Ragoût à l'arachide"
id: "3", name: "Mafé de Bœuf", price: "13,500 FCFA", imageSrc: "http://img.b2bpic.net/free-photo/people-taking-part-business-event_23-2149346636.jpg?_wi=3", imageAlt: "Mafé de Bœuf - Ragoût à l'arachide"
}
]}
carouselMode="buttons"