Update src/app/gallery/page.tsx
This commit is contained in:
@@ -86,31 +86,31 @@ export default function GalleryPage() {
|
||||
id: "1",
|
||||
title: "Elegant Interiors",
|
||||
tags: ["Premium", "Ambience"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-looking-through-menu-restaurant_23-2150520061.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-looking-through-menu-restaurant_23-2150520061.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Culinary Artistry",
|
||||
tags: ["Chef-Crafted", "Presentation"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-breast-topped-with-fried-vegetables_140725-2712.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-breast-topped-with-fried-vegetables_140725-2712.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Signature Dishes",
|
||||
tags: ["Handcrafted", "Favorites"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-stir-fried-noodles-with-vegetables-shrimps-plate-wood-table_141793-12023.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-stir-fried-noodles-with-vegetables-shrimps-plate-wood-table_141793-12023.jpg?_wi=6",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Fine Dining Service",
|
||||
tags: ["Excellence", "Care"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-christmas-table-decoration-with-festive-dinnerware-with-candles-new-year-eve-concept_132075-11250.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-christmas-table-decoration-with-festive-dinnerware-with-candles-new-year-eve-concept_132075-11250.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Bakery Collection",
|
||||
tags: ["Artisan", "Premium"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/many-mixed-alternative-baked-breads-presented-sale-rustic-wooden-table-professional-bakery-made-from-pistachio_346278-834.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/many-mixed-alternative-baked-breads-presented-sale-rustic-wooden-table-professional-bakery-made-from-pistachio_346278-834.jpg?_wi=3",
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -128,25 +128,25 @@ export default function GalleryPage() {
|
||||
id: "1",
|
||||
name: "Pan Fried Noodles",
|
||||
price: "₹350",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-stir-fried-noodles-with-vegetables-shrimps-plate-wood-table_141793-12023.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-stir-fried-noodles-with-vegetables-shrimps-plate-wood-table_141793-12023.jpg?_wi=7",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Cappuccino",
|
||||
price: "₹180",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-croissants-cafe_1303-20409.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-croissants-cafe_1303-20409.jpg?_wi=6",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Lasagna",
|
||||
price: "₹420",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-chicken-parmesan-lettuce-tomato-bread-stuffing_140725-6528.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-chicken-parmesan-lettuce-tomato-bread-stuffing_140725-6528.jpg?_wi=6",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Chocolate Brownie",
|
||||
price: "₹280",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-chocolate-cake_23-2148549967.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-chocolate-cake_23-2148549967.jpg?_wi=6",
|
||||
},
|
||||
]}
|
||||
gridVariant="bento-grid"
|
||||
@@ -160,7 +160,7 @@ export default function GalleryPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/rustic-chandelier-made-bulbs-ropes-dining-table-vintage-kitchen_181624-9173.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/rustic-chandelier-made-bulbs-ropes-dining-table-vintage-kitchen_181624-9173.jpg?_wi=5"
|
||||
imageAlt="El Chico Restaurant exterior Civil Lines Prayagraj"
|
||||
logoText="EL CHICO"
|
||||
copyrightText="© 1964-2025 EL CHICO Restaurant. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user