From ed3f41a41a76c2cb71eb0bccb8cefb547cebc158 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 08:10:20 +0000 Subject: [PATCH] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index c961163..e84f15d 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -58,7 +58,7 @@ const GalleryPage = () => { tagIcon={Camera} tagAnimation="slide-up" background={{ variant: "radial-gradient" }} - imageSrc="http://img.b2bpic.net/free-photo/jar-various-cookies-with-latte-coffee-cup-cafe-counter_23-2148209234.jpg" + imageSrc="http://img.b2bpic.net/free-photo/jar-various-cookies-with-latte-coffee-cup-cafe-counter_23-2148209234.jpg?_wi=4" imageAlt="Suto Cafe gallery showcase of ambience and food" buttons={[ { @@ -86,7 +86,7 @@ const GalleryPage = () => { price: "₹150-250", rating: 5, reviewCount: "200+", - imageSrc: "http://img.b2bpic.net/free-photo/cups-coffee-table_23-2148900626.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cups-coffee-table_23-2148900626.jpg?_wi=2", imageAlt: "Specialty coffee collection on wooden table", }, { @@ -96,7 +96,7 @@ const GalleryPage = () => { price: "₹120-200", rating: 5, reviewCount: "150+", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-plum-pie-with-chemex-coffee-ingredients-with-fabric-wooden-table-with-fabric_181624-27722.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-plum-pie-with-chemex-coffee-ingredients-with-fabric-wooden-table-with-fabric_181624-27722.jpg?_wi=2", imageAlt: "Fresh artisan pastries with coffee setup", }, { @@ -106,7 +106,7 @@ const GalleryPage = () => { price: "₹200-350", rating: 5, reviewCount: "120+", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-sandwich-with-vegetables_23-2148454710.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-sandwich-with-vegetables_23-2148454710.jpg?_wi=2", imageAlt: "Gourmet sandwich with fresh ingredients", }, ]}