Merge version_1 into main #1

Merged
bender merged 7 commits from version_1 into main 2026-03-07 15:42:57 +00:00
7 changed files with 1413 additions and 46 deletions

View File

@@ -47,7 +47,7 @@ export default function AboutPage() {
description="El Chico's Founding Story"
subdescription="Established in Prayagraj, Civil Lines"
icon={Heart}
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=1"
imageAlt="El Chico Restaurant heritage and history"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -65,7 +65,7 @@ export default function AboutPage() {
title: "Elegant Interiors",
tags: ["Premium", "Ambience"],
imageSrc:
"http://img.b2bpic.net/free-photo/man-looking-through-menu-restaurant_23-2150520061.jpg",
"http://img.b2bpic.net/free-photo/man-looking-through-menu-restaurant_23-2150520061.jpg?_wi=2",
imageAlt: "El Chico elegant restaurant interior",
},
{
@@ -73,7 +73,7 @@ export default function AboutPage() {
title: "Culinary Artistry",
tags: ["Chef-Crafted", "Presentation"],
imageSrc:
"http://img.b2bpic.net/free-photo/chicken-breast-topped-with-fried-vegetables_140725-2712.jpg",
"http://img.b2bpic.net/free-photo/chicken-breast-topped-with-fried-vegetables_140725-2712.jpg?_wi=1",
imageAlt: "Professional culinary plating at El Chico",
},
{
@@ -81,7 +81,7 @@ export default function AboutPage() {
title: "Exceptional Service",
tags: ["Attentive", "Professional"],
imageSrc:
"http://img.b2bpic.net/free-photo/photo-christmas-table-decoration-with-festive-dinnerware-with-candles-new-year-eve-concept_132075-11250.jpg",
"http://img.b2bpic.net/free-photo/photo-christmas-table-decoration-with-festive-dinnerware-with-candles-new-year-eve-concept_132075-11250.jpg?_wi=2",
imageAlt: "Premium dining setup and service",
},
]}
@@ -94,7 +94,7 @@ export default function AboutPage() {
{/* 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=3"
imageAlt="El Chico Restaurant exterior Civil Lines Prayagraj"
logoText="EL CHICO"
copyrightText="© 1964-2025 EL CHICO Restaurant. All rights reserved."

View File

@@ -47,7 +47,7 @@ export default function BakeryPage() {
description="Artisanal Cakes & Pastries"
subdescription="Since 1964 Crafted Excellence"
icon={Cake}
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=1"
imageAlt="Premium bakery collection cakes pastries desserts"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -65,7 +65,7 @@ export default function BakeryPage() {
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=5",
imageAlt: "Chocolate Brownie dessert",
},
{
@@ -73,7 +73,7 @@ export default function BakeryPage() {
name: "Cappuccino Cake",
price: "₹450",
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=5",
imageAlt: "Cappuccino cake specialty",
},
{
@@ -81,7 +81,7 @@ export default function BakeryPage() {
name: "Artisan Pastries",
price: "₹320",
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",
"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=2",
imageAlt: "Assorted artisan pastries",
},
{
@@ -89,7 +89,7 @@ export default function BakeryPage() {
name: "Layered Cake",
price: "₹520",
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=5",
imageAlt: "Layered premium cake",
},
{
@@ -97,7 +97,7 @@ export default function BakeryPage() {
name: "Seasonal Specials",
price: "₹380",
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=5",
imageAlt: "Seasonal bakery specials",
},
]}
@@ -111,7 +111,7 @@ export default function BakeryPage() {
{/* 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=4"
imageAlt="El Chico Restaurant exterior Civil Lines Prayagraj"
logoText="EL CHICO"
copyrightText="© 1964-2025 EL CHICO Restaurant. All rights reserved."

View File

@@ -114,7 +114,7 @@ export default function ContactPage() {
<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=6"
imageAlt="El Chico Restaurant exterior Civil Lines Prayagraj"
logoText="EL CHICO"
copyrightText="© 1964-2025 EL CHICO Restaurant. All rights reserved."

View File

@@ -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."

File diff suppressed because it is too large Load Diff

View File

@@ -51,35 +51,35 @@ export default function MenuPage() {
id: "1",
title: "Indian Classics",
tags: ["Traditional", "Flavorful"],
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086021.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086021.jpg?_wi=3",
imageAlt: "Traditional Indian curry and garlic naan",
},
{
id: "2",
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",
imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-chicken-parmesan-lettuce-tomato-bread-stuffing_140725-6528.jpg?_wi=3",
imageAlt: "Authentic Italian lasagna and fresh ingredients",
},
{
id: "3",
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",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-stir-fried-noodles-with-vegetables-shrimps-plate-wood-table_141793-12023.jpg?_wi=3",
imageAlt: "Bold Chinese stir-fried noodles with shrimps",
},
{
id: "4",
title: "Mexican Spice",
tags: ["Vibrant", "Fresh"],
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=3",
imageAlt: "Vibrant Mexican cuisine with fresh ingredients",
},
{
id: "5",
title: "Bakery & Desserts",
tags: ["Artisan", "Decadent"],
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=3",
imageAlt: "Decadent artisan desserts and cakes",
},
]}
@@ -98,35 +98,35 @@ export default function MenuPage() {
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=4",
imageAlt: "Pan fried noodles with vegetables and shrimps",
},
{
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=4",
imageAlt: "Premium cappuccino with latte art",
},
{
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=4",
imageAlt: "Classic lasagna with cheese and sauce",
},
{
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=4",
imageAlt: "Decadent chocolate brownie dessert",
},
{
id: "5",
name: "Garlic Naan",
price: "₹120",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086021.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086021.jpg?_wi=4",
imageAlt: "Fresh garlic naan bread from tandoor",
},
]}
@@ -185,7 +185,7 @@ export default function MenuPage() {
<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=2"
imageAlt="El Chico Restaurant exterior Civil Lines Prayagraj"
logoText="EL CHICO"
copyrightText="© 1964-2025 EL CHICO Restaurant. All rights reserved."

View File

@@ -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."