From f4622db68da6c7d9d253a67aee39cdfb4098fa89 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 14:57:08 +0000 Subject: [PATCH] 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", }, ]}