From a243565cab665b1930371f4552487009033ba686 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 14:57:07 +0000 Subject: [PATCH 1/2] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index afa7181..43755b7 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -58,7 +58,7 @@ export default function LandingPage() { name: "Triple Chocolate", price: "₺95", variant: "Gourmet", - imageSrc: "http://img.b2bpic.net/free-photo/belgian-waffle-with-roses-bouquet-coffee-cup_23-2148031711.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/belgian-waffle-with-roses-bouquet-coffee-cup_23-2148031711.jpg?_wi=1", }, { id: "3", @@ -79,7 +79,7 @@ export default function LandingPage() { name: "Mixed Fruit", price: "₺85", variant: "Healthy", - imageSrc: "http://img.b2bpic.net/free-photo/traditional-belgian-waffles-with-fresh-berries-honey-grey-concrete-surface_114579-5304.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/traditional-belgian-waffles-with-fresh-berries-honey-grey-concrete-surface_114579-5304.jpg?_wi=1", }, { id: "6", @@ -107,13 +107,13 @@ export default function LandingPage() { id: "m1", name: "Nutella Blast", price: "₺105", - imageSrc: "http://img.b2bpic.net/free-photo/belgian-waffle-with-roses-bouquet-coffee-cup_23-2148031711.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/belgian-waffle-with-roses-bouquet-coffee-cup_23-2148031711.jpg?_wi=2", }, { id: "m2", name: "Forest Berry", price: "₺95", - imageSrc: "http://img.b2bpic.net/free-photo/traditional-belgian-waffles-with-fresh-berries-honey-grey-concrete-surface_114579-5304.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/traditional-belgian-waffles-with-fresh-berries-honey-grey-concrete-surface_114579-5304.jpg?_wi=2", }, ]} /> -- 2.49.1 From f4622db68da6c7d9d253a67aee39cdfb4098fa89 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 14:57:08 +0000 Subject: [PATCH 2/2] 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 b1836b6..ef7ffb6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,22 +58,22 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/waffle-pile-with-honey_23-2148079614.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/waffle-pile-with-honey_23-2148079614.jpg?_wi=1", imageAlt: "Fresh waffle", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/marmalade-waffles-breakfast_23-2148574548.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/marmalade-waffles-breakfast_23-2148574548.jpg?_wi=1", imageAlt: "Waffle with berries", }, { id: "3", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pancakes_23-2147788601.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pancakes_23-2147788601.jpg?_wi=1", imageAlt: "Chocolate waffle", }, { id: "4", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-creamy-cake-with-fruits-light-table-biscuit-sweet-cake-dessert_140725-81788.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-creamy-cake-with-fruits-light-table-biscuit-sweet-cake-dessert_140725-81788.jpg?_wi=1", imageAlt: "Waffle shop", }, { @@ -152,28 +152,28 @@ export default function LandingPage() { title: "Fresh Dough", description: "Made from scratch every morning.", buttonIcon: "Wheat", - imageSrc: "http://img.b2bpic.net/free-photo/waffle-pile-with-honey_23-2148079614.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/waffle-pile-with-honey_23-2148079614.jpg?_wi=2", imageAlt: "delicious waffle with syrup", }, { title: "Premium Ingredients", description: "Only the finest chocolate and fruit.", buttonIcon: "Star", - imageSrc: "http://img.b2bpic.net/free-photo/marmalade-waffles-breakfast_23-2148574548.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/marmalade-waffles-breakfast_23-2148574548.jpg?_wi=2", imageAlt: "waffle with berries and cream", }, { title: "Artisanal Style", description: "Crafted with authentic tradition.", buttonIcon: "ChefHat", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pancakes_23-2147788601.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pancakes_23-2147788601.jpg?_wi=2", imageAlt: "chocolate sauce on waffle", }, { title: "Fast Service", description: "Hot and ready when you want it.", buttonIcon: "Zap", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-creamy-cake-with-fruits-light-table-biscuit-sweet-cake-dessert_140725-81788.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-creamy-cake-with-fruits-light-table-biscuit-sweet-cake-dessert_140725-81788.jpg?_wi=2", imageAlt: "waffle bar menu items", }, ]} -- 2.49.1