Update src/app/gallery/page.tsx

This commit is contained in:
2026-03-19 08:10:20 +00:00
parent 6899ff319d
commit ed3f41a41a

View File

@@ -58,7 +58,7 @@ const GalleryPage = () => {
tagIcon={Camera}
tagAnimation="slide-up"
background={{ variant: "radial-gradient" }}
imageSrc="http://img.b2bpic.net/free-photo/jar-various-cookies-with-latte-coffee-cup-cafe-counter_23-2148209234.jpg"
imageSrc="http://img.b2bpic.net/free-photo/jar-various-cookies-with-latte-coffee-cup-cafe-counter_23-2148209234.jpg?_wi=4"
imageAlt="Suto Cafe gallery showcase of ambience and food"
buttons={[
{
@@ -86,7 +86,7 @@ const GalleryPage = () => {
price: "₹150-250",
rating: 5,
reviewCount: "200+",
imageSrc: "http://img.b2bpic.net/free-photo/cups-coffee-table_23-2148900626.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cups-coffee-table_23-2148900626.jpg?_wi=2",
imageAlt: "Specialty coffee collection on wooden table",
},
{
@@ -96,7 +96,7 @@ const GalleryPage = () => {
price: "₹120-200",
rating: 5,
reviewCount: "150+",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-plum-pie-with-chemex-coffee-ingredients-with-fabric-wooden-table-with-fabric_181624-27722.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-plum-pie-with-chemex-coffee-ingredients-with-fabric-wooden-table-with-fabric_181624-27722.jpg?_wi=2",
imageAlt: "Fresh artisan pastries with coffee setup",
},
{
@@ -106,7 +106,7 @@ const GalleryPage = () => {
price: "₹200-350",
rating: 5,
reviewCount: "120+",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-sandwich-with-vegetables_23-2148454710.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-sandwich-with-vegetables_23-2148454710.jpg?_wi=2",
imageAlt: "Gourmet sandwich with fresh ingredients",
},
]}