Merge version_1_1782000234536 into main
Merge version_1_1782000234536 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -18,20 +18,14 @@ export default function HomePage() {
|
||||
title="A Symphony of Culinary Art"
|
||||
description="Experience the perfect balance of traditional flavors and modern innovation, curated by our expert chefs in an atmosphere of refined elegance."
|
||||
primaryButton={{
|
||||
text: "Reserve Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Reserve Now", href: "#contact"}}
|
||||
secondaryButton={{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
}}
|
||||
text: "View Menu", href: "#menu"}}
|
||||
items={[
|
||||
{
|
||||
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"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-chef-kitchen-cooking-dish-frying-pan_23-2149646209.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-chef-kitchen-cooking-dish-frying-pan_23-2149646209.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -42,9 +36,7 @@ export default function HomePage() {
|
||||
<AboutTextSplit
|
||||
title="Our Passion"
|
||||
descriptions={[
|
||||
"Nestled in the heart of the city, Luxe Bistro brings a fresh perspective to fine dining, combining locally sourced ingredients with world-class techniques.",
|
||||
"Our philosophy is rooted in the belief that great food connects people, fostering moments of joy and celebration around every table.",
|
||||
]}
|
||||
"Nestled in the heart of the city, Luxe Bistro brings a fresh perspective to fine dining, combining locally sourced ingredients with world-class techniques.", "Our philosophy is rooted in the belief that great food connects people, fostering moments of joy and celebration around every table."]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
@@ -57,26 +49,11 @@ export default function HomePage() {
|
||||
description="Discover our multi-course selections, designed to guide you through a narrative of taste."
|
||||
steps={[
|
||||
{
|
||||
tag: "01",
|
||||
title: "Starters",
|
||||
subtitle: "Curated beginnings",
|
||||
description: "Delicate appetizers that wake up your palate.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cheesecake-with-strawberry-knife-plate-bowls-with-strawberries-dark-isolated-background_140725-136702.jpg",
|
||||
},
|
||||
tag: "01", title: "Starters", subtitle: "Curated beginnings", description: "Delicate appetizers that wake up your palate.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cheesecake-with-strawberry-knife-plate-bowls-with-strawberries-dark-isolated-background_140725-136702.jpg"},
|
||||
{
|
||||
tag: "02",
|
||||
title: "Main Course",
|
||||
subtitle: "The signature experience",
|
||||
description: "Expertly prepared proteins and fresh seasonal vegetables.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-caviar-shrimps_140725-6375.jpg",
|
||||
},
|
||||
tag: "02", title: "Main Course", subtitle: "The signature experience", description: "Expertly prepared proteins and fresh seasonal vegetables.", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-caviar-shrimps_140725-6375.jpg"},
|
||||
{
|
||||
tag: "03",
|
||||
title: "Dessert",
|
||||
subtitle: "A sweet finale",
|
||||
description: "Artfully crafted sweets to complete your evening.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-dessert-chocolate-cake-concept-delicious-dessert_185193-108429.jpg",
|
||||
},
|
||||
tag: "03", title: "Dessert", subtitle: "A sweet finale", description: "Artfully crafted sweets to complete your evening.", imageSrc: "http://img.b2bpic.net/free-photo/tasty-dessert-chocolate-cake-concept-delicious-dessert_185193-108429.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -90,47 +67,19 @@ export default function HomePage() {
|
||||
description="Browse our curated list of house specials."
|
||||
items={[
|
||||
{
|
||||
title: "Truffle Pasta",
|
||||
description: "Handmade pasta, seasonal black truffles, aged parmesan.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-avocado-with-tomatoes_23-2148471863.jpg",
|
||||
},
|
||||
title: "Truffle Pasta", description: "Handmade pasta, seasonal black truffles, aged parmesan.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/close-up-avocado-with-tomatoes_23-2148471863.jpg"},
|
||||
{
|
||||
title: "Grilled Wagyu",
|
||||
description: "A5 Wagyu beef, rosemary reduction, roasted root veg.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creative-assortment-delicious-food_23-2148949024.jpg",
|
||||
},
|
||||
title: "Grilled Wagyu", description: "A5 Wagyu beef, rosemary reduction, roasted root veg.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/creative-assortment-delicious-food_23-2148949024.jpg"},
|
||||
{
|
||||
title: "Sea Bass",
|
||||
description: "Wild-caught bass, lemon-butter foam, crispy skin.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tart-with-profiteroles-top-with-whipped-cream_114579-85592.jpg",
|
||||
},
|
||||
title: "Sea Bass", description: "Wild-caught bass, lemon-butter foam, crispy skin.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/tart-with-profiteroles-top-with-whipped-cream_114579-85592.jpg"},
|
||||
{
|
||||
title: "Artisanal Cheese",
|
||||
description: "Selection of local farm cheeses, honey, walnuts.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-round-table-served-two-christms-dinner-silver-candle-decorated-with-natural-fir-branches-two-flutes-pairs-plates-with-decorative-handmade-christmas-trees_132075-11391.jpg",
|
||||
},
|
||||
title: "Artisanal Cheese", description: "Selection of local farm cheeses, honey, walnuts.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/close-up-round-table-served-two-christms-dinner-silver-candle-decorated-with-natural-fir-branches-two-flutes-pairs-plates-with-decorative-handmade-christmas-trees_132075-11391.jpg"},
|
||||
{
|
||||
title: "Crème Brûlée",
|
||||
description: "Vanilla bean custard, caramelized sugar crisp.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/skilled-chef-working-stovetop-cooking-vegetables-oil-with-kitchen-tools_482257-121198.jpg",
|
||||
},
|
||||
title: "Crème Brûlée", description: "Vanilla bean custard, caramelized sugar crisp.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/skilled-chef-working-stovetop-cooking-vegetables-oil-with-kitchen-tools_482257-121198.jpg"},
|
||||
{
|
||||
title: "House Wine",
|
||||
description: "Vintage label from the sommelier selection.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salad-with-mozarella-tomato-slices-with-basilic-herbal-dressing_114579-3682.jpg",
|
||||
},
|
||||
title: "House Wine", description: "Vintage label from the sommelier selection.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/salad-with-mozarella-tomato-slices-with-basilic-herbal-dressing_114579-3682.jpg"},
|
||||
{
|
||||
title: "Signature Cocktail",
|
||||
description: "Botanical infusion, unique craft mix.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-food-professional-kitchen_23-2149728021.jpg",
|
||||
},
|
||||
title: "Signature Cocktail", description: "Botanical infusion, unique craft mix.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/view-food-professional-kitchen_23-2149728021.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -144,20 +93,11 @@ export default function HomePage() {
|
||||
description="Our culinary team dedicated to perfection."
|
||||
members={[
|
||||
{
|
||||
name: "Elena Rossi",
|
||||
role: "Executive Chef",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-male-shirt-apron-holding-hands-waist-looking-focused-front-view_176474-22583.jpg",
|
||||
},
|
||||
name: "Elena Rossi", role: "Executive Chef", imageSrc: "http://img.b2bpic.net/free-photo/young-male-shirt-apron-holding-hands-waist-looking-focused-front-view_176474-22583.jpg"},
|
||||
{
|
||||
name: "Marcus Thorne",
|
||||
role: "Sous Chef",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/standing-male-restaurant-hotel-equipment_1134-1294.jpg",
|
||||
},
|
||||
name: "Marcus Thorne", role: "Sous Chef", imageSrc: "http://img.b2bpic.net/free-photo/standing-male-restaurant-hotel-equipment_1134-1294.jpg"},
|
||||
{
|
||||
name: "Sarah Miller",
|
||||
role: "General Manager",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-restaurant-waiter-wearing-professional-uniform-apron_482257-95100.jpg",
|
||||
},
|
||||
name: "Sarah Miller", role: "General Manager", imageSrc: "http://img.b2bpic.net/free-photo/portrait-restaurant-waiter-wearing-professional-uniform-apron_482257-95100.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -171,45 +111,20 @@ export default function HomePage() {
|
||||
description="Read what our frequent diners have to say about their experience."
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
role: "Local Critic",
|
||||
quote: "The best dining experience in the city. Incredible detail.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517422.jpg",
|
||||
},
|
||||
name: "Sarah J.", role: "Local Critic", quote: "The best dining experience in the city. Incredible detail.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517422.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "David W.",
|
||||
role: "Food Blogger",
|
||||
quote: "Truly unique flavors that you won't find anywhere else.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-holding-coffee-cup_23-2149708124.jpg",
|
||||
},
|
||||
name: "David W.", role: "Food Blogger", quote: "Truly unique flavors that you won't find anywhere else.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-holding-coffee-cup_23-2149708124.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily C.",
|
||||
role: "Regular Guest",
|
||||
quote: "The atmosphere is unmatched. Highly recommend for dates.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-white-shirt-open-having-breakfast-cafe-with-vegetarian-burger-drinking-coffee-lifestyle-tropical-island-life-bali_1321-3941.jpg",
|
||||
},
|
||||
name: "Emily C.", role: "Regular Guest", quote: "The atmosphere is unmatched. Highly recommend for dates.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-white-shirt-open-having-breakfast-cafe-with-vegetarian-burger-drinking-coffee-lifestyle-tropical-island-life-bali_1321-3941.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Michael L.",
|
||||
role: "Business Executive",
|
||||
quote: "Professional service and exceptional cuisine. Perfect for lunch.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-young-businessman-formal-outfit-using-tablet_181624-33464.jpg",
|
||||
},
|
||||
name: "Michael L.", role: "Business Executive", quote: "Professional service and exceptional cuisine. Perfect for lunch.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-young-businessman-formal-outfit-using-tablet_181624-33464.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Rebecca P.",
|
||||
role: "Guest",
|
||||
quote: "A hidden gem! Cannot wait to return for more.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-meeting-family-reunion_23-2149153754.jpg",
|
||||
},
|
||||
name: "Rebecca P.", role: "Guest", quote: "A hidden gem! Cannot wait to return for more.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-meeting-family-reunion_23-2149153754.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -223,21 +138,13 @@ export default function HomePage() {
|
||||
description="Everything you need to know before visiting us."
|
||||
items={[
|
||||
{
|
||||
question: "Do I need to make a reservation?",
|
||||
answer: "Reservations are highly recommended, especially for evening seating.",
|
||||
},
|
||||
question: "Do I need to make a reservation?", answer: "Reservations are highly recommended, especially for evening seating."},
|
||||
{
|
||||
question: "Is the menu seasonal?",
|
||||
answer: "Yes, we change our menu every quarter to ensure the freshest produce.",
|
||||
},
|
||||
question: "Is the menu seasonal?", answer: "Yes, we change our menu every quarter to ensure the freshest produce."},
|
||||
{
|
||||
question: "Are vegetarian options available?",
|
||||
answer: "Absolutely! We have a dedicated plant-based menu for every course.",
|
||||
},
|
||||
question: "Are vegetarian options available?", answer: "Absolutely! We have a dedicated plant-based menu for every course."},
|
||||
{
|
||||
question: "Do you host private events?",
|
||||
answer: "We do. Please contact us for venue rental and event catering.",
|
||||
},
|
||||
question: "Do you host private events?", answer: "We do. Please contact us for venue rental and event catering."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/rustic-chandelier-made-bulbs-ropes-dining-table-vintage-kitchen_181624-9173.jpg"
|
||||
/>
|
||||
@@ -250,13 +157,9 @@ export default function HomePage() {
|
||||
tag="Reservations"
|
||||
text="Experience Luxe Bistro tonight."
|
||||
primaryButton={{
|
||||
text: "Reserve a Table",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Reserve a Table", href: "#"}}
|
||||
secondaryButton={{
|
||||
text: "Contact Us",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Contact Us", href: "#"}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user