diff --git a/src/app/page.tsx b/src/app/page.tsx index a4b47f8..8d05156 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { { value: 'Frais', title: 'Ingrédients de qualité' }, { value: 'Généreux', title: 'Portions copieuses' } ]} - imageSrc="http://img.b2bpic.net/free-photo/boy-eating-restaurant_23-2148172673.jpg" + imageSrc="http://img.b2bpic.net/free-photo/boy-eating-restaurant_23-2148172673.jpg?_wi=1" imageAlt="Restaurant interior clean and modern" useInvertedBackground={false} mediaAnimation="slide-up" @@ -81,9 +81,9 @@ export default function LandingPage() { description: 'Poulet croustillant, sauces maison, légumes frais. Une explosion de saveurs à chaque bouchée.', bentoComponent: 'media-stack', items: [ - { imageSrc: 'http://img.b2bpic.net/free-photo/lobster-roll-wooden-table_123827-30902.jpg', imageAlt: 'Crispy fried chicken sandwich' }, - { imageSrc: 'http://img.b2bpic.net/free-photo/lobster-roll-wooden-table_123827-30902.jpg', imageAlt: 'Crispy fried chicken sandwich' }, - { imageSrc: 'http://img.b2bpic.net/free-photo/lobster-roll-wooden-table_123827-30902.jpg', imageAlt: 'Crispy fried chicken sandwich' } + { imageSrc: 'http://img.b2bpic.net/free-photo/lobster-roll-wooden-table_123827-30902.jpg?_wi=1', imageAlt: 'Crispy fried chicken sandwich' }, + { imageSrc: 'http://img.b2bpic.net/free-photo/lobster-roll-wooden-table_123827-30902.jpg?_wi=2', imageAlt: 'Crispy fried chicken sandwich' }, + { imageSrc: 'http://img.b2bpic.net/free-photo/lobster-roll-wooden-table_123827-30902.jpg?_wi=3', imageAlt: 'Crispy fried chicken sandwich' } ] }, { @@ -91,9 +91,9 @@ export default function LandingPage() { description: 'Viande savoureuse grillée, pain croustillant, assaisonnements maison. Authentique et délicieux.', bentoComponent: 'media-stack', items: [ - { imageSrc: 'http://img.b2bpic.net/free-photo/pita-stuffed-with-chicken-tomato-lettuce_2829-10676.jpg', imageAlt: 'Grilled kefta meat sandwich' }, - { imageSrc: 'http://img.b2bpic.net/free-photo/pita-stuffed-with-chicken-tomato-lettuce_2829-10676.jpg', imageAlt: 'Grilled kefta meat sandwich' }, - { imageSrc: 'http://img.b2bpic.net/free-photo/pita-stuffed-with-chicken-tomato-lettuce_2829-10676.jpg', imageAlt: 'Grilled kefta meat sandwich' } + { imageSrc: 'http://img.b2bpic.net/free-photo/pita-stuffed-with-chicken-tomato-lettuce_2829-10676.jpg?_wi=1', imageAlt: 'Grilled kefta meat sandwich' }, + { imageSrc: 'http://img.b2bpic.net/free-photo/pita-stuffed-with-chicken-tomato-lettuce_2829-10676.jpg?_wi=2', imageAlt: 'Grilled kefta meat sandwich' }, + { imageSrc: 'http://img.b2bpic.net/free-photo/pita-stuffed-with-chicken-tomato-lettuce_2829-10676.jpg?_wi=3', imageAlt: 'Grilled kefta meat sandwich' } ] }, { @@ -101,9 +101,9 @@ export default function LandingPage() { description: 'Frites dorées nappées d\'une sauce crémeuse et gourmande. Le plaisir sucré-salé garanti.', bentoComponent: 'media-stack', items: [ - { imageSrc: 'http://img.b2bpic.net/free-photo/front-view-tasty-pancakes-blue-surface_179666-44204.jpg', imageAlt: 'Golden fries with cheese sauce' }, - { imageSrc: 'http://img.b2bpic.net/free-photo/front-view-tasty-pancakes-blue-surface_179666-44204.jpg', imageAlt: 'Golden fries with cheese sauce' }, - { imageSrc: 'http://img.b2bpic.net/free-photo/front-view-tasty-pancakes-blue-surface_179666-44204.jpg', imageAlt: 'Golden fries with cheese sauce' } + { imageSrc: 'http://img.b2bpic.net/free-photo/front-view-tasty-pancakes-blue-surface_179666-44204.jpg?_wi=1', imageAlt: 'Golden fries with cheese sauce' }, + { imageSrc: 'http://img.b2bpic.net/free-photo/front-view-tasty-pancakes-blue-surface_179666-44204.jpg?_wi=2', imageAlt: 'Golden fries with cheese sauce' }, + { imageSrc: 'http://img.b2bpic.net/free-photo/front-view-tasty-pancakes-blue-surface_179666-44204.jpg?_wi=3', imageAlt: 'Golden fries with cheese sauce' } ] }, { @@ -111,9 +111,9 @@ export default function LandingPage() { description: 'Des plats frais et équilibrés pour se faire plaisir autrement. Saveur et bien-être réunis.', bentoComponent: 'media-stack', items: [ - { imageSrc: 'http://img.b2bpic.net/free-photo/top-view-nutritional-salads-table_23-2148538672.jpg', imageAlt: 'Fresh healthy salad options' }, - { imageSrc: 'http://img.b2bpic.net/free-photo/top-view-nutritional-salads-table_23-2148538672.jpg', imageAlt: 'Fresh healthy salad options' }, - { imageSrc: 'http://img.b2bpic.net/free-photo/top-view-nutritional-salads-table_23-2148538672.jpg', imageAlt: 'Fresh healthy salad options' } + { imageSrc: 'http://img.b2bpic.net/free-photo/top-view-nutritional-salads-table_23-2148538672.jpg?_wi=1', imageAlt: 'Fresh healthy salad options' }, + { imageSrc: 'http://img.b2bpic.net/free-photo/top-view-nutritional-salads-table_23-2148538672.jpg?_wi=2', imageAlt: 'Fresh healthy salad options' }, + { imageSrc: 'http://img.b2bpic.net/free-photo/top-view-nutritional-salads-table_23-2148538672.jpg?_wi=3', imageAlt: 'Fresh healthy salad options' } ] } ]} @@ -150,7 +150,7 @@ export default function LandingPage() { handle: '@sophiemk', testimonial: 'Sandwich excellent et très bon. Endroit propre, service top. J\'y vais régulièrement, c\'est devenu ma cantine !', rating: 5, - imageSrc: 'http://img.b2bpic.net/free-photo/picture-happy-man-eating-vegan-burger-vegan-restaurant-cafe-smiling-man-sitting-table-looking-camera_549566-844.jpg', + imageSrc: 'http://img.b2bpic.net/free-photo/picture-happy-man-eating-vegan-burger-vegan-restaurant-cafe-smiling-man-sitting-table-looking-camera_549566-844.jpg?_wi=1', imageAlt: 'Sophie Martin' }, { @@ -159,7 +159,7 @@ export default function LandingPage() { handle: '@ahmeddz', testimonial: 'Very good and fresh ingredients, delicious seasonings. The quality is really premium for the price. Highly recommended!', rating: 5, - imageSrc: 'http://img.b2bpic.net/free-photo/smiling-handsome-man-keeps-fists-isolated-white-wall_141793-70642.jpg', + imageSrc: 'http://img.b2bpic.net/free-photo/smiling-handsome-man-keeps-fists-isolated-white-wall_141793-70642.jpg?_wi=1', imageAlt: 'Ahmed Karim' }, { @@ -186,7 +186,7 @@ export default function LandingPage() { handle: '@nadiabc', testimonial: 'Un vrai sandwich comme on l\'imagine ! Frais, garni, croustillant. C\'est ça la qualité. Merci pour votre professionnalisme.', rating: 5, - imageSrc: 'http://img.b2bpic.net/free-photo/picture-happy-man-eating-vegan-burger-vegan-restaurant-cafe-smiling-man-sitting-table-looking-camera_549566-844.jpg', + imageSrc: 'http://img.b2bpic.net/free-photo/picture-happy-man-eating-vegan-burger-vegan-restaurant-cafe-smiling-man-sitting-table-looking-camera_549566-844.jpg?_wi=2', imageAlt: 'Nadia Belkacem' }, { @@ -195,7 +195,7 @@ export default function LandingPage() { handle: '@thomaslf', testimonial: 'Le meilleur sandwich de Kouba, sans hésitation. Hygiène au top, ingrédients de qualité. C\'est un plaisir de manger chez vous.', rating: 5, - imageSrc: 'http://img.b2bpic.net/free-photo/smiling-handsome-man-keeps-fists-isolated-white-wall_141793-70642.jpg', + imageSrc: 'http://img.b2bpic.net/free-photo/smiling-handsome-man-keeps-fists-isolated-white-wall_141793-70642.jpg?_wi=2', imageAlt: 'Thomas Lefevre' } ]} @@ -215,7 +215,7 @@ export default function LandingPage() { { value: 'Jeune', title: 'Équipe passionnée' }, { value: 'Rapide', title: 'Service efficace' } ]} - imageSrc="http://img.b2bpic.net/free-photo/boy-eating-restaurant_23-2148172673.jpg" + imageSrc="http://img.b2bpic.net/free-photo/boy-eating-restaurant_23-2148172673.jpg?_wi=2" imageAlt="Modern clean restaurant interior" useInvertedBackground={false} mediaAnimation="slide-up"