2 Commits

Author SHA1 Message Date
f57309d298 Update src/app/page.tsx 2026-04-05 19:28:38 +00:00
2b88dc4c50 Merge version_1 into main
Merge version_1 into main
2026-04-05 19:21:25 +00:00

View File

@@ -28,62 +28,25 @@ export default function LandingPage() {
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ { name: "Home", id: "hero" },
name: "Home", { name: "Notre Histoire", id: "about" },
id: "hero", { name: "Menu", id: "menu" },
}, { name: "Nous Trouver", id: "contact" },
{
name: "Our Story",
id: "about",
},
{
name: "Menu",
id: "menu",
},
{
name: "Visit Us",
id: "contact",
},
]} ]}
brandName="Le Berlinois" brandName="Chez Wou"
/> />
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroCarouselLogo <HeroCarouselLogo
logoText="Le Berlinois" logoText="Chez Wou"
description="Experience the sophistication of Berlin nights in the heart of the city. A sanctuary of refined cocktails, ambient sounds, and exceptional company." description="Bienvenue chez Chez Wou, votre escale gastronomique chinoise au cœur de Yaoundé. Savourez l'authenticité de la cuisine asiatique dans un cadre chaleureux et raffiné."
buttons={[ buttons={[
{ { text: "Réserver une Table", href: "#contact" },
text: "Reserve a Table",
href: "#contact",
},
]} ]}
slides={[ slides={[
{ { imageSrc: "http://img.b2bpic.net/free-photo/wok-cooking-asian-cuisine_1122-2075.jpg?_wi=1", imageAlt: "Plat asiatique" },
imageSrc: "http://img.b2bpic.net/free-photo/interior-dinner-new-modern-indoor_1122-2075.jpg?_wi=1", { imageSrc: "http://img.b2bpic.net/free-photo/asian-restaurant-interior_1122-2076.jpg?_wi=2", imageAlt: "Intérieur du restaurant" },
imageAlt: "Luxurious lounge interior",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/interior-dinner-new-modern-indoor_1122-2075.jpg?_wi=2",
imageAlt: "Luxurious lounge interior",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/interior-dinner-new-modern-indoor_1122-2075.jpg?_wi=3",
imageAlt: "Luxurious lounge interior",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/interior-dinner-new-modern-indoor_1122-2075.jpg?_wi=4",
imageAlt: "Luxurious lounge interior",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/interior-dinner-new-modern-indoor_1122-2075.jpg?_wi=5",
imageAlt: "Luxurious lounge interior",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/interior-dinner-new-modern-indoor_1122-2075.jpg?_wi=6",
imageAlt: "Luxurious lounge interior",
},
]} ]}
/> />
</div> </div>
@@ -91,10 +54,10 @@ export default function LandingPage() {
<div id="about" data-section="about"> <div id="about" data-section="about">
<MediaAbout <MediaAbout
useInvertedBackground={false} useInvertedBackground={false}
title="An Evening of Art" title="L'Art de la Cuisine Chinoise"
description="Le Berlinois is more than just a lounge—it's a tribute to the nocturnal energy and avant-garde spirit of Berlin. We curate an atmosphere where world-class mixology meets soul-warming hospitality, all set within a backdrop of timeless, cozy design." description="Chez Wou célèbre les traditions culinaires chinoises en utilisant des produits frais et locaux à Yaoundé. Chaque plat est une invitation au voyage, préparé avec passion par nos chefs experts."
imageSrc="http://img.b2bpic.net/free-photo/front-view-male-bartender-classic-suit-making-drink-white-wall-night-drink-club-male-bar-dance_140725-121345.jpg" imageSrc="http://img.b2bpic.net/free-photo/chef-preparing-stir-fry_140725-121345.jpg"
imageAlt="Cozy lounge seating area" imageAlt="Chef cuisinier en action"
/> />
</div> </div>
@@ -105,63 +68,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
useInvertedBackground={true} useInvertedBackground={true}
products={[ products={[
{ { id: "1", brand: "Spécialités", name: "Canard Laqué", price: "8500 FCFA", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/duck-dish_23-2149157449.jpg" },
id: "1", { id: "2", brand: "Vapeur", name: "Dim Sum Assortis", price: "4500 FCFA", rating: 5, reviewCount: "90", imageSrc: "http://img.b2bpic.net/free-photo/dim-sum_23-2148516994.jpg" },
brand: "Cocktails", { id: "3", brand: "Wok", name: "Nouilles Sautées au Poulet", price: "5500 FCFA", rating: 4, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/noodles_141793-4194.jpg" },
name: "Midnight Espresso",
price: "$18",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-arrangement-spanish-food_23-2149157449.jpg",
},
{
id: "2",
brand: "Small Plates",
name: "Truffle Arancini",
price: "$16",
rating: 5,
reviewCount: "95",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-bruschetta-assortment-top-view_23-2148516994.jpg",
},
{
id: "3",
brand: "Wines",
name: "Berlin Riesling Reserve",
price: "$22",
rating: 4,
reviewCount: "80",
imageSrc: "http://img.b2bpic.net/free-photo/man-holding-wooden-board-with-baileys-cocktail-it_141793-4194.jpg",
},
{
id: "4",
brand: "Desserts",
name: "Dark Chocolate Ganache",
price: "$14",
rating: 5,
reviewCount: "65",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-squashes-designed-meal-inside-plate-grey-surface_140725-89991.jpg",
},
{
id: "5",
brand: "Cocktails",
name: "Spiced Negroni",
price: "$19",
rating: 5,
reviewCount: "110",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-cocktail-with-flower-table_140725-1335.jpg",
},
{
id: "6",
brand: "Small Plates",
name: "Artisan Cheese Board",
price: "$24",
rating: 5,
reviewCount: "200",
imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-melted-cheese-cherry-tomato-top_140725-7993.jpg",
},
]} ]}
title="Curated Flavors" title="Découvrez nos Saveurs"
description="Our seasonal menu reflects the bold experimentation and classic traditions of a Berlin lounge." description="Une sélection minutieuse de plats iconiques qui ravira vos papilles."
/> />
</div> </div>
@@ -169,34 +81,11 @@ export default function LandingPage() {
<TestimonialCardTwelve <TestimonialCardTwelve
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ { id: "1", name: "Jean-Paul M.", imageSrc: "http://img.b2bpic.net/free-photo/man-smile_23-2150124828.jpg" },
id: "1", { id: "2", name: "Marie-Claire D.", imageSrc: "http://img.b2bpic.net/free-photo/woman-smile_176420-5900.jpg" },
name: "Elena M.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-drink_23-2150124828.jpg",
},
{
id: "2",
name: "Julian S.",
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5900.jpg",
},
{
id: "3",
name: "Sophie K.",
imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-summer-city_1157-38865.jpg",
},
{
id: "4",
name: "Marco V.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-stately-ginger-fellow-stylish-navy-t-shirt-smiling-showing-ok-sign-looking-camera-while-posing-blue-studio-background-human-facial-expressions-sincer_639032-2122.jpg",
},
{
id: "5",
name: "Clara R.",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinks-cocktail-bar_641386-411.jpg",
},
]} ]}
cardTitle="Guest Experiences" cardTitle="Avis de nos Clients"
cardTag="Reviews" cardTag="Témoignages"
cardAnimation="slide-up" cardAnimation="slide-up"
/> />
</div> </div>
@@ -204,54 +93,30 @@ export default function LandingPage() {
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactCenter <ContactCenter
useInvertedBackground={true} useInvertedBackground={true}
background={{ background={{ variant: "radial-gradient" }}
variant: "radial-gradient", tag="Contact"
}} title="Réservez chez Chez Wou"
tag="Reserve" description="Contactez-nous pour toute réservation ou demande d'information."
title="Visit Le Berlinois"
description="Reserve your space for an evening of sophisticated ambiance and exceptional service."
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterSimple <FooterSimple
columns={[ columns={[
{ { title: "Navigation", items: [
title: "Info", { label: "Accueil", href: "#hero" },
items: [ { label: "Menu", href: "#menu" },
{ { label: "Nous contacter", href: "#contact" }
label: "About Us", ]},
href: "#about", { title: "Informations", items: [
}, { label: "Yaoundé, Cameroun", href: "#" }
{ ]}
label: "Menu",
href: "#menu",
},
{
label: "Contact",
href: "#contact",
},
],
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms of Service",
href: "#",
},
],
},
]} ]}
bottomLeftText="© 2024 Le Berlinois Lounge" bottomLeftText="© 2024 Chez Wou"
bottomRightText="Berlin Inspired | City Center" bottomRightText="Authentique Cuisine Chinoise"
/> />
</div> </div>
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }