Update src/app/gallery/page.tsx

This commit is contained in:
2026-03-09 10:16:28 +00:00
parent 65123536ea
commit 3bca393ec9

View File

@@ -64,7 +64,7 @@ export default function GalleryPage() {
name: "Sushi & Sashimi",
price: "Premium Selection",
variant: "Fresh Daily",
imageSrc: "http://img.b2bpic.net/free-photo/colorful-assortment-sushi-rolls_53876-71478.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/colorful-assortment-sushi-rolls_53876-71478.jpg?_wi=4",
imageAlt: "Premium sushi selection",
},
{
@@ -72,7 +72,7 @@ export default function GalleryPage() {
name: "Seafood Delights",
price: "Premium Selection",
variant: "Ice Served",
imageSrc: "http://img.b2bpic.net/free-photo/festive-woven-gift-basket-man-with-crayfish-lemons_132075-5870.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/festive-woven-gift-basket-man-with-crayfish-lemons_132075-5870.jpg?_wi=4",
imageAlt: "Fresh seafood",
},
{
@@ -80,7 +80,7 @@ export default function GalleryPage() {
name: "Grill & Steaks",
price: "Premium Selection",
variant: "Hot Ready",
imageSrc: "http://img.b2bpic.net/free-photo/roasted-rib-with-sliced-fried-vegetables-sauce_141793-1248.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/roasted-rib-with-sliced-fried-vegetables-sauce_141793-1248.jpg?_wi=3",
imageAlt: "Premium grilled steaks",
},
{
@@ -88,7 +88,7 @@ export default function GalleryPage() {
name: "Pasta & Italian",
price: "Premium Selection",
variant: "Made Fresh",
imageSrc: "http://img.b2bpic.net/free-photo/various-uncooked-pasta-wooden-spoons-dark_114579-38998.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/various-uncooked-pasta-wooden-spoons-dark_114579-38998.jpg?_wi=3",
imageAlt: "Italian pasta dishes",
},
{
@@ -96,7 +96,7 @@ export default function GalleryPage() {
name: "Asian Wok",
price: "Premium Selection",
variant: "Hot & Spicy",
imageSrc: "http://img.b2bpic.net/free-photo/fried-vegetables-with-sauce-pan_1220-5283.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fried-vegetables-with-sauce-pan_1220-5283.jpg?_wi=4",
imageAlt: "Asian wok dishes",
},
{
@@ -104,7 +104,7 @@ export default function GalleryPage() {
name: "Desserts & Crepes",
price: "Premium Selection",
variant: "Sweet Indulgence",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-chocolate-roll-cake-along-with-cranberries-fruits-pink-surface_140725-20239.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-chocolate-roll-cake-along-with-cranberries-fruits-pink-surface_140725-20239.jpg?_wi=3",
imageAlt: "Gourmet desserts",
},
]}
@@ -127,28 +127,28 @@ export default function GalleryPage() {
id: "01",
title: "All-You-Can-Eat",
description: "Unlimited servings of 200+ carefully curated dishes from around the world",
imageSrc: "http://img.b2bpic.net/free-photo/colorful-assortment-sushi-rolls_53876-71478.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/colorful-assortment-sushi-rolls_53876-71478.jpg?_wi=5",
imageAlt: "Unlimited all-you-can-eat dining",
},
{
id: "02",
title: "Fresh Seafood & Sushi",
description: "Premium sushi, sashimi, oysters, and daily-fresh seafood selections",
imageSrc: "http://img.b2bpic.net/free-photo/festive-woven-gift-basket-man-with-crayfish-lemons_132075-5870.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/festive-woven-gift-basket-man-with-crayfish-lemons_132075-5870.jpg?_wi=5",
imageAlt: "Fresh premium seafood",
},
{
id: "03",
title: "Global Menu",
description: "Journey through Asia, Europe and beyond with authentic international cuisine",
imageSrc: "http://img.b2bpic.net/free-photo/fried-vegetables-with-sauce-pan_1220-5283.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fried-vegetables-with-sauce-pan_1220-5283.jpg?_wi=5",
imageAlt: "International global cuisine",
},
{
id: "04",
title: "Family Friendly",
description: "Perfect for couples, families, groups, and corporate celebrations",
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-eating-salad-restaurant_23-2148014506.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-eating-salad-restaurant_23-2148014506.jpg?_wi=2",
imageAlt: "Family dining experience",
},
]}