Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
265
src/app/page.tsx
265
src/app/page.tsx
@@ -33,51 +33,34 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Menu", id: "#products"},
|
||||
{
|
||||
name: "Team",
|
||||
id: "#team",
|
||||
},
|
||||
name: "Team", id: "#team"},
|
||||
{
|
||||
name: "FAQs",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQs", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Berlingot Restaurante"
|
||||
button={{
|
||||
text: "Reserve Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Reserve Now", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
imagePosition="right"
|
||||
title="Elevated Cuisine. Unforgettable Moments."
|
||||
description="Experience refined European-inspired gastronomy in an intimate, sophisticated setting. Berlingot delivers culinary artistry and impeccable service for your most cherished occasions."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve Your Table",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Reserve Your Table", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-painted-black-baked-tomatoes-chilli-peppers_23-2148425535.jpg"
|
||||
@@ -86,52 +69,32 @@ export default function LandingPage() {
|
||||
fixedMediaHeight={true}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-middle-aged-hispanic-cheerful-female-with-curly-hair_181624-53321.jpg",
|
||||
alt: "Happy smiling businesswoman looking at camera",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-middle-aged-hispanic-cheerful-female-with-curly-hair_181624-53321.jpg", alt: "Happy smiling businesswoman looking at camera"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/curious-intrigued-female-entrepreneur-listening-managers-advices-crossing-hands-chest-looking-focused-interested-camera-as-hearing-out-suggestions-posing-glasses-white-wall_176420-56018.jpg",
|
||||
alt: "Attractive blond business woman with eyeglasses",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/curious-intrigued-female-entrepreneur-listening-managers-advices-crossing-hands-chest-looking-focused-interested-camera-as-hearing-out-suggestions-posing-glasses-white-wall_176420-56018.jpg", alt: "Attractive blond business woman with eyeglasses"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/girl-having-interesting-idea-smiling-as-feeling-confident-plan-might-work-charming-happy-woman-with_1258-143009.jpg",
|
||||
alt: "Smiling business woman looking up",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/girl-having-interesting-idea-smiling-as-feeling-confident-plan-might-work-charming-happy-woman-with_1258-143009.jpg", alt: "Smiling business woman looking up"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-young-executive-looking-camera_1262-4763.jpg",
|
||||
alt: "Confident businessman smiling",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-young-executive-looking-camera_1262-4763.jpg", alt: "Confident businessman smiling"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-woman-with-red-hair_23-2148265964.jpg",
|
||||
alt: "Expressive woman posing outdoor",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-woman-with-red-hair_23-2148265964.jpg", alt: "Expressive woman posing outdoor"},
|
||||
]}
|
||||
avatarText="Loved by food critics and connoisseurs alike."
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Michelin Star Rated",
|
||||
icon: Award,
|
||||
type: "text-icon", text: "Michelin Star Rated", icon: Award,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Exceptional Service",
|
||||
icon: Sparkles,
|
||||
type: "text-icon", text: "Exceptional Service", icon: Sparkles,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Sustainable Sourcing",
|
||||
icon: Leaf,
|
||||
type: "text-icon", text: "Sustainable Sourcing", icon: Leaf,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Award-Winning Wine List",
|
||||
icon: Wine,
|
||||
type: "text-icon", text: "Award-Winning Wine List", icon: Wine,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Memorable Private Events",
|
||||
icon: Award,
|
||||
type: "text-icon", text: "Memorable Private Events", icon: Award,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -144,11 +107,9 @@ export default function LandingPage() {
|
||||
title="Our Culinary Philosophy"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
},
|
||||
text: "Learn More"},
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
description="At Berlingot, we believe dining is an art form. Our chefs meticulously craft each dish, blending traditional European techniques with contemporary flair, using only the finest seasonal ingredients. We invite you to savor a symphony of flavors in an ambiance designed for pure indulgence."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -158,23 +119,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Exquisite European Gastronomy",
|
||||
description: "Our menu features meticulously crafted dishes, blending classic European techniques with modern culinary innovation and the freshest seasonal ingredients.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fine-dining-design-restaurant-with-good-red-wine-great-cooking_482257-10388.jpg",
|
||||
imageAlt: "Exquisite plated gourmet dish",
|
||||
},
|
||||
title: "Exquisite European Gastronomy", description: "Our menu features meticulously crafted dishes, blending classic European techniques with modern culinary innovation and the freshest seasonal ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/fine-dining-design-restaurant-with-good-red-wine-great-cooking_482257-10388.jpg", imageAlt: "Exquisite plated gourmet dish"},
|
||||
{
|
||||
title: "Sophisticated Ambiance",
|
||||
description: "Dine in an intimate and elegant setting designed to enhance your culinary journey, perfect for romantic evenings or special celebrations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-with-grapes_23-2150312235.jpg",
|
||||
imageAlt: "Sophisticated restaurant interior",
|
||||
},
|
||||
title: "Sophisticated Ambiance", description: "Dine in an intimate and elegant setting designed to enhance your culinary journey, perfect for romantic evenings or special celebrations.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-with-grapes_23-2150312235.jpg", imageAlt: "Sophisticated restaurant interior"},
|
||||
{
|
||||
title: "Impeccable Service",
|
||||
description: "Our attentive and knowledgeable staff are dedicated to providing a flawless dining experience, anticipating your needs with grace and professionalism.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-close-up-portrait-beautiful-black-skinned-woman-wearing-blouse-flower-headband-enjoying-dinner-while-eating-restaurant_613910-18781.jpg",
|
||||
imageAlt: "Professional waiter serving a guest",
|
||||
},
|
||||
title: "Impeccable Service", description: "Our attentive and knowledgeable staff are dedicated to providing a flawless dining experience, anticipating your needs with grace and professionalism.", imageSrc: "http://img.b2bpic.net/free-photo/happy-close-up-portrait-beautiful-black-skinned-woman-wearing-blouse-flower-headband-enjoying-dinner-while-eating-restaurant_613910-18781.jpg", imageAlt: "Professional waiter serving a guest"},
|
||||
]}
|
||||
title="A Symphony for Your Senses"
|
||||
description="Discover what makes Berlingot Restaurante an unparalleled fine dining destination, where every detail is meticulously curated for your pleasure."
|
||||
@@ -191,47 +140,17 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Seared Scallops with Saffron Risotto",
|
||||
price: "$38",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-sauce-fried-eggplant_140725-2972.jpg",
|
||||
imageAlt: "Seared Scallops",
|
||||
},
|
||||
id: "1", name: "Seared Scallops with Saffron Risotto", price: "$38", imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-sauce-fried-eggplant_140725-2972.jpg", imageAlt: "Seared Scallops"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Duck Confit with Cherry Reduction",
|
||||
price: "$45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/porchetta-delicious-pork-roast-wrapped-roll-traditional-italian-dish-holidays-gray-concrete-background_127032-2789.jpg",
|
||||
imageAlt: "Duck Confit",
|
||||
},
|
||||
id: "2", name: "Duck Confit with Cherry Reduction", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/porchetta-delicious-pork-roast-wrapped-roll-traditional-italian-dish-holidays-gray-concrete-background_127032-2789.jpg", imageAlt: "Duck Confit"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Black Truffle and Mushroom Risotto",
|
||||
price: "$42",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/world-cuisine-with-delicious-food_23-2151890027.jpg",
|
||||
imageAlt: "Black Truffle Risotto",
|
||||
},
|
||||
id: "3", name: "Black Truffle and Mushroom Risotto", price: "$42", imageSrc: "http://img.b2bpic.net/free-photo/world-cuisine-with-delicious-food_23-2151890027.jpg", imageAlt: "Black Truffle Risotto"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Beef Wellington with Foie Gras",
|
||||
price: "$65",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sauerkraut-with-filled-eggplant-pickle-grey-wooden-board_114579-83375.jpg",
|
||||
imageAlt: "Beef Wellington",
|
||||
},
|
||||
id: "4", name: "Beef Wellington with Foie Gras", price: "$65", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sauerkraut-with-filled-eggplant-pickle-grey-wooden-board_114579-83375.jpg", imageAlt: "Beef Wellington"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Pan-Seared Halibut with Asparagus",
|
||||
price: "$48",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/seabass-barramundi-fish-meat-steak_74190-747.jpg",
|
||||
imageAlt: "Pan-Seared Halibut",
|
||||
},
|
||||
id: "5", name: "Pan-Seared Halibut with Asparagus", price: "$48", imageSrc: "http://img.b2bpic.net/free-photo/seabass-barramundi-fish-meat-steak_74190-747.jpg", imageAlt: "Pan-Seared Halibut"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Deconstructed Tiramisu Sphere",
|
||||
price: "$22",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/from-biscuits-tiramisu_23-2147772018.jpg",
|
||||
imageAlt: "Deconstructed Tiramisu",
|
||||
},
|
||||
id: "6", name: "Deconstructed Tiramisu Sphere", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/from-biscuits-tiramisu_23-2147772018.jpg", imageAlt: "Deconstructed Tiramisu"},
|
||||
]}
|
||||
title="Our Signature Menu Highlights"
|
||||
description="A curated selection from our ever-evolving menu, showcasing seasonal ingredients, innovative techniques, and the distinct flavors of European-inspired cuisine."
|
||||
@@ -247,28 +166,18 @@ export default function LandingPage() {
|
||||
author="Sarah Johnson, CEO of LuxCorp"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-professional-business-woman-smiling-outdoor_1391-4.jpg",
|
||||
alt: "Sarah Johnson",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-professional-business-woman-smiling-outdoor_1391-4.jpg", alt: "Sarah Johnson"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-outdoors-successful-business-person_23-2148763862.jpg",
|
||||
alt: "Michael Chen",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-outdoors-successful-business-person_23-2148763862.jpg", alt: "Michael Chen"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beauty-vlogger-adjusting-camera_23-2148916348.jpg",
|
||||
alt: "Emily Rodriguez",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beauty-vlogger-adjusting-camera_23-2148916348.jpg", alt: "Emily Rodriguez"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-manager-enjoying-work-break_1262-20856.jpg",
|
||||
alt: "David Kim",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-manager-enjoying-work-break_1262-20856.jpg", alt: "David Kim"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-woman-smiling_93675-133804.jpg",
|
||||
alt: "Jessica L.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-woman-smiling_93675-133804.jpg", alt: "Jessica L."},
|
||||
]}
|
||||
ratingAnimation="reveal-blur"
|
||||
avatarsAnimation="reveal-blur"
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="blur-reveal"
|
||||
tag="Praise"
|
||||
/>
|
||||
</div>
|
||||
@@ -281,26 +190,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Chef Antoine Dubois",
|
||||
role: "Chef de Cuisine",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/skilled-chef-working-stovetop-cooking-vegetables-oil-with-kitchen-tools_482257-121198.jpg",
|
||||
imageAlt: "Chef Antoine Dubois",
|
||||
},
|
||||
id: "1", name: "Chef Antoine Dubois", role: "Chef de Cuisine", imageSrc: "http://img.b2bpic.net/free-photo/skilled-chef-working-stovetop-cooking-vegetables-oil-with-kitchen-tools_482257-121198.jpg", imageAlt: "Chef Antoine Dubois"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Elara Vance",
|
||||
role: "Head Sommelier",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-couple-dancing-home_23-2149891557.jpg",
|
||||
imageAlt: "Elara Vance",
|
||||
},
|
||||
id: "2", name: "Elara Vance", role: "Head Sommelier", imageSrc: "http://img.b2bpic.net/free-photo/senior-couple-dancing-home_23-2149891557.jpg", imageAlt: "Elara Vance"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Isabelle Laurent",
|
||||
role: "Pastry Chef",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-confectioner-with-chocolate-cake-pastry-shop_23-2150360211.jpg",
|
||||
imageAlt: "Isabelle Laurent",
|
||||
},
|
||||
id: "3", name: "Isabelle Laurent", role: "Pastry Chef", imageSrc: "http://img.b2bpic.net/free-photo/female-confectioner-with-chocolate-cake-pastry-shop_23-2150360211.jpg", imageAlt: "Isabelle Laurent"},
|
||||
]}
|
||||
title="Meet Our Visionary Team"
|
||||
description="The passionate artisans behind Berlingot's exceptional dining experience, dedicated to crafting unforgettable moments."
|
||||
@@ -314,30 +208,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What are your opening hours?",
|
||||
content: "Berlingot Restaurante is open Tuesday to Saturday from 6:00 PM to 11:00 PM. We are closed on Sundays and Mondays.",
|
||||
},
|
||||
id: "1", title: "What are your opening hours?", content: "Berlingot Restaurante is open Tuesday to Saturday from 6:00 PM to 11:00 PM. We are closed on Sundays and Mondays."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you accommodate dietary restrictions?",
|
||||
content: "Yes, our chefs are happy to accommodate most dietary restrictions and allergies. Please inform us at the time of booking or upon arrival, and we will tailor your meal accordingly.",
|
||||
},
|
||||
id: "2", title: "Do you accommodate dietary restrictions?", content: "Yes, our chefs are happy to accommodate most dietary restrictions and allergies. Please inform us at the time of booking or upon arrival, and we will tailor your meal accordingly."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Can I host a private event at Berlingot?",
|
||||
content: "Absolutely. Berlingot offers exclusive private dining rooms perfect for corporate functions, intimate celebrations, and special occasions. Please contact our events team for personalized arrangements and menu options.",
|
||||
},
|
||||
id: "3", title: "Can I host a private event at Berlingot?", content: "Absolutely. Berlingot offers exclusive private dining rooms perfect for corporate functions, intimate celebrations, and special occasions. Please contact our events team for personalized arrangements and menu options."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Is a dress code required?",
|
||||
content: "We recommend smart casual attire to complement our fine dining atmosphere. Jackets are preferred for gentlemen but not strictly required.",
|
||||
},
|
||||
id: "4", title: "Is a dress code required?", content: "We recommend smart casual attire to complement our fine dining atmosphere. Jackets are preferred for gentlemen but not strictly required."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Do you offer gift vouchers?",
|
||||
content: "Yes, gift vouchers are available for purchase and make a perfect present for food enthusiasts. Please inquire with our staff or visit our website for details.",
|
||||
},
|
||||
id: "5", title: "Do you offer gift vouchers?", content: "Yes, gift vouchers are available for purchase and make a perfect present for food enthusiasts. Please inquire with our staff or visit our website for details."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find quick answers to common inquiries about reservations, menu options, private events, and more to ensure a smooth Berlingot experience."
|
||||
@@ -350,18 +229,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "downward-rays-static",
|
||||
}}
|
||||
variant: "downward-rays-static"}}
|
||||
text="Ready to embark on a culinary adventure? Secure your table or inquire about our catering and private dining services."
|
||||
buttons={[
|
||||
{
|
||||
text: "Make a Reservation",
|
||||
href: "#",
|
||||
},
|
||||
text: "Make a Reservation", href: "#"},
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#",
|
||||
},
|
||||
text: "Contact Us", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -371,54 +245,33 @@ export default function LandingPage() {
|
||||
logoText="Berlingot Restaurante"
|
||||
columns={[
|
||||
{
|
||||
title: "Restaurant",
|
||||
items: [
|
||||
title: "Restaurant", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Menu", href: "#products"},
|
||||
{
|
||||
label: "Private Events",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Private Events", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Discover",
|
||||
items: [
|
||||
title: "Discover", items: [
|
||||
{
|
||||
label: "Catering",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Catering", href: "#contact"},
|
||||
{
|
||||
label: "Wine List",
|
||||
href: "#",
|
||||
},
|
||||
label: "Wine List", href: "#"},
|
||||
{
|
||||
label: "Gift Vouchers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Gift Vouchers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Visit",
|
||||
items: [
|
||||
title: "Visit", items: [
|
||||
{
|
||||
label: "Location",
|
||||
href: "#",
|
||||
},
|
||||
label: "Location", href: "#"},
|
||||
{
|
||||
label: "Hours",
|
||||
href: "#",
|
||||
},
|
||||
label: "Hours", href: "#"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user