diff --git a/src/app/page.tsx b/src/app/page.tsx index 81ccc18..07c132c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,10 +44,10 @@ export default function LandingPage() { description="In het hart van Culemborg, waar authentieke tradities en moderne smaken samenkomen." mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-restaurant_23-2150491806.jpg", imageAlt: "Moroccan lunch ambiance" }, - { imageSrc: "http://img.b2bpic.net/free-photo/side-view-breakfast-table-served-with-various-food-fried-eggs-with-tomatoes-sausages-cheese-fresh-salad-dessert-tea_140725-12147.jpg", imageAlt: "Moroccan breakfast" }, - { imageSrc: "http://img.b2bpic.net/free-photo/tea-with-mint-dried-herbs-lemon-sweeties-cup-dark-blue-surface-high-angle-view_176474-6743.jpg", imageAlt: "Fresh mint tea" }, - { imageSrc: "http://img.b2bpic.net/free-photo/plate-with-fresh-food-near-cups-drink_23-2148080968.jpg", imageAlt: "Authentic tagine" }, - { imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-table-still-life_23-2150751959.jpg", imageAlt: "Harira soup bowl" }, + { imageSrc: "http://img.b2bpic.net/free-photo/side-view-breakfast-table-served-with-various-food-fried-eggs-with-tomatoes-sausages-cheese-fresh-salad-dessert-tea_140725-12147.jpg?_wi=1", imageAlt: "Moroccan breakfast" }, + { imageSrc: "http://img.b2bpic.net/free-photo/tea-with-mint-dried-herbs-lemon-sweeties-cup-dark-blue-surface-high-angle-view_176474-6743.jpg?_wi=1", imageAlt: "Fresh mint tea" }, + { imageSrc: "http://img.b2bpic.net/free-photo/plate-with-fresh-food-near-cups-drink_23-2148080968.jpg?_wi=1", imageAlt: "Authentic tagine" }, + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-table-still-life_23-2150751959.jpg?_wi=1", imageAlt: "Harira soup bowl" }, ]} mediaAnimation="opacity" /> @@ -73,11 +73,11 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { id: "1", brand: "Ontbijt", name: "Marokkaans ontbijt", price: "€14.50", rating: 5, reviewCount: "45 reviews", imageSrc: "http://img.b2bpic.net/free-photo/side-view-breakfast-table-served-with-various-food-fried-eggs-with-tomatoes-sausages-cheese-fresh-salad-dessert-tea_140725-12147.jpg" }, + { id: "1", brand: "Ontbijt", name: "Marokkaans ontbijt", price: "€14.50", rating: 5, reviewCount: "45 reviews", imageSrc: "http://img.b2bpic.net/free-photo/side-view-breakfast-table-served-with-various-food-fried-eggs-with-tomatoes-sausages-cheese-fresh-salad-dessert-tea_140725-12147.jpg?_wi=2" }, { id: "2", brand: "Specialiteit", name: "Msemmen met honing", price: "€6.50", rating: 5, reviewCount: "32 reviews", imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-jewish-food-high-angle_23-2148814477.jpg" }, - { id: "3", brand: "Dranken", name: "Verse muntthee", price: "€3.50", rating: 5, reviewCount: "88 reviews", imageSrc: "http://img.b2bpic.net/free-photo/tea-with-mint-dried-herbs-lemon-sweeties-cup-dark-blue-surface-high-angle-view_176474-6743.jpg" }, - { id: "4", brand: "Lunch", name: "Saleya Tagine", price: "€16.00", rating: 4, reviewCount: "25 reviews", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-fresh-food-near-cups-drink_23-2148080968.jpg" }, - { id: "5", brand: "Soep", name: "Harira Soep", price: "€7.00", rating: 5, reviewCount: "40 reviews", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-table-still-life_23-2150751959.jpg" }, + { id: "3", brand: "Dranken", name: "Verse muntthee", price: "€3.50", rating: 5, reviewCount: "88 reviews", imageSrc: "http://img.b2bpic.net/free-photo/tea-with-mint-dried-herbs-lemon-sweeties-cup-dark-blue-surface-high-angle-view_176474-6743.jpg?_wi=2" }, + { id: "4", brand: "Lunch", name: "Saleya Tagine", price: "€16.00", rating: 4, reviewCount: "25 reviews", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-fresh-food-near-cups-drink_23-2148080968.jpg?_wi=2" }, + { id: "5", brand: "Soep", name: "Harira Soep", price: "€7.00", rating: 5, reviewCount: "40 reviews", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-table-still-life_23-2150751959.jpg?_wi=2" }, { id: "6", brand: "Dranken", name: "Verse Jus d'orange", price: "€4.00", rating: 5, reviewCount: "15 reviews", imageSrc: "http://img.b2bpic.net/free-photo/top-view-protein-breakfast-with-eggs-fruit_23-2148230513.jpg" }, ]} title="Populaire gerechten"