Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-27 19:31:25 +00:00

View File

@@ -29,22 +29,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "Our Story",
id: "about",
},
{
name: "Menu",
id: "menu",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "Our Story", id: "about" },
{ name: "Menu", id: "menu" },
{ name: "Contact", id: "contact" },
]}
brandName="La Brasserie"
/>
@@ -54,37 +42,14 @@ export default function LandingPage() {
<HeroCarouselLogo
logoText="La Brasserie"
description="Experience the timeless essence of authentic French dining in the heart of the city."
buttons={[
{
text: "Reserve a Table",
href: "#contact",
},
]}
buttons={[{ text: "Reserve a Table", href: "#contact" }]}
slides={[
{
imageSrc: "http://img.b2bpic.net/free-photo/background-place-outdoor-tourism-dinner_1220-1243.jpg",
imageAlt: "Elegant restaurant dining room interior",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetable-salad-wrapped-with-tomato-slices-from-outside_114579-2033.jpg",
imageAlt: "Close up of exquisite French cuisine",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-romantic-dinner-table_23-2148060311.jpg",
imageAlt: "Wine glass being filled in a warm setting",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-displeased-woman-arguing-with-waitress-cafe_637285-8114.jpg",
imageAlt: "Bustling brasserie ambiance",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/head-chef-garnishing-delicious-gourmet-dinner-dish-with-parmesan-cheese-restaurant-kitchen-caucasian-food-industry-worker-cooking-with-fresh-herbs-organic-vegetables_482257-44204.jpg",
imageAlt: "Chef preparing a signature dish",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/fresh-eggplants-ready-cooking_23-2148253420.jpg",
imageAlt: "A beautiful spread of fresh ingredients",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/background-place-outdoor-tourism-dinner_1220-1243.jpg", imageAlt: "Elegant restaurant dining room interior" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetable-salad-wrapped-with-tomato-slices-from-outside_114579-2033.jpg", imageAlt: "Close up of exquisite French cuisine" },
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-romantic-dinner-table_23-2148060311.jpg", imageAlt: "Wine glass being filled in a warm setting" },
{ imageSrc: "http://img.b2bpic.net/free-photo/young-displeased-woman-arguing-with-waitress-cafe_637285-8114.jpg", imageAlt: "Bustling brasserie ambiance" },
{ imageSrc: "http://img.b2bpic.net/free-photo/head-chef-garnishing-delicious-gourmet-dinner-dish-with-parmesan-cheese-restaurant-kitchen-caucasian-food-industry-worker-cooking-with-fresh-herbs-organic-vegetables_482257-44204.jpg", imageAlt: "Chef preparing a signature dish" },
{ imageSrc: "http://img.b2bpic.net/free-photo/fresh-eggplants-ready-cooking_23-2148253420.jpg", imageAlt: "A beautiful spread of fresh ingredients" }
]}
/>
</div>
@@ -106,60 +71,12 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
products={[
{
id: "m1",
brand: "Starter",
name: "Escargot de Bourgogne",
price: "$18",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-eggplant-dish_23-2150410403.jpg",
},
{
id: "m2",
brand: "Main",
name: "Coq au Vin",
price: "$32",
rating: 5,
reviewCount: "240",
imageSrc: "http://img.b2bpic.net/free-photo/duck-breast-steak-white-plate_1203-8926.jpg",
},
{
id: "m3",
brand: "Main",
name: "Duck Confit",
price: "$36",
rating: 5,
reviewCount: "185",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-christmas-steak-plate-with-cutlery_23-2148705343.jpg",
},
{
id: "m4",
brand: "Dessert",
name: "Crème Brûlée",
price: "$12",
rating: 5,
reviewCount: "310",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-creamy-dessert-with-fresh-strawberries-light-white-wall-dessert-ice-cream-sweet-fruit-taste_140725-52936.jpg",
},
{
id: "m5",
brand: "Starter",
name: "French Onion Soup",
price: "$14",
rating: 5,
reviewCount: "402",
imageSrc: "http://img.b2bpic.net/free-photo/tomato-soup-inside-green-bowl-with-chopped-white-cheese-it-with-cracker-bowl-around_114579-2933.jpg",
},
{
id: "m6",
brand: "Main",
name: "Steak Frites",
price: "$38",
rating: 5,
reviewCount: "295",
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-mushrooms-vegetables-sauce_140725-4682.jpg",
},
{ id: "m1", brand: "Starter", name: "Escargot de Bourgogne", price: "$18", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-eggplant-dish_23-2150410403.jpg" },
{ id: "m2", brand: "Main", name: "Coq au Vin", price: "$32", rating: 5, reviewCount: "240", imageSrc: "http://img.b2bpic.net/free-photo/duck-breast-steak-white-plate_1203-8926.jpg" },
{ id: "m3", brand: "Main", name: "Duck Confit", price: "$36", rating: 5, reviewCount: "185", imageSrc: "http://img.b2bpic.net/free-photo/top-view-christmas-steak-plate-with-cutlery_23-2148705343.jpg" },
{ id: "m4", brand: "Dessert", name: "Crème Brûlée", price: "$12", rating: 5, reviewCount: "310", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-creamy-dessert-with-fresh-strawberries-light-white-wall-dessert-ice-cream-sweet-fruit-taste_140725-52936.jpg" },
{ id: "m5", brand: "Starter", name: "French Onion Soup", price: "$14", rating: 5, reviewCount: "402", imageSrc: "http://img.b2bpic.net/free-photo/tomato-soup-inside-green-bowl-with-chopped-white-cheese-it-with-cracker-bowl-around_114579-2933.jpg" },
{ id: "m6", brand: "Main", name: "Steak Frites", price: "$38", rating: 5, reviewCount: "295", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-mushrooms-vegetables-sauce_140725-4682.jpg" }
]}
title="Signature Dishes"
description="Indulge in our curated selection of French classics and modern delicacies."
@@ -168,44 +85,15 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardSix
animationType="blur-reveal"
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Jean-Pierre D.",
handle: "@jp_foodie",
testimonial: "Authentic and exquisite. Reminds me of home.",
imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg",
},
{
id: "2",
name: "Sophie M.",
handle: "@sophie_dining",
testimonial: "The best coq au vin in the entire city.",
imageSrc: "http://img.b2bpic.net/free-photo/merry-young-adult-enjoying-christmas-conversation-video-call-room-decorated-festivity-celebration-talking-woman-preparing-drink-wine-kitchen-with-joyful-ornaments_482257-28400.jpg",
},
{
id: "3",
name: "Marcus W.",
handle: "@marcus_w",
testimonial: "An incredible atmosphere for special occasions.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-redhead-waitress-holding-touchpad-while-standing-pub-looking-camera_637285-2434.jpg",
},
{
id: "4",
name: "Elena R.",
handle: "@elena_eats",
testimonial: "Impeccable service and amazing flavors.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-satisfied-happy-young-man-glasses-working-cafe-sitting-coworking-space-with-laptop-showing-thumbs-up-like-approve-smth-good-chatting-giving-online-lessons_1258-314620.jpg",
},
{
id: "5",
name: "Julian B.",
handle: "@julian_b",
testimonial: "A classic destination for French cuisine lovers.",
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006711.jpg",
},
{ id: "1", name: "Jean-Pierre D.", handle: "@jp_foodie", testimonial: "Authentic and exquisite. Reminds me of home.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg" },
{ id: "2", name: "Sophie M.", handle: "@sophie_dining", testimonial: "The best coq au vin in the entire city.", imageSrc: "http://img.b2bpic.net/free-photo/merry-young-adult-enjoying-christmas-conversation-video-call-room-decorated-festivity-celebration-talking-woman-preparing-drink-wine-kitchen-with-joyful-ornaments_482257-28400.jpg" },
{ id: "3", name: "Marcus W.", handle: "@marcus_w", testimonial: "An incredible atmosphere for special occasions.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-redhead-waitress-holding-touchpad-while-standing-pub-looking-camera_637285-2434.jpg" },
{ id: "4", name: "Elena R.", handle: "@elena_eats", testimonial: "Impeccable service and amazing flavors.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-satisfied-happy-young-man-glasses-working-cafe-sitting-coworking-space-with-laptop-showing-thumbs-up-like-approve-smth-good-chatting-giving-online-lessons_1258-314620.jpg" },
{ id: "5", name: "Julian B.", handle: "@julian_b", testimonial: "A classic destination for French cuisine lovers.", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006711.jpg" }
]}
title="Guest Experiences"
description="What our guests say about their time at La Brasserie."
@@ -217,21 +105,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
faqs={[
{
id: "1",
title: "Do I need a reservation?",
content: "We highly recommend booking in advance, especially for weekend evenings.",
},
{
id: "2",
title: "Do you have vegan options?",
content: "Yes, we offer several plant-based dishes crafted with seasonal vegetables.",
},
{
id: "3",
title: "Is the venue accessible?",
content: "Our restaurant is fully accessible for all guests.",
},
{ id: "1", title: "Do I need a reservation?", content: "We highly recommend booking in advance, especially for weekend evenings." },
{ id: "2", title: "Do you have vegan options?", content: "Yes, we offer several plant-based dishes crafted with seasonal vegetables." },
{ id: "3", title: "Is the venue accessible?", content: "Our restaurant is fully accessible for all guests." }
]}
imageSrc="http://img.b2bpic.net/free-photo/waiter-wearing-protective-face-mask-while-recommending-something-from-menu-his-customers_637285-6631.jpg"
mediaAnimation="slide-up"
@@ -244,9 +120,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
tag="Reservations"
title="Join Us Tonight"
description="Secure your table and prepare for an unforgettable dining experience."
@@ -258,38 +132,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "About Us",
href: "#about",
},
{
label: "Our Menu",
href: "#menu",
},
{
label: "Private Events",
href: "#",
},
],
},
{
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms of Service",
href: "#",
},
{
label: "Contact Us",
href: "#contact",
},
],
},
{ items: [{ label: "About Us", href: "#about" }, { label: "Our Menu", href: "#menu" }, { label: "Private Events", href: "#" }] },
{ items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Contact Us", href: "#contact" }] }
]}
logoText="La Brasserie"
/>