Update src/app/page.tsx
This commit is contained in:
188
src/app/page.tsx
188
src/app/page.tsx
@@ -21,7 +21,7 @@ export default function HomePage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="smallMedium"
|
||||
sizing="medium"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -48,13 +48,13 @@ export default function HomePage() {
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="EL CHICO"
|
||||
description="A Legendary Dining Experience Since 1964 – Prayagraj's iconic multi-cuisine restaurant serving unforgettable flavours for generations."
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Reserve Table", href: "/reservations" },
|
||||
{ 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?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/photo-christmas-table-decoration-with-festive-dinnerware-with-candles-new-year-eve-concept_132075-11250.jpg"
|
||||
imageAlt="El Chico Restaurant elegant dining ambience"
|
||||
frameStyle="card"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -69,35 +69,19 @@ export default function HomePage() {
|
||||
description="Trusted by thousands of diners for unforgettable experiences"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "60",
|
||||
title: "Years",
|
||||
description: "Serving since 1964",
|
||||
icon: Award,
|
||||
id: "1", value: "60", title: "Years", description: "Serving since 1964", icon: Award,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "4.2",
|
||||
title: "Rating",
|
||||
description: "12,000+ Reviews",
|
||||
icon: Star,
|
||||
id: "2", value: "4.2", title: "Rating", description: "12,000+ Reviews", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "5",
|
||||
title: "Cuisines",
|
||||
description: "Multi-cuisine expertise",
|
||||
icon: ChefHat,
|
||||
id: "3", value: "5", title: "Cuisines", description: "Multi-cuisine expertise", icon: ChefHat,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "1",
|
||||
title: "Location",
|
||||
description: "Civil Lines Prime Location",
|
||||
icon: MapPin,
|
||||
id: "4", value: "1", title: "Location", description: "Civil Lines Prime Location", icon: MapPin,
|
||||
},
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -111,45 +95,20 @@ export default function HomePage() {
|
||||
description="Handcrafted favorites that define our culinary legacy"
|
||||
products={[
|
||||
{
|
||||
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?_wi=1",
|
||||
imageAlt: "Pan Fried Noodles signature dish",
|
||||
},
|
||||
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", imageAlt: "Pan Fried Noodles signature dish"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Cappuccino",
|
||||
price: "₹180",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-woman-eating-croissants-cafe_1303-20409.jpg?_wi=1",
|
||||
imageAlt: "Cappuccino coffee beverage",
|
||||
},
|
||||
id: "2", name: "Cappuccino", price: "₹180", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-woman-eating-croissants-cafe_1303-20409.jpg", imageAlt: "Cappuccino coffee beverage"},
|
||||
{
|
||||
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?_wi=1",
|
||||
imageAlt: "Lasagna Italian pasta dish",
|
||||
},
|
||||
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", imageAlt: "Lasagna Italian pasta dish"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Chocolate Brownie",
|
||||
price: "₹280",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-view-delicious-chocolate-cake_23-2148549967.jpg?_wi=1",
|
||||
imageAlt: "Chocolate Brownie dessert",
|
||||
},
|
||||
id: "4", name: "Chocolate Brownie", price: "₹280", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-view-delicious-chocolate-cake_23-2148549967.jpg", imageAlt: "Chocolate Brownie dessert"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Garlic Naan",
|
||||
price: "₹120",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086021.jpg?_wi=1",
|
||||
imageAlt: "Garlic Naan Indian bread",
|
||||
},
|
||||
id: "5", name: "Garlic Naan", price: "₹120", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086021.jpg", imageAlt: "Garlic Naan Indian bread"},
|
||||
]}
|
||||
gridVariant="bento-grid"
|
||||
animationType="slide-up"
|
||||
@@ -165,45 +124,25 @@ export default function HomePage() {
|
||||
description="Experience diverse flavors from around the world, all prepared with our signature finesse"
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Indian Classics",
|
||||
tags: ["Traditional", "Flavorful"],
|
||||
id: "1", title: "Indian Classics", tags: ["Traditional", "Flavorful"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086021.jpg?_wi=2",
|
||||
imageAlt: "Indian Classics cuisine",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086021.jpg", imageAlt: "Indian Classics cuisine"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Italian Favorites",
|
||||
tags: ["Authentic", "Fresh"],
|
||||
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?_wi=2",
|
||||
imageAlt: "Italian Favorites cuisine",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/caesar-salad-with-chicken-parmesan-lettuce-tomato-bread-stuffing_140725-6528.jpg", imageAlt: "Italian Favorites cuisine"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Chinese Delights",
|
||||
tags: ["Wok-Tossed", "Bold"],
|
||||
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?_wi=2",
|
||||
imageAlt: "Chinese Delights cuisine",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/top-view-stir-fried-noodles-with-vegetables-shrimps-plate-wood-table_141793-12023.jpg", imageAlt: "Chinese Delights cuisine"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Mexican Spice",
|
||||
tags: ["Vibrant", "Fresh"],
|
||||
id: "4", title: "Mexican Spice", tags: ["Vibrant", "Fresh"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-woman-eating-croissants-cafe_1303-20409.jpg?_wi=2",
|
||||
imageAlt: "Mexican Spice cuisine",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/young-woman-eating-croissants-cafe_1303-20409.jpg", imageAlt: "Mexican Spice cuisine"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Bakery & Desserts",
|
||||
tags: ["Artisan", "Decadent"],
|
||||
id: "5", title: "Bakery & Desserts", tags: ["Artisan", "Decadent"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-view-delicious-chocolate-cake_23-2148549967.jpg?_wi=2",
|
||||
imageAlt: "Bakery & Desserts selection",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/close-up-view-delicious-chocolate-cake_23-2148549967.jpg", imageAlt: "Bakery & Desserts selection"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -219,23 +158,15 @@ export default function HomePage() {
|
||||
author="Priya Sharma, Food Critic"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/studio-shot-young-confident-woman-with-long-dark-hair-wearing-blue-jacket-posing_291650-158.jpg",
|
||||
alt: "Testimonial from Priya Sharma",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/studio-shot-young-confident-woman-with-long-dark-hair-wearing-blue-jacket-posing_291650-158.jpg", alt: "Testimonial from Priya Sharma"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-17763.jpg",
|
||||
alt: "Testimonial from Rajesh Kumar",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-17763.jpg", alt: "Testimonial from Rajesh Kumar"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-redhaired-middleaged-woman-clasped-her-hands_549566-221.jpg",
|
||||
alt: "Testimonial from Anjali Singh",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-redhaired-middleaged-woman-clasped-her-hands_549566-221.jpg", alt: "Testimonial from Anjali Singh"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-bearded-man_1098-22109.jpg",
|
||||
alt: "Testimonial from Arun Verma",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-bearded-man_1098-22109.jpg", alt: "Testimonial from Arun Verma"},
|
||||
]}
|
||||
ratingAnimation="entrance-slide"
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -250,41 +181,23 @@ export default function HomePage() {
|
||||
ctaIcon={Phone}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How do I make a reservation?",
|
||||
content:
|
||||
"You can book online through our website, call us at 077050 23555, or visit us directly at Civil Lines, Prayagraj. We recommend advance reservations for weekends.",
|
||||
},
|
||||
id: "1", title: "How do I make a reservation?", content:
|
||||
"You can book online through our website, call us at 077050 23555, or visit us directly at Civil Lines, Prayagraj. We recommend advance reservations for weekends."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you offer online orders?",
|
||||
content:
|
||||
"Yes! Order online for delivery or takeaway through our website. We serve all five cuisines with the same quality and care as dine-in service.",
|
||||
},
|
||||
id: "2", title: "Do you offer online orders?", content:
|
||||
"Yes! Order online for delivery or takeaway through our website. We serve all five cuisines with the same quality and care as dine-in service."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Can I host events at El Chico?",
|
||||
content:
|
||||
"Absolutely! We host birthday celebrations, small parties, and intimate gatherings. Contact us to discuss your event requirements and customized menu options.",
|
||||
},
|
||||
id: "3", title: "Can I host events at El Chico?", content:
|
||||
"Absolutely! We host birthday celebrations, small parties, and intimate gatherings. Contact us to discuss your event requirements and customized menu options."},
|
||||
{
|
||||
id: "4",
|
||||
title: "What are your hours?",
|
||||
content:
|
||||
"We're open for lunch and dinner daily. Bakery items are available throughout the day. Call for specific timing or visit our contact page for complete details.",
|
||||
},
|
||||
id: "4", title: "What are your hours?", content:
|
||||
"We're open for lunch and dinner daily. Bakery items are available throughout the day. Call for specific timing or visit our contact page for complete details."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Do you have parking?",
|
||||
content:
|
||||
"Yes, we offer dedicated parking for our guests at our Civil Lines location. It's convenient access and ample space for family dining.",
|
||||
},
|
||||
id: "5", title: "Do you have parking?", content:
|
||||
"Yes, we offer dedicated parking for our guests at our Civil Lines location. It's convenient access and ample space for family dining."},
|
||||
{
|
||||
id: "6",
|
||||
title: "Is the bakery available for pre-orders?",
|
||||
content:
|
||||
"Yes! Pre-order custom cakes and pastries for special occasions. Call 077050 23555 or visit our bakery page to place your order today.",
|
||||
},
|
||||
id: "6", title: "Is the bakery available for pre-orders?", content:
|
||||
"Yes! Pre-order custom cakes and pastries for special occasions. Call 077050 23555 or visit our bakery page to place your order today."},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -294,14 +207,13 @@ 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?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/rustic-chandelier-made-bulbs-ropes-dining-table-vintage-kitchen_181624-9173.jpg"
|
||||
imageAlt="El Chico Restaurant exterior Civil Lines Prayagraj"
|
||||
logoText="EL CHICO"
|
||||
copyrightText="© 1964-2025 EL CHICO Restaurant. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Menu", href: "/menu" },
|
||||
{ label: "Reservations", href: "/reservations" },
|
||||
@@ -310,8 +222,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "About",
|
||||
items: [
|
||||
title: "About", items: [
|
||||
{ label: "Our Story", href: "/about" },
|
||||
{ label: "The Baking Co.", href: "/bakery" },
|
||||
{ label: "Events", href: "#" },
|
||||
@@ -320,8 +231,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Phone: 077050 23555", href: "tel:07705023555" },
|
||||
{ label: "142/32 MG Marg, Civil Lines", href: "#" },
|
||||
{ label: "Prayagraj, UP 211001", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user