Update src/app/gallery/page.tsx
This commit is contained in:
@@ -89,7 +89,7 @@ export default function GalleryPage() {
|
||||
name: "Chicken Shawarma",
|
||||
price: "₹250",
|
||||
variant: "Spiced to Perfection",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-doner-wrap-with-vegetables_140725-10472.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-doner-wrap-with-vegetables_140725-10472.jpg?_wi=4",
|
||||
imageAlt: "Chicken Shawarma",
|
||||
},
|
||||
{
|
||||
@@ -97,7 +97,7 @@ export default function GalleryPage() {
|
||||
name: "Beef Burger Deluxe",
|
||||
price: "₹300",
|
||||
variant: "Premium Beef Patty",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-hot-burger-with-cold-beer-table-dark-blue-background_181624-58594.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-hot-burger-with-cold-beer-table-dark-blue-background_181624-58594.jpg?_wi=4",
|
||||
imageAlt: "Beef Burger",
|
||||
},
|
||||
{
|
||||
@@ -105,7 +105,7 @@ export default function GalleryPage() {
|
||||
name: "Cheese Pizza",
|
||||
price: "₹280",
|
||||
variant: "Loaded with Cheese",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-baked-pizza-oven-grate_23-2148120176.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-baked-pizza-oven-grate_23-2148120176.jpg?_wi=4",
|
||||
imageAlt: "Cheese Pizza",
|
||||
},
|
||||
{
|
||||
@@ -113,7 +113,7 @@ export default function GalleryPage() {
|
||||
name: "Arabian Pasta",
|
||||
price: "₹220",
|
||||
variant: "Creamy & Aromatic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serving-homemade-pappardelle-pasta-with-mushrooms-parmesan-cheese_53876-105902.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serving-homemade-pappardelle-pasta-with-mushrooms-parmesan-cheese_53876-105902.jpg?_wi=2",
|
||||
imageAlt: "Arabian Pasta",
|
||||
},
|
||||
]}
|
||||
@@ -137,7 +137,7 @@ export default function GalleryPage() {
|
||||
author: "Comfortable Space",
|
||||
description: "Our restaurant features comfortable seating arrangements designed for intimate dinners, family meals, and group hangouts. Every seat offers a perfect view of our kitchen.",
|
||||
tags: ["Comfortable", "Spacious", "Private Sections"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
@@ -145,7 +145,7 @@ export default function GalleryPage() {
|
||||
author: "Open Concept",
|
||||
description: "Watch our skilled chefs prepare your meal in our open kitchen. See the passion and precision that goes into every dish we create.",
|
||||
tags: ["Professional Chefs", "Clean", "Modern Equipment"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cook-kitchen-putting-ingredients-pizza-old-wooden-background-pizza-concept-production-delivery-food-cooking-concept-close-up_639032-447.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cook-kitchen-putting-ingredients-pizza-old-wooden-background-pizza-concept-production-delivery-food-cooking-concept-close-up_639032-447.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
@@ -153,7 +153,7 @@ export default function GalleryPage() {
|
||||
author: "Ambiance Design",
|
||||
description: "Soft, warm lighting creates the perfect atmosphere for memorable meals and conversations. Our interior design reflects Turkish and Arabian elegance.",
|
||||
tags: ["Welcoming", "Elegant", "Photo-worthy"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg?_wi=3",
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user