Merge version_1 into main #2

Merged
bender merged 2 commits from version_1 into main 2026-06-12 02:22:51 +00:00
2 changed files with 79 additions and 263 deletions

View File

@@ -26,29 +26,19 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Accueil",
id: "/",
},
name: "Accueil", id: "/"},
{
name: "Menu",
id: "/menu",
},
name: "Menu", id: "/menu"},
{
name: "À Propos",
id: "/about",
},
name: "À Propos", id: "/about"},
{
name: "Commander",
id: "/order",
},
name: "Commander", id: "/order"},
]}
logoSrc="http://img.b2bpic.net/free-photo/grilled-lobster-tail-with-herbs-strawberries-black-plate_84443-94406.jpg"
logoAlt="Logo de Kokoye Bar & Grill"
brandName="Kokoye Bar & Grill"
button={{
text: "Réserver",
href: "/order",
}}
text: "Réserver", href: "/order"}}
/>
</div>
@@ -57,14 +47,10 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Notre Histoire"
description={[
"Kokoye Bar & Grill est né d'une passion profonde pour la cuisine haïtienne et un désir de partager ses saveurs vibrantes avec le monde. Fondé il y a plus de 25 ans, notre restaurant est devenu un pilier de la communauté, reconnu pour ses grillades authentiques et son ambiance chaleureuse.",
"Nous croyons en la célébration des traditions culinaires tout en y apportant une touche de modernité. Chaque plat est une œuvre d'art, préparée avec des ingrédients frais, locaux et une attention particulière aux détails. Notre mission est d'offrir une expérience gastronomique inoubliable qui transporte nos convives au cœur des Caraïbes.",
]}
"Kokoye Bar & Grill est né d'une passion profonde pour la cuisine haïtienne et un désir de partager ses saveurs vibrantes avec le monde. Fondé il y a plus de 25 ans, notre restaurant est devenu un pilier de la communauté, reconnu pour ses grillades authentiques et son ambiance chaleureuse.", "Nous croyons en la célébration des traditions culinaires tout en y apportant une touche de modernité. Chaque plat est une œuvre d'art, préparée avec des ingrédients frais, locaux et une attention particulière aux détails. Notre mission est d'offrir une expérience gastronomique inoubliable qui transporte nos convives au cœur des Caraïbes."]}
buttons={[
{
text: "Voir le Menu",
href: "/menu",
},
text: "Voir le Menu", href: "/menu"},
]}
/>
</div>
@@ -79,37 +65,13 @@ export default function LandingPage() {
description="Rencontrez les visages passionnés derrière l'expérience Kokoye Bar & Grill, tous unis par l'amour de la cuisine et de l'hospitalité haïtienne."
members={[
{
id: "1",
name: "Marie Joseph",
role: "Cheffe Exécutive",
description: "Avec 20 ans d'expérience, Marie est l'âme créative de notre cuisine, transformant chaque plat en une œuvre d'art.",
imageSrc: "http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149727979.jpg",
imageAlt: "Portrait de Marie Joseph, cheffe cuisinière",
},
id: "1", name: "Marie Joseph", role: "Cheffe Exécutive", imageSrc: "http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149727979.jpg", imageAlt: "Portrait de Marie Joseph, cheffe cuisinière"},
{
id: "2",
name: "Pierre Dubois",
role: "Directeur de Salle",
description: "Pierre assure une ambiance impeccable et un service client irréprochable, veillant à votre confort.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-arms-crossed_107420-12323.jpg",
imageAlt: "Portrait de Pierre Dubois, directeur de salle",
},
id: "2", name: "Pierre Dubois", role: "Directeur de Salle", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-arms-crossed_107420-12323.jpg", imageAlt: "Portrait de Pierre Dubois, directeur de salle"},
{
id: "3",
name: "Fatima Louis",
role: "Maître de Cuisine",
description: "Spécialiste des saveurs épicées et des grillades, Fatima apporte une touche d'authenticité à chaque assiette.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-one-black-american-female-eats-gourmet-vegetarian-meal-drinks-wine-restaurant_613910-7365.jpg",
imageAlt: "Portrait de Fatima Louis, maître de cuisine",
},
id: "3", name: "Fatima Louis", role: "Maître de Cuisine", imageSrc: "http://img.b2bpic.net/free-photo/portrait-one-black-american-female-eats-gourmet-vegetarian-meal-drinks-wine-restaurant_613910-7365.jpg", imageAlt: "Portrait de Fatima Louis, maître de cuisine"},
{
id: "4",
name: "Jean-Philippe Étienne",
role: "Barman Mixologue",
description: "Jean-Philippe crée des cocktails tropicaux uniques qui complètent parfaitement nos plats.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-bartender-creating-delicious-drink_23-2149125760.jpg",
imageAlt: "Portrait de Jean-Philippe Étienne, barman",
},
id: "4", name: "Jean-Philippe Étienne", role: "Barman Mixologue", imageSrc: "http://img.b2bpic.net/free-photo/close-up-bartender-creating-delicious-drink_23-2149125760.jpg", imageAlt: "Portrait de Jean-Philippe Étienne, barman"},
]}
/>
</div>
@@ -118,54 +80,33 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Navigation",
items: [
title: "Navigation", items: [
{
label: "Accueil",
href: "/",
},
label: "Accueil", href: "/"},
{
label: "Menu",
href: "/menu",
},
label: "Menu", href: "/menu"},
{
label: "À Propos",
href: "/about",
},
label: "À Propos", href: "/about"},
{
label: "Commander",
href: "/order",
},
label: "Commander", href: "/order"},
],
},
{
title: "Information",
items: [
title: "Information", items: [
{
label: "Contactez-nous",
href: "/contact",
},
label: "Contactez-nous", href: "/contact"},
{
label: "Emplacement",
href: "#",
},
label: "Emplacement", href: "#"},
{
label: "Carrières",
href: "#",
},
label: "Carrières", href: "#"},
],
},
{
title: "Légal",
items: [
title: "Légal", items: [
{
label: "Politique de Confidentialité",
href: "#",
},
label: "Politique de Confidentialité", href: "#"},
{
label: "Conditions d'Utilisation",
href: "#",
},
label: "Conditions d'Utilisation", href: "#"},
],
},
]}

View File

@@ -31,70 +31,45 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Accueil",
id: "/",
},
name: "Accueil", id: "/"},
{
name: "Menu",
id: "/menu",
},
name: "Menu", id: "/menu"},
{
name: "À Propos",
id: "/about",
},
name: "À Propos", id: "/about"},
{
name: "Commander",
id: "/order",
},
name: "Commander", id: "/order"},
]}
logoSrc="http://img.b2bpic.net/free-photo/grilled-lobster-tail-with-herbs-strawberries-black-plate_84443-94406.jpg"
logoAlt="Logo de Kokoye Bar & Grill"
brandName="Kokoye Bar & Grill"
button={{
text: "Réserver",
href: "/order",
}}
text: "Réserver", href: "/order"}}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardGallery
background={{
variant: "plain",
}}
variant: "plain"}}
title="Goûtez la Saveur Tropicale de Kokoye"
description="Grillades authentiques, atmosphère chaleureuse, et saveurs qui célèbrent nos racines. Bienvenue à votre nouvelle table préférée."
buttons={[
{
text: "Commander maintenant",
href: "/order",
},
text: "Commander maintenant", href: "/order"},
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/fresh-summer-cocktail-pina-colada-fresh-summer-drink-concept_185193-109330.jpg?_wi=1",
imageAlt: "Plat de poisson grillé frais et coloré",
},
imageSrc: "http://img.b2bpic.net/free-photo/fresh-summer-cocktail-pina-colada-fresh-summer-drink-concept_185193-109330.jpg", imageAlt: "Plat de poisson grillé frais et coloré"},
{
imageSrc: "http://img.b2bpic.net/free-photo/shrimp-sauteed-garlic-soy-caramel_2829-13783.jpg?_wi=1",
imageAlt: "Brochettes de crevettes et grillades",
},
imageSrc: "http://img.b2bpic.net/free-photo/shrimp-sauteed-garlic-soy-caramel_2829-13783.jpg", imageAlt: "Brochettes de crevettes et grillades"},
{
imageSrc: "http://img.b2bpic.net/free-photo/glasses-juice-different-colors_114579-21875.jpg",
imageAlt: "Plat traditionnel haïtien avec accompagnements",
},
imageSrc: "http://img.b2bpic.net/free-photo/glasses-juice-different-colors_114579-21875.jpg", imageAlt: "Plat traditionnel haïtien avec accompagnements"},
{
imageSrc: "http://img.b2bpic.net/free-photo/confident-sous-chef-standing-restaurant-professional-kitchen-space-with-arms-crossed-while-looking-trustful-camera-head-cook-preparing-spices-ingredients-dinner-dish_482257-40118.jpg",
imageAlt: "Poulet grillé avec légumes exotiques",
},
imageSrc: "http://img.b2bpic.net/free-photo/confident-sous-chef-standing-restaurant-professional-kitchen-space-with-arms-crossed-while-looking-trustful-camera-head-cook-preparing-spices-ingredients-dinner-dish_482257-40118.jpg", imageAlt: "Poulet grillé avec légumes exotiques"},
{
imageSrc: "http://img.b2bpic.net/free-photo/3d-cartoon-character-djing-party_23-2151688591.jpg",
imageAlt: "Langouste fraîchement grillée",
},
imageSrc: "http://img.b2bpic.net/free-photo/3d-cartoon-character-djing-party_23-2151688591.jpg", imageAlt: "Langouste fraîchement grillée"},
{
imageSrc: "http://img.b2bpic.net/free-photo/fruit-salad-coconut-plate-pineapple_23-2148494814.jpg",
imageAlt: "Dessert tropical à la noix de coco",
},
imageSrc: "http://img.b2bpic.net/free-photo/fruit-salad-coconut-plate-pineapple_23-2148494814.jpg", imageAlt: "Dessert tropical à la noix de coco"},
]}
mediaAnimation="opacity"
/>
@@ -107,55 +82,31 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Produits Frais Locaux",
description: "Nous nous approvisionnons en ingrédients les plus frais auprès des producteurs locaux pour garantir une qualité et une saveur inégalées.",
icon: Leaf,
title: "Produits Frais Locaux", description: "Nous nous approvisionnons en ingrédients les plus frais auprès des producteurs locaux pour garantir une qualité et une saveur inégalées.", icon: Leaf,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/fruit-stand-background_23-2147960255.jpg",
imageAlt: "Marché de fruits et légumes frais",
},
imageSrc: "http://img.b2bpic.net/free-photo/fruit-stand-background_23-2147960255.jpg", imageAlt: "Marché de fruits et légumes frais"},
{
imageSrc: "http://img.b2bpic.net/free-photo/group-bowls-full-spices-black-background_23-2148211101.jpg",
imageAlt: "Plat avec herbes fraîches",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/grilled-lobster-tail-with-herbs-strawberries-black-plate_84443-94406.jpg",
imageAlt: "marché de fruits et légumes frais",
imageSrc: "http://img.b2bpic.net/free-photo/group-bowls-full-spices-black-background_23-2148211101.jpg", imageAlt: "Plat avec herbes fraîches"},
]
},
{
title: "Ambiance Chaleureuse",
description: "Immergez-vous dans une atmosphère tropicale et conviviale, parfaite pour les familles, les amis et les soirées romantiques.",
icon: Sun,
title: "Ambiance Chaleureuse", description: "Immergez-vous dans une atmosphère tropicale et conviviale, parfaite pour les familles, les amis et les soirées romantiques.", icon: Sun,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-restaurant-looking-away_23-2147936207.jpg",
imageAlt: "Intérieur chaleureux du restaurant",
},
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-restaurant-looking-away_23-2147936207.jpg", imageAlt: "Intérieur chaleureux du restaurant"},
{
imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-woman-her-female-friend-serving-food-dining-table-while-their-boyfriends-are-drinking-wine-background_637285-5846.jpg",
imageAlt: "Famille dînant dans une ambiance joyeuse",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/fresh-summer-cocktail-pina-colada-fresh-summer-drink-concept_185193-109330.jpg?_wi=2",
imageAlt: "marché de fruits et légumes frais",
imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-woman-her-female-friend-serving-food-dining-table-while-their-boyfriends-are-drinking-wine-background_637285-5846.jpg", imageAlt: "Famille dînant dans une ambiance joyeuse"},
]
},
{
title: "Service Exceptionnel",
description: "Notre équipe dévouée est là pour vous offrir une expérience mémorable, de l'accueil chaleureux au départ en passant par le repas.",
icon: Smile,
title: "Service Exceptionnel", description: "Notre équipe dévouée est là pour vous offrir une expérience mémorable, de l'accueil chaleureux au départ en passant par le repas.", icon: Smile,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/marmelades-cakes-bundled-up-wooden-board-blue_114579-24622.jpg",
imageAlt: "Chef présentant un plat gastronomique",
},
imageSrc: "http://img.b2bpic.net/free-photo/marmelades-cakes-bundled-up-wooden-board-blue_114579-24622.jpg", imageAlt: "Chef présentant un plat gastronomique"},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-black-skinned-woman-wearing-blouse-flower-headband-enjoying-dinner-while-eating-restaurant_613910-18777.jpg",
imageAlt: "Serveur souriant apportant des plats",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/shrimp-sauteed-garlic-soy-caramel_2829-13783.jpg?_wi=2",
imageAlt: "marché de fruits et légumes frais",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-black-skinned-woman-wearing-blouse-flower-headband-enjoying-dinner-while-eating-restaurant_613910-18777.jpg", imageAlt: "Serveur souriant apportant des plats"},
]
},
]}
title="Nos Spécialités Uniques"
@@ -171,53 +122,23 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah Jean-Baptiste",
role: "Gastronome",
company: "Port-au-Prince",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiley-colleagues-eating-noodles-break_23-2149390520.jpg",
},
id: "1", name: "Sarah Jean-Baptiste", role: "Gastronome", company: "Port-au-Prince", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiley-colleagues-eating-noodles-break_23-2149390520.jpg"},
{
id: "2",
name: "Marc Antoine",
role: "Amateur de Cuisine",
company: "Pétion-Ville",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-with-beard-posing-cafe-with-tropical-interior-talking-mobyle-phone_273443-5142.jpg",
},
id: "2", name: "Marc Antoine", role: "Amateur de Cuisine", company: "Pétion-Ville", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-with-beard-posing-cafe-with-tropical-interior-talking-mobyle-phone_273443-5142.jpg"},
{
id: "3",
name: "Émilie Dufort",
role: "Blogueuse Culinaire",
company: "Cap-Haïtien",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-outdoors_23-2149655608.jpg",
},
id: "3", name: "Émilie Dufort", role: "Blogueuse Culinaire", company: "Cap-Haïtien", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-outdoors_23-2149655608.jpg"},
{
id: "4",
name: "David Pierre",
role: "Voyageur",
company: "Jacmel",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-standing-with-christmas-present-home_114579-80761.jpg",
},
id: "4", name: "David Pierre", role: "Voyageur", company: "Jacmel", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-standing-with-christmas-present-home_114579-80761.jpg"},
{
id: "5",
name: "Sophie Dubois",
role: "Résidente Locale",
company: "Léogâne",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-happy-girl-holding-mobile-phone_171337-9727.jpg",
},
id: "5", name: "Sophie Dubois", role: "Résidente Locale", company: "Léogâne", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-happy-girl-holding-mobile-phone_171337-9727.jpg"},
{
id: "6",
name: "Jean Louis",
role: "Entrepreneur",
company: "Gonaïves",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/hipster-with-stylish-haircut-beard-sits-table-roadside-cafe-drinks-soda-hot-day_613910-19609.jpg",
},
id: "6", name: "Jean Louis", role: "Entrepreneur", company: "Gonaïves", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/hipster-with-stylish-haircut-beard-sits-table-roadside-cafe-drinks-soda-hot-day_613910-19609.jpg"},
]}
title="Ce Que Disent Nos Clients"
description="Les témoignages de nos convives satisfaits parlent d'eux-mêmes."
@@ -231,20 +152,11 @@ export default function LandingPage() {
tag="Faits Saillants"
metrics={[
{
id: "1",
value: "25+",
description: "Années d'excellence culinaire",
},
id: "1", value: "25+", description: "Années d'excellence culinaire"},
{
id: "2",
value: "100%",
description: "Ingrédients d'origine locale",
},
id: "2", value: "100%", description: "Ingrédients d'origine locale"},
{
id: "3",
value: "Des milliers",
description: "De sourires servis chaque année",
},
id: "3", value: "Des milliers", description: "De sourires servis chaque année"},
]}
metricsAnimation="slide-up"
/>
@@ -255,14 +167,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Critique Gastronomique Haïti",
"Haïti Tourisme Magazine",
"Saveurs des Caraïbes",
"Alliance Culinaire Locale",
"Livraison Rapide Plus",
"Guide du Voyageur",
"Festival Créole Gourmand",
]}
"Critique Gastronomique Haïti", "Haïti Tourisme Magazine", "Saveurs des Caraïbes", "Alliance Culinaire Locale", "Livraison Rapide Plus", "Guide du Voyageur", "Festival Créole Gourmand"]}
title="Nos Partenaires et Reconnaissances"
description="Fiers d'être reconnus et de collaborer avec des acteurs clés de l'industrie et de la communauté."
/>
@@ -274,20 +179,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "1",
title: "Proposez-vous des options végétariennes ou végétaliennes?",
content: "Oui, nous avons une sélection de plats végétariens et nous pouvons adapter certains plats pour les rendre végétaliens. Veuillez en informer votre serveur.",
},
id: "1", title: "Proposez-vous des options végétariennes ou végétaliennes?", content: "Oui, nous avons une sélection de plats végétariens et nous pouvons adapter certains plats pour les rendre végétaliens. Veuillez en informer votre serveur."},
{
id: "2",
title: "Est-il possible de réserver une table?",
content: "Absolument! Vous pouvez réserver via notre page de contact ou en nous appelant directement. Les réservations sont recommandées, surtout les week-ends.",
},
id: "2", title: "Est-il possible de réserver une table?", content: "Absolument! Vous pouvez réserver via notre page de contact ou en nous appelant directement. Les réservations sont recommandées, surtout les week-ends."},
{
id: "3",
title: "Offrez-vous un service de traiteur pour événements?",
content: "Oui, nous proposons un service de traiteur personnalisé pour toutes vos occasions spéciales. Contactez-nous pour discuter de vos besoins et obtenir un devis.",
},
id: "3", title: "Offrez-vous un service de traiteur pour événements?", content: "Oui, nous proposons un service de traiteur personnalisé pour toutes vos occasions spéciales. Contactez-nous pour discuter de vos besoins et obtenir un devis."},
]}
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="Famille déjeunant joyeusement dans un restaurant tropical"
@@ -303,54 +199,33 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Navigation",
items: [
title: "Navigation", items: [
{
label: "Accueil",
href: "/",
},
label: "Accueil", href: "/"},
{
label: "Menu",
href: "/menu",
},
label: "Menu", href: "/menu"},
{
label: "À Propos",
href: "/about",
},
label: "À Propos", href: "/about"},
{
label: "Commander",
href: "/order",
},
label: "Commander", href: "/order"},
],
},
{
title: "Information",
items: [
title: "Information", items: [
{
label: "Contactez-nous",
href: "/contact",
},
label: "Contactez-nous", href: "/contact"},
{
label: "Emplacement",
href: "#",
},
label: "Emplacement", href: "#"},
{
label: "Carrières",
href: "#",
},
label: "Carrières", href: "#"},
],
},
{
title: "Légal",
items: [
title: "Légal", items: [
{
label: "Politique de Confidentialité",
href: "#",
},
label: "Politique de Confidentialité", href: "#"},
{
label: "Conditions d'Utilisation",
href: "#",
},
label: "Conditions d'Utilisation", href: "#"},
],
},
]}