Update src/app/gallery/page.tsx

This commit is contained in:
2026-03-08 04:05:37 +00:00
parent 6bd2e1bd2c
commit 4471a358e5

View File

@@ -52,7 +52,7 @@ export default function GalleryPage() {
price: "$22",
variant: "Served with cilantro lime sauce",
imageSrc:
"http://img.b2bpic.net/free-photo/homemade-chicken-tacos-food-recipe-idea_53876-95997.jpg",
"http://img.b2bpic.net/free-photo/homemade-chicken-tacos-food-recipe-idea_53876-95997.jpg?_wi=3",
imageAlt: "Charred steak tacos",
},
{
@@ -61,7 +61,7 @@ export default function GalleryPage() {
price: "$28",
variant: "With tropical mango salsa",
imageSrc:
"http://img.b2bpic.net/free-photo/fried-fish-narsharab-sauce_140725-4677.jpg",
"http://img.b2bpic.net/free-photo/fried-fish-narsharab-sauce_140725-4677.jpg?_wi=4",
imageAlt: "Pan-seared mahi mahi",
},
{
@@ -70,7 +70,7 @@ export default function GalleryPage() {
price: "$18",
variant: "Slow-roasted with house sauce",
imageSrc:
"http://img.b2bpic.net/free-photo/top-view-liver-pate-with-onion-bread_141793-4065.jpg",
"http://img.b2bpic.net/free-photo/top-view-liver-pate-with-onion-bread_141793-4065.jpg?_wi=3",
imageAlt: "BBQ pork sandwich",
},
{
@@ -79,7 +79,7 @@ export default function GalleryPage() {
price: "$12",
variant: "With berry compote",
imageSrc:
"http://img.b2bpic.net/free-photo/front-view-red-nougat-sliced-with-nuts-fresh-red-strawberries-white-surface-sweet-dessert-nougat-nut-cake-biscuit_140725-53318.jpg",
"http://img.b2bpic.net/free-photo/front-view-red-nougat-sliced-with-nuts-fresh-red-strawberries-white-surface-sweet-dessert-nougat-nut-cake-biscuit_140725-53318.jpg?_wi=3",
imageAlt: "Chocolate mousse dessert",
},
]}
@@ -111,7 +111,7 @@ export default function GalleryPage() {
"This place should always be hopping! Everything is perfect! From the food to the service, every detail shows how much they care.",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-smiley-woman-therapy_23-2148928886.jpg",
"http://img.b2bpic.net/free-photo/close-up-smiley-woman-therapy_23-2148928886.jpg?_wi=3",
imageAlt: "professional headshot woman smiling portrait",
},
{
@@ -122,7 +122,7 @@ export default function GalleryPage() {
"Best fine dining in Freeport! The creativity and quality are unmatched. Perfect for date night or celebrating with friends.",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-upset-woman-black-shirt-posing-white-background-high-quality-photo_114579-60988.jpg",
"http://img.b2bpic.net/free-photo/portrait-upset-woman-black-shirt-posing-white-background-high-quality-photo_114579-60988.jpg?_wi=3",
imageAlt: "professional headshot woman diverse portrait",
},
]}