Update src/app/gallery/page.tsx

This commit is contained in:
2026-03-07 19:08:26 +00:00
parent 6fb025a7f1
commit 54a666da2d

View File

@@ -78,7 +78,7 @@ export default function GalleryPage() {
name: "Interior Seating",
price: "Welcoming",
variant: "Comfortable & Cozy",
imageSrc: "http://img.b2bpic.net/free-photo/cheese-khachapuri-with-sauce-table_140725-2035.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cheese-khachapuri-with-sauce-table_140725-2035.jpg?_wi=2",
imageAlt: "Cozy café seating area",
},
{
@@ -86,7 +86,7 @@ export default function GalleryPage() {
name: "Fresh Juices Bar",
price: "Refreshing",
variant: "Daily Fresh",
imageSrc: "http://img.b2bpic.net/free-photo/homemade-ice-cream-forms_169016-1845.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/homemade-ice-cream-forms_169016-1845.jpg?_wi=2",
imageAlt: "Colorful fresh juices display",
},
{
@@ -94,7 +94,7 @@ export default function GalleryPage() {
name: "Dessert Selection",
price: "Delightful",
variant: "Homemade",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tasty-muffin-with-forest-fruit-baking-tray_23-2148718779.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tasty-muffin-with-forest-fruit-baking-tray_23-2148718779.jpg?_wi=3",
imageAlt: "Display of homemade pastries and desserts",
},
{
@@ -102,7 +102,7 @@ export default function GalleryPage() {
name: "Coffee Corner",
price: "Premium",
variant: "Expertly Brewed",
imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-beautiful-latte-art-wooden-table_23-2147908330.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-beautiful-latte-art-wooden-table_23-2147908330.jpg?_wi=3",
imageAlt: "Barista preparing espresso drinks",
},
{
@@ -110,7 +110,7 @@ export default function GalleryPage() {
name: "Breakfast Spread",
price: "Filling",
variant: "Fresh Daily",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-bread-breakfast_1220-47.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-bread-breakfast_1220-47.jpg?_wi=2",
imageAlt: "Beautiful breakfast presentation",
},
{
@@ -118,7 +118,7 @@ export default function GalleryPage() {
name: "Outdoor Ambiance",
price: "Relaxing",
variant: "Al Fresco Dining",
imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-brunette-girl-sitting-table-cafe-with-cup-coffee-drink_627829-10597.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-brunette-girl-sitting-table-cafe-with-cup-coffee-drink_627829-10597.jpg?_wi=2",
imageAlt: "Outdoor seating area with natural light",
},
]}