Merge version_2 into main #1

Merged
bender merged 1 commits from version_2 into main 2026-04-29 10:29:36 +00:00

View File

@@ -33,21 +33,13 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Menu",
id: "products",
},
name: "Menu", id: "products"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Restaurant Marengo"
/>
@@ -59,32 +51,20 @@ export default function LandingPage() {
description="Discover authentic culinary experiences at Restaurant Marengo, where every dish is a masterpiece."
buttons={[
{
text: "Reserve a Table",
href: "#contact",
},
text: "Book Your Table Now", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629584.jpg"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3458.jpg",
alt: "table set on dinning table",
},
src: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3458.jpg", alt: "table set on dinning table"},
{
src: "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-17447.jpg",
alt: "There are glasses for wine and water on the table with white cloth are ready for dining.",
},
src: "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-17447.jpg", alt: "There are glasses for wine and water on the table with white cloth are ready for dining."},
{
src: "http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629583.jpg",
alt: "Beautiful thanksgiving meal concept",
},
src: "http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629583.jpg", alt: "Beautiful thanksgiving meal concept"},
{
src: "http://img.b2bpic.net/free-photo/close-up-restaurant-table-with-pink-velvet-chairs-grey-painted-hall-with-classic-paintings_140725-8705.jpg",
alt: "Close up of restaurant table with pink velvet chairs in grey painted hall with classic paintings",
},
src: "http://img.b2bpic.net/free-photo/close-up-restaurant-table-with-pink-velvet-chairs-grey-painted-hall-with-classic-paintings_140725-8705.jpg", alt: "Close up of restaurant table with pink velvet chairs in grey painted hall with classic paintings"},
{
src: "http://img.b2bpic.net/free-photo/friends-having-dinner-restaurant_23-2148018734.jpg",
alt: "Friends having dinner at a restaurant",
},
src: "http://img.b2bpic.net/free-photo/friends-having-dinner-restaurant_23-2148018734.jpg", alt: "Friends having dinner at a restaurant"},
]}
/>
</div>
@@ -109,29 +89,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "f1",
title: "Fresh Ingredients",
descriptions: [
"Sourced locally daily",
],
imageSrc: "http://img.b2bpic.net/free-photo/women-cooking-with-different-ingredients_23-2149028617.jpg",
},
id: "f1", title: "Fresh Ingredients", descriptions: [
"Sourced locally daily"],
imageSrc: "http://img.b2bpic.net/free-photo/women-cooking-with-different-ingredients_23-2149028617.jpg"},
{
id: "f2",
title: "Wine Pairing",
descriptions: [
"Expertly curated selection",
],
imageSrc: "http://img.b2bpic.net/free-photo/man-waiting-girlfriend-valentine-s-day_1157-45999.jpg",
},
id: "f2", title: "Wine Pairing", descriptions: [
"Expertly curated selection"],
imageSrc: "http://img.b2bpic.net/free-photo/man-waiting-girlfriend-valentine-s-day_1157-45999.jpg"},
{
id: "f3",
title: "Atmosphere",
descriptions: [
"Perfect for any occasion",
],
imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-using-her-cellphone-reach-friend_1157-17795.jpg",
},
id: "f3", title: "Atmosphere", descriptions: [
"Perfect for any occasion"],
imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-using-her-cellphone-reach-friend_1157-17795.jpg"},
]}
title="What Sets Us Apart"
description="Experience excellence in every detail, from farm to table."
@@ -146,41 +114,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "p1",
name: "Signature Steak",
price: "€35",
imageSrc: "http://img.b2bpic.net/free-photo/gourmet-grilled-meat-platter-with-steak-sausages-roasted-potatoes_84443-72272.jpg",
},
id: "p1", name: "Signature Steak", price: "€35", imageSrc: "http://img.b2bpic.net/free-photo/gourmet-grilled-meat-platter-with-steak-sausages-roasted-potatoes_84443-72272.jpg"},
{
id: "p2",
name: "Sea Bass",
price: "€32",
imageSrc: "http://img.b2bpic.net/free-photo/mussels-cream-sauce-served-with-green-salad_140725-5873.jpg",
},
id: "p2", name: "Sea Bass", price: "€32", imageSrc: "http://img.b2bpic.net/free-photo/mussels-cream-sauce-served-with-green-salad_140725-5873.jpg"},
{
id: "p3",
name: "Marengo Salad",
price: "€18",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-salad-plate_23-2149598989.jpg",
},
id: "p3", name: "Marengo Salad", price: "€18", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-salad-plate_23-2149598989.jpg"},
{
id: "p4",
name: "Artisan Pasta",
price: "€22",
imageSrc: "http://img.b2bpic.net/free-photo/white-plate-with-uncooked-nest-noodles-with-flour_114579-39161.jpg",
},
id: "p4", name: "Artisan Pasta", price: "€22", imageSrc: "http://img.b2bpic.net/white-plate-with-uncooked-nest-noodles-with-flour_114579-39161.jpg"},
{
id: "p5",
name: "Dark Chocolate Tart",
price: "€12",
imageSrc: "http://img.b2bpic.net/free-photo/bowl-french-dessert-garnished-with-berries-placed-book_140725-8511.jpg",
},
id: "p5", name: "Dark Chocolate Tart", price: "€12", imageSrc: "http://img.b2bpic.net/free-photo/bowl-french-dessert-garnished-with-berries-placed-book_140725-8511.jpg"},
{
id: "p6",
name: "Signature Cocktail",
price: "€14",
imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081883.jpg",
},
id: "p6", name: "Signature Cocktail", price: "€14", imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081883.jpg"},
]}
title="Our Signature Dishes"
description="A glimpse into our seasonal culinary creations."
@@ -195,25 +139,13 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "15+",
title: "Years Experience",
description: "Culinary dedication",
icon: Award,
id: "m1", value: "15+", title: "Years Experience", description: "Culinary dedication", icon: Award,
},
{
id: "m2",
value: "500+",
title: "Daily Dishes",
description: "Served with love",
icon: Award,
id: "m2", value: "500+", title: "Daily Dishes", description: "Served with love", icon: Award,
},
{
id: "m3",
value: "20+",
title: "Awards Won",
description: "Recognized excellence",
icon: Trophy,
id: "m3", value: "20+", title: "Awards Won", description: "Recognized excellence", icon: Trophy,
},
]}
title="Marengo by Numbers"
@@ -228,45 +160,20 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "t1",
name: "Anna Rossi",
handle: "@annarossi",
testimonial: "The atmosphere and the food were exceptional.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-enyoing-dinner-party_23-2150717841.jpg",
},
id: "t1", name: "Anna Rossi", handle: "@annarossi", testimonial: "The atmosphere and the food were exceptional.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-enyoing-dinner-party_23-2150717841.jpg"},
{
id: "t2",
name: "Mark Schmidt",
handle: "@marksch",
testimonial: "Best pasta I've ever had in Europe.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-lunch-together-restaurant_58466-16804.jpg",
},
id: "t2", name: "Mark Schmidt", handle: "@marksch", testimonial: "Best pasta I've ever had in Europe.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-lunch-together-restaurant_58466-16804.jpg"},
{
id: "t3",
name: "Elena Dumitru",
handle: "@elena.d",
testimonial: "Everything was perfect for our anniversary.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-eating-restaurant_23-2150491782.jpg",
},
id: "t3", name: "Elena Dumitru", handle: "@elena.d", testimonial: "Everything was perfect for our anniversary.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-eating-restaurant_23-2150491782.jpg"},
{
id: "t4",
name: "Julian Morel",
handle: "@julian.m",
testimonial: "An incredible culinary journey.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598413.jpg",
},
id: "t4", name: "Julian Morel", handle: "@julian.m", testimonial: "An incredible culinary journey.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598413.jpg"},
{
id: "t5",
name: "Sophie Martin",
handle: "@sophie_m",
testimonial: "Staff was welcoming and the wine was fantastic.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-with-long-blonde-hair-holding-delicious-chocolate-muffin-hand_23-2147974685.jpg",
},
id: "t5", name: "Sophie Martin", handle: "@sophie_m", testimonial: "Staff was welcoming and the wine was fantastic.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-with-long-blonde-hair-holding-delicious-chocolate-muffin-hand_23-2147974685.jpg"},
]}
showRating={true}
title="Guest Experiences"
@@ -280,20 +187,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "Do I need a reservation?",
content: "Yes, we highly recommend booking in advance.",
},
id: "q1", title: "Do I need a reservation?", content: "Yes, we highly recommend booking in advance."},
{
id: "q2",
title: "Are there vegetarian options?",
content: "Absolutely, we have a diverse menu for all dietary needs.",
},
id: "q2", title: "Are there vegetarian options?", content: "Absolutely, we have a diverse menu for all dietary needs."},
{
id: "q3",
title: "Are children welcome?",
content: "Yes, we are a family-friendly establishment.",
},
id: "q3", title: "Are children welcome?", content: "Yes, we are a family-friendly establishment."},
]}
title="Common Questions"
description="Answers to frequently asked questions about Restaurant Marengo."
@@ -305,8 +203,7 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={true}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Visit Us"
title="Reserve Your Experience"
description="We are looking forward to hosting you soon."
@@ -321,29 +218,19 @@ export default function LandingPage() {
{
items: [
{
label: "About",
href: "#about",
},
label: "About", href: "#about"},
{
label: "Menu",
href: "#products",
},
label: "Menu", href: "#products"},
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
],
},
{
items: [
{
label: "Privacy",
href: "#",
},
label: "Privacy", href: "#"},
{
label: "Terms",
href: "#",
},
label: "Terms", href: "#"},
],
},
]}