diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 62f34d8..0949f61 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -103,7 +103,7 @@ export default function GalleryPage() { price: "Premium Quality", rating: 5, reviewCount: "Featured", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-choco-eclairs-with-cookies-white-table-cake-dessert-cookie_140725-125940.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-choco-eclairs-with-cookies-white-table-cake-dessert-cookie_140725-125940.jpg", imageAlt: "Beautifully plated gourmet food presentations", }, { @@ -113,7 +113,7 @@ export default function GalleryPage() { price: "Evening Ambiance", rating: 5, reviewCount: "Featured", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-imposes-pineapple-jam-saucer-with-nuts-glass-tea-table_141793-13056.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-imposes-pineapple-jam-saucer-with-nuts-glass-tea-table_141793-13056.jpg", imageAlt: "Traditional shisha lounge with elegant setup", }, { @@ -123,7 +123,7 @@ export default function GalleryPage() { price: "Red Sea Serenity", rating: 5, reviewCount: "Featured", - imageSrc: "http://img.b2bpic.net/free-photo/girl-is-resting-beach-romantic-picnic-sandy-shore-beach-concept-summer-vacation_169016-9842.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/girl-is-resting-beach-romantic-picnic-sandy-shore-beach-concept-summer-vacation_169016-9842.jpg", imageAlt: "Stunning sunset view from beachfront terrace", }, { @@ -133,7 +133,7 @@ export default function GalleryPage() { price: "Sophisticated Space", rating: 5, reviewCount: "Featured", - imageSrc: "http://img.b2bpic.net/free-photo/computer-desktop-table_23-2147936237.jpg?_wi=4", + imageSrc: "http://img.b2bpic.net/free-photo/computer-desktop-table_23-2147936237.jpg", imageAlt: "Modern and elegant café interior design", }, ]} @@ -148,7 +148,7 @@ export default function GalleryPage() {