From 40768567adbf193eb819dbe7bbe179645aca7b6d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 23:30:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f0f900e..6aa6315 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" -- 2.49.1