Update src/app/gallery/page.tsx

This commit is contained in:
2026-03-14 13:32:03 +00:00
parent 4ec41db9e6
commit 33ca6d41de

View File

@@ -77,7 +77,7 @@ export default function GalleryPage() {
price: "Golden Hour",
rating: 5,
reviewCount: "Photos",
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-having-fun-food-festival_23-2149490825.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-having-fun-food-festival_23-2149490825.jpg?_wi=2",
imageAlt: "peaceful rooftop dining during sunset",
},
{
@@ -87,7 +87,7 @@ export default function GalleryPage() {
price: "Freshly Made",
rating: 5,
reviewCount: "Photos",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-eating-together_23-2149152901.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-eating-together_23-2149152901.jpg?_wi=4",
imageAlt: "beautiful chinese food plated presentation",
},
{
@@ -97,7 +97,7 @@ export default function GalleryPage() {
price: "Warm Lights",
rating: 5,
reviewCount: "Photos",
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-fun-night_23-2149236889.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-fun-night_23-2149236889.jpg?_wi=2",
imageAlt: "rooftop dinner at night with warm lights",
},
{
@@ -107,7 +107,7 @@ export default function GalleryPage() {
price: "Happy Moments",
rating: 5,
reviewCount: "Photos",
imageSrc: "http://img.b2bpic.net/free-photo/friends-holding-watermelon-slices-close-up_23-2149073111.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/friends-holding-watermelon-slices-close-up_23-2149073111.jpg?_wi=2",
imageAlt: "friends gathering rooftop dinner celebration",
},
]}