diff --git a/src/app/page.tsx b/src/app/page.tsx index 12c3346..a63326c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,7 +58,7 @@ export default function LandingPage() { buttonAnimation="slide-up" leftCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018838.jpg", imageAlt: "Restaurant La Vache Folle Dingue - ambiance intérieure chaleureuse" }, - { imageSrc: "http://img.b2bpic.net/free-photo/bartender-with-glass_23-2147680734.jpg", imageAlt: "Comptoir et bar du restaurant" } + { imageSrc: "http://img.b2bpic.net/free-photo/bartender-with-glass_23-2147680734.jpg?_wi=1", imageAlt: "Comptoir et bar du restaurant" } ]} rightCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-crispy-topping-with-bone_140725-6184.jpg", imageAlt: "Plat gastronomique présenté avec soin" }, @@ -120,7 +120,7 @@ export default function LandingPage() { { id: "gallery-2", name: "Plats Principaux", price: "10-16€", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-squashes-designed-meal-inside-plate-grey-surface_140725-89992.jpg", imageAlt: "Plats principaux savoureux" }, { id: "gallery-3", name: "Desserts", price: "À partir de 6€", imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-chef-kitchen-holding-plate-dessert_23-2149646277.jpg", imageAlt: "Desserts gourmands et élégants" }, { id: "gallery-4", name: "Ambiance Salle", price: "L'expérience", imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081875.jpg", imageAlt: "Salle de restaurant élégante" }, - { id: "gallery-5", name: "Bar & Comptoir", price: "L'atmosphère", imageSrc: "http://img.b2bpic.net/free-photo/bartender-with-glass_23-2147680734.jpg", imageAlt: "Bar élégant du restaurant" }, + { id: "gallery-5", name: "Bar & Comptoir", price: "L'atmosphère", imageSrc: "http://img.b2bpic.net/free-photo/bartender-with-glass_23-2147680734.jpg?_wi=2", imageAlt: "Bar élégant du restaurant" }, { id: "gallery-6", name: "Entrée Accueil", price: "Bienvenue", imageSrc: "http://img.b2bpic.net/free-photo/modern-styled-small-entryway_23-2150712925.jpg", imageAlt: "Entrée chaleureuse du restaurant" } ]} gridVariant="bento-grid"