diff --git a/src/app/page.tsx b/src/app/page.tsx index bc813d7..828f0e9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,23 +56,23 @@ export default function LandingPage() { background={{ variant: "plain" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-psd/authentic-vietnamese-pho-noodle-soup-with-fresh-herbs_84443-64810.jpg", imageAlt: "Pho vietnamien authentique"}, + imageSrc: "http://img.b2bpic.net/free-psd/authentic-vietnamese-pho-noodle-soup-with-fresh-herbs_84443-64810.jpg?_wi=1", imageAlt: "Pho vietnamien authentique"}, { - imageSrc: "http://img.b2bpic.net/free-photo/homemade-tex-mex-taco-boats-food-recipe-idea_53876-100140.jpg", imageAlt: "Bo Bun frais"}, + imageSrc: "http://img.b2bpic.net/free-photo/homemade-tex-mex-taco-boats-food-recipe-idea_53876-100140.jpg?_wi=1", imageAlt: "Bo Bun frais"}, { - imageSrc: "http://img.b2bpic.net/free-photo/wicker-gray-table-with-glass-gray-chairs_140725-3025.jpg", imageAlt: "Ambiance du restaurant"}, + imageSrc: "http://img.b2bpic.net/free-photo/wicker-gray-table-with-glass-gray-chairs_140725-3025.jpg?_wi=1", imageAlt: "Ambiance du restaurant"}, { - imageSrc: "http://img.b2bpic.net/free-psd/delicious-vietnamese-pho-noodle-soup-with-beef-fresh-herbs_84443-64544.jpg", imageAlt: "Soupe traditionnelle"}, + imageSrc: "http://img.b2bpic.net/free-psd/delicious-vietnamese-pho-noodle-soup-with-beef-fresh-herbs_84443-64544.jpg?_wi=1", imageAlt: "Soupe traditionnelle"}, ]} rightCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-fresh-sandwiches-chopping-board_23-2148381180.jpg", imageAlt: "Banh mi traditionnel"}, { - imageSrc: "http://img.b2bpic.net/free-photo/kimchi-cabbage-bowl_2829-18655.jpg", imageAlt: "Banh Xeo croustillant"}, + imageSrc: "http://img.b2bpic.net/free-photo/kimchi-cabbage-bowl_2829-18655.jpg?_wi=1", imageAlt: "Banh Xeo croustillant"}, { imageSrc: "http://img.b2bpic.net/free-photo/barman-making-coffee_23-2147821157.jpg", imageAlt: "Service professionnel"}, { - imageSrc: "http://img.b2bpic.net/free-photo/rice-noodles-chicken-green-curry-coconut-milk-thai-food_1150-25332.jpg", imageAlt: "Ca Kho To savoureux"}, + imageSrc: "http://img.b2bpic.net/free-photo/rice-noodles-chicken-green-curry-coconut-milk-thai-food_1150-25332.jpg?_wi=1", imageAlt: "Ca Kho To savoureux"}, ]} carouselPosition="right" /> @@ -114,19 +114,19 @@ export default function LandingPage() { reviewCount: "42", imageSrc: "http://img.b2bpic.net/free-photo/fried-spring-roll_1203-2701.jpg", imageAlt: "Nems croustillants"}, { id: "2", brand: "Plats Traditionnels", name: "Phở Bò", price: "€12,00", rating: 5, - reviewCount: "38", imageSrc: "http://img.b2bpic.net/free-psd/delicious-vietnamese-pho-noodle-soup-with-beef-fresh-herbs_84443-64544.jpg", imageAlt: "Phở Bò authentique"}, + reviewCount: "38", imageSrc: "http://img.b2bpic.net/free-psd/delicious-vietnamese-pho-noodle-soup-with-beef-fresh-herbs_84443-64544.jpg?_wi=2", imageAlt: "Phở Bò authentique"}, { id: "3", brand: "Bo Bún", name: "Bo Bún Maison", price: "€11,50", rating: 5, - reviewCount: "35", imageSrc: "http://img.b2bpic.net/free-photo/homemade-tex-mex-taco-boats-food-recipe-idea_53876-100140.jpg", imageAlt: "Bo Bún frais"}, + reviewCount: "35", imageSrc: "http://img.b2bpic.net/free-photo/homemade-tex-mex-taco-boats-food-recipe-idea_53876-100140.jpg?_wi=2", imageAlt: "Bo Bún frais"}, { id: "4", brand: "Spécialités", name: "Banh Xèo Vietnamien", price: "€10,50", rating: 5, - reviewCount: "40", imageSrc: "http://img.b2bpic.net/free-photo/kimchi-cabbage-bowl_2829-18655.jpg", imageAlt: "Banh Xèo croustillant"}, + reviewCount: "40", imageSrc: "http://img.b2bpic.net/free-photo/kimchi-cabbage-bowl_2829-18655.jpg?_wi=2", imageAlt: "Banh Xèo croustillant"}, { id: "5", brand: "Poissons", name: "Ca Kho To", price: "€13,50", rating: 5, - reviewCount: "32", imageSrc: "http://img.b2bpic.net/free-photo/rice-noodles-chicken-green-curry-coconut-milk-thai-food_1150-25332.jpg", imageAlt: "Ca Kho To savoureux"}, + reviewCount: "32", imageSrc: "http://img.b2bpic.net/free-photo/rice-noodles-chicken-green-curry-coconut-milk-thai-food_1150-25332.jpg?_wi=2", imageAlt: "Ca Kho To savoureux"}, { id: "6", brand: "Boissons", name: "Cà Phê Vietnamien", price: "€4,50", rating: 5, - reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-psd/authentic-vietnamese-pho-noodle-soup-with-fresh-herbs_84443-64810.jpg", imageAlt: "Café vietnamien"}, + reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-psd/authentic-vietnamese-pho-noodle-soup-with-fresh-herbs_84443-64810.jpg?_wi=2", imageAlt: "Café vietnamien"}, ]} buttons={[{ text: "Voir le Menu Complet", href: "#" }]} /> @@ -216,7 +216,7 @@ export default function LandingPage() { mediaAnimation="blur-reveal" faqsAnimation="slide-up" useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/wicker-gray-table-with-glass-gray-chairs_140725-3025.jpg" + imageSrc="http://img.b2bpic.net/free-photo/wicker-gray-table-with-glass-gray-chairs_140725-3025.jpg?_wi=2" imageAlt="Ambiance du restaurant Le Comptoir du Vietnam" mediaPosition="left" faqs={[