Update src/app/gallery/page.tsx

This commit is contained in:
2026-03-05 01:56:24 +00:00
parent 4699730a4a
commit b2692f51aa

View File

@@ -53,7 +53,7 @@ export default function GalleryPage() {
role: "Seating",
company: "Main Lounge",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cozy-cafe_1098-13854.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cozy-cafe_1098-13854.jpg?_wi=2",
imageAlt: "Cozy cafe interior seating",
},
{
@@ -62,7 +62,7 @@ export default function GalleryPage() {
role: "Service",
company: "Main Bar",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/ceramic-cups-coffee-machine_23-2147830564.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/ceramic-cups-coffee-machine_23-2147830564.jpg?_wi=2",
imageAlt: "Coffee counter and espresso machine",
},
{
@@ -71,7 +71,7 @@ export default function GalleryPage() {
role: "Entrance",
company: "Street Presence",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-redhead-girl-drinks-coffee-sitting-near-coffee-shop-relaxing-after-riding-skateboard_613910-18845.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-redhead-girl-drinks-coffee-sitting-near-coffee-shop-relaxing-after-riding-skateboard_613910-18845.jpg?_wi=2",
imageAlt: "Cafe storefront view",
},
{
@@ -80,7 +80,7 @@ export default function GalleryPage() {
role: "Detail",
company: "Craftsmanship",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/coffee-with-heart-pattern-wooden-background_1232-2090.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/coffee-with-heart-pattern-wooden-background_1232-2090.jpg?_wi=2",
imageAlt: "Latte art with heart pattern",
},
]}