Update src/app/page.tsx
This commit is contained in:
@@ -54,7 +54,7 @@ export default function HomePage() {
|
||||
{ text: "Order Online", href: "/orders" },
|
||||
]}
|
||||
layoutOrder="default"
|
||||
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=1"
|
||||
imageAlt="El Chico Restaurant elegant dining ambience"
|
||||
frameStyle="card"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -115,7 +115,7 @@ export default function HomePage() {
|
||||
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",
|
||||
"http://img.b2bpic.net/free-photo/top-view-stir-fried-noodles-with-vegetables-shrimps-plate-wood-table_141793-12023.jpg?_wi=1",
|
||||
imageAlt: "Pan Fried Noodles signature dish",
|
||||
},
|
||||
{
|
||||
@@ -123,7 +123,7 @@ export default function HomePage() {
|
||||
name: "Cappuccino",
|
||||
price: "₹180",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-woman-eating-croissants-cafe_1303-20409.jpg",
|
||||
"http://img.b2bpic.net/free-photo/young-woman-eating-croissants-cafe_1303-20409.jpg?_wi=1",
|
||||
imageAlt: "Cappuccino coffee beverage",
|
||||
},
|
||||
{
|
||||
@@ -131,7 +131,7 @@ export default function HomePage() {
|
||||
name: "Lasagna",
|
||||
price: "₹420",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/caesar-salad-with-chicken-parmesan-lettuce-tomato-bread-stuffing_140725-6528.jpg",
|
||||
"http://img.b2bpic.net/free-photo/caesar-salad-with-chicken-parmesan-lettuce-tomato-bread-stuffing_140725-6528.jpg?_wi=1",
|
||||
imageAlt: "Lasagna Italian pasta dish",
|
||||
},
|
||||
{
|
||||
@@ -139,7 +139,7 @@ export default function HomePage() {
|
||||
name: "Chocolate Brownie",
|
||||
price: "₹280",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-view-delicious-chocolate-cake_23-2148549967.jpg",
|
||||
"http://img.b2bpic.net/free-photo/close-up-view-delicious-chocolate-cake_23-2148549967.jpg?_wi=1",
|
||||
imageAlt: "Chocolate Brownie dessert",
|
||||
},
|
||||
{
|
||||
@@ -147,7 +147,7 @@ export default function HomePage() {
|
||||
name: "Garlic Naan",
|
||||
price: "₹120",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086021.jpg",
|
||||
"http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086021.jpg?_wi=1",
|
||||
imageAlt: "Garlic Naan Indian bread",
|
||||
},
|
||||
]}
|
||||
@@ -169,7 +169,7 @@ export default function HomePage() {
|
||||
title: "Indian Classics",
|
||||
tags: ["Traditional", "Flavorful"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086021.jpg",
|
||||
"http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086021.jpg?_wi=2",
|
||||
imageAlt: "Indian Classics cuisine",
|
||||
},
|
||||
{
|
||||
@@ -177,7 +177,7 @@ export default function HomePage() {
|
||||
title: "Italian Favorites",
|
||||
tags: ["Authentic", "Fresh"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/caesar-salad-with-chicken-parmesan-lettuce-tomato-bread-stuffing_140725-6528.jpg",
|
||||
"http://img.b2bpic.net/free-photo/caesar-salad-with-chicken-parmesan-lettuce-tomato-bread-stuffing_140725-6528.jpg?_wi=2",
|
||||
imageAlt: "Italian Favorites cuisine",
|
||||
},
|
||||
{
|
||||
@@ -185,7 +185,7 @@ export default function HomePage() {
|
||||
title: "Chinese Delights",
|
||||
tags: ["Wok-Tossed", "Bold"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/top-view-stir-fried-noodles-with-vegetables-shrimps-plate-wood-table_141793-12023.jpg",
|
||||
"http://img.b2bpic.net/free-photo/top-view-stir-fried-noodles-with-vegetables-shrimps-plate-wood-table_141793-12023.jpg?_wi=2",
|
||||
imageAlt: "Chinese Delights cuisine",
|
||||
},
|
||||
{
|
||||
@@ -193,7 +193,7 @@ export default function HomePage() {
|
||||
title: "Mexican Spice",
|
||||
tags: ["Vibrant", "Fresh"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-woman-eating-croissants-cafe_1303-20409.jpg",
|
||||
"http://img.b2bpic.net/free-photo/young-woman-eating-croissants-cafe_1303-20409.jpg?_wi=2",
|
||||
imageAlt: "Mexican Spice cuisine",
|
||||
},
|
||||
{
|
||||
@@ -201,7 +201,7 @@ export default function HomePage() {
|
||||
title: "Bakery & Desserts",
|
||||
tags: ["Artisan", "Decadent"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-view-delicious-chocolate-cake_23-2148549967.jpg",
|
||||
"http://img.b2bpic.net/free-photo/close-up-view-delicious-chocolate-cake_23-2148549967.jpg?_wi=2",
|
||||
imageAlt: "Bakery & Desserts selection",
|
||||
},
|
||||
]}
|
||||
@@ -294,7 +294,7 @@ export default function HomePage() {
|
||||
{/* Footer */}
|
||||
<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=1"
|
||||
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