Merge version_2 into main #1
364
src/app/page.tsx
364
src/app/page.tsx
@@ -33,35 +33,21 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Accueil",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Accueil", id: "#hero"},
|
||||
{
|
||||
name: "À Propos",
|
||||
id: "#about",
|
||||
},
|
||||
name: "À Propos", id: "#about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menu", id: "#menu"},
|
||||
{
|
||||
name: "Témoignages",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Témoignages", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Eat Vite"
|
||||
button={{
|
||||
text: "Réserver une Table",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Réserver une Table", href: "#contact"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -69,82 +55,51 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "downward-rays-static",
|
||||
}}
|
||||
variant: "downward-rays-static"}}
|
||||
title="Eat Vite: Votre Évasion Culinaire en Bord de Mer"
|
||||
description="Découvrez une cuisine fraîche et moderne, inspirée par les saveurs de la Méditerranée, servie avec une vue imprenable sur l'océan. Une expérience gastronomique inoubliable vous attend."
|
||||
kpis={[
|
||||
{
|
||||
value: "+100",
|
||||
label: "Plats Raffinés",
|
||||
},
|
||||
value: "+100", label: "Plats Raffinés"},
|
||||
{
|
||||
value: "4.9",
|
||||
label: "Étoiles Clients",
|
||||
},
|
||||
value: "4.9", label: "Étoiles Clients"},
|
||||
{
|
||||
value: "15",
|
||||
label: "Ans d'Expérience",
|
||||
},
|
||||
value: "15", label: "Ans d'Expérience"},
|
||||
]}
|
||||
enableKpiAnimation={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Voir le Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Voir le Menu", href: "#menu"},
|
||||
{
|
||||
text: "Réserver Maintenant",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Réserver Maintenant", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/delicious-gulas-dish-arrangement_23-2149072605.jpg"
|
||||
imageAlt="Restaurant moderne avec vue sur la mer"
|
||||
mediaAnimation="none"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-male-cook-wearing-chef-s-hat_23-2147863769.jpg",
|
||||
alt: "Chef cuisinier souriant",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-male-cook-wearing-chef-s-hat_23-2147863769.jpg", alt: "Chef cuisinier souriant"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-attractive-africanamerican-woman-smiling-looking-happy-standing-yellow-backgroun_1258-148997.jpg",
|
||||
alt: "Cliente satisfaite",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-attractive-africanamerican-woman-smiling-looking-happy-standing-yellow-backgroun_1258-148997.jpg", alt: "Cliente satisfaite"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/hopeful-handsome-man-cross-fingers-good-luck-making-wish_176420-26289.jpg",
|
||||
alt: "Client masculin content",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/hopeful-handsome-man-cross-fingers-good-luck-making-wish_176420-26289.jpg", alt: "Client masculin content"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-good-looking-curly-ethnic-woman-smiles-broadly-enjoys-day-off-has-happy-talk-with-interlocutor-discusses-holiday-preparation-wears-green-sweater-isolated-pink-wall_273609-42856.jpg",
|
||||
alt: "Jeune femme heureuse",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-good-looking-curly-ethnic-woman-smiles-broadly-enjoys-day-off-has-happy-talk-with-interlocutor-discusses-holiday-preparation-wears-green-sweater-isolated-pink-wall_273609-42856.jpg", alt: "Jeune femme heureuse"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12311.jpg",
|
||||
alt: "Convivial client",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12311.jpg", alt: "Convivial client"},
|
||||
]}
|
||||
avatarText="Rejoignez nos clients satisfaits"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Fruits de mer ultra-frais",
|
||||
},
|
||||
type: "text", text: "Fruits de mer ultra-frais"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Vue mer panoramique",
|
||||
},
|
||||
type: "text", text: "Vue mer panoramique"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Service d'exception",
|
||||
},
|
||||
type: "text", text: "Service d'exception"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Vins sélectionnés",
|
||||
},
|
||||
type: "text", text: "Vins sélectionnés"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Desserts maison",
|
||||
},
|
||||
type: "text", text: "Desserts maison"},
|
||||
]}
|
||||
marqueeSpeed={30}
|
||||
showMarqueeCard={true}
|
||||
@@ -155,12 +110,12 @@ export default function LandingPage() {
|
||||
<TestimonialAboutCard
|
||||
useInvertedBackground={false}
|
||||
tag="Notre Histoire"
|
||||
title="Saveurs Authentiques et Cadre Idyllique"
|
||||
description="Chez Eat Vite, chaque plat est une célébration des produits frais et locaux. Situés sur la côte, nous nous engageons à vous offrir une expérience culinaire qui éveille les sens, avec une vue panoramique sur l'océan."
|
||||
subdescription="Notre passion pour la bonne cuisine et notre amour de la mer se retrouvent dans chaque détail, de la sélection des ingrédients à la présentation de nos assiettes."
|
||||
title="Détente et Saveurs avec Vue sur Mer"
|
||||
description="Chez Eat Vite, nous offrons une atmosphère décontractée et chaleureuse, où chaque repas est sublimé par une vue imprenable sur l'océan. Venez vivre une expérience culinaire relaxante, bercée par la brise marine."
|
||||
subdescription="Notre cadre idyllique en bord de mer, combiné à une cuisine inspirée des produits frais, crée le lieu parfait pour des moments inoubliables, que ce soit pour un déjeuner ensoleillé ou un dîner romantique."
|
||||
icon={Compass}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/round-slices-fresh-grapefruit-lemons-wooden-plate_114579-71799.jpg"
|
||||
imageAlt="Plat de fruits de mer gastronomique"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EcLuPGZ88WIX61Uut5TA39Jmga/uploaded-1780475225395-6cwgx13b.png"
|
||||
imageAlt="Ambiance relaxante du restaurant Eat Vite avec vue sur mer"
|
||||
mediaAnimation="none"
|
||||
/>
|
||||
</div>
|
||||
@@ -172,56 +127,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Huîtres Fraîches de l'Atlantique",
|
||||
description: "Directement de la mer à votre assiette, nos huîtres sont servies avec un filet de citron et une touche d'embruns.",
|
||||
tag: "Entrée Signature",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-opening-oysters_1398-5020.jpg",
|
||||
imageAlt: "Huîtres fraîches",
|
||||
},
|
||||
id: "f1", title: "Huîtres Fraîches de l'Atlantique", description: "Directement de la mer à votre assiette, nos huîtres sont servies avec un filet de citron et une touche d'embruns, capturant l'essence de notre vue marine.", tag: "Entrée Signature", imageSrc: "http://img.b2bpic.net/free-photo/worker-opening-oysters_1398-5020.jpg", imageAlt: "Huîtres fraîches"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Poisson du Jour Grillé",
|
||||
description: "Pêché le matin même, notre poisson est délicatement grillé et accompagné de légumes de saison croquants.",
|
||||
tag: "Plat Principal",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-shrimp-calamari-platter-served-with-sweet-chili-yogurt-sauces_140725-8895.jpg",
|
||||
imageAlt: "Poisson grillé",
|
||||
},
|
||||
id: "f2", title: "Poisson du Jour Grillé", description: "Pêché le matin même, notre poisson est délicatement grillé et accompagné de légumes de saison croquants, une spécialité qui se savoure pleinement face à la mer.", tag: "Plat Principal", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-shrimp-calamari-platter-served-with-sweet-chili-yogurt-sauces_140725-8895.jpg", imageAlt: "Poisson grillé"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Homard à la Bretonne",
|
||||
description: "Une recette traditionnelle revisitée, où le homard entier est sublimé par une sauce riche et savoureuse.",
|
||||
tag: "Délices de la Mer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-seafood-lobster-plate_23-2148708700.jpg",
|
||||
imageAlt: "Homard à la Bretonne",
|
||||
},
|
||||
id: "f3", title: "Homard à la Bretonne", description: "Une recette traditionnelle revisitée, où le homard entier est sublimé par une sauce riche et savoureuse, parfait pour une soirée élégante au bord de l'eau.", tag: "Délices de la Mer", imageSrc: "http://img.b2bpic.net/free-photo/delicious-seafood-lobster-plate_23-2148708700.jpg", imageAlt: "Homard à la Bretonne"},
|
||||
{
|
||||
id: "f4",
|
||||
title: "Pâtisseries Maison",
|
||||
description: "Nos desserts, créés par notre chef pâtissier, sont la touche finale parfaite à votre repas gastronomique.",
|
||||
tag: "Douceurs Exquises",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-delicious-cake-with-cream-fruits-inside-white-plate-along-with-fresh-fruits-cinnamon-grey-blue-desk-fruit-cake_140725-22842.jpg",
|
||||
imageAlt: "Dessert gourmand",
|
||||
},
|
||||
id: "f4", title: "Pâtisseries Maison avec Vue", description: "Nos desserts, créés par notre chef pâtissier, sont la touche finale parfaite à votre repas gastronomique, à déguster en admirant le coucher de soleil sur l'océan.", tag: "Douceurs Exquises", imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-delicious-cake-with-cream-fruits-inside-white-plate-along-with-fresh-fruits-cinnamon-grey-blue-desk-fruit-cake_140725-22842.jpg", imageAlt: "Dessert gourmand"},
|
||||
{
|
||||
id: "f5",
|
||||
title: "Sélection de Vins Fins",
|
||||
description: "Une carte des vins élaborée pour accompagner harmonieusement chaque plat, avec des pépites locales et internationales.",
|
||||
tag: "Accords Parfaits",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-sparking-wine_1339-4221.jpg",
|
||||
imageAlt: "Verre de vin",
|
||||
},
|
||||
id: "f5", title: "Sélection de Vins Fins", description: "Une carte des vins élaborée pour accompagner harmonieusement chaque plat, avec des pépites locales et internationales, pour une dégustation raffinée en bord de mer.", tag: "Accords Parfaits", imageSrc: "http://img.b2bpic.net/free-photo/glass-sparking-wine_1339-4221.jpg", imageAlt: "Verre de vin"},
|
||||
{
|
||||
id: "f6",
|
||||
title: "Cocktails Signature",
|
||||
description: "Laissez-vous tenter par nos créations uniques, des cocktails rafraîchissants inspirés par la mer.",
|
||||
tag: "Apéritif Chic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-with-smartphone_23-2149068584.jpg",
|
||||
imageAlt: "Cocktail",
|
||||
},
|
||||
id: "f6", title: "Cocktails Signature", description: "Laissez-vous tenter par nos créations uniques, des cocktails rafraîchissants inspirés par la mer, à siroter dans notre ambiance relaxante avec vue.", tag: "Apéritif Chic", imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-with-smartphone_23-2149068584.jpg", imageAlt: "Cocktail"},
|
||||
]}
|
||||
title="Nos Spécialités Culinaires"
|
||||
description="Découvrez l'excellence de notre cuisine, une symphonie de saveurs qui fait la renommée de notre restaurant."
|
||||
title="Nos Spécialités et l'Ambiance Marine"
|
||||
description="Découvrez l'excellence de notre cuisine, une symphonie de saveurs qui fait la renommée de notre restaurant, magnifiée par notre cadre exceptionnel en bord de mer."
|
||||
tag="Expérience Gourmet"
|
||||
/>
|
||||
</div>
|
||||
@@ -235,57 +154,33 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Salade Océane",
|
||||
price: "18€",
|
||||
variant: "Thon frais, légumes croquants",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/seasonal-vegetable-salad-with-chopped-purple-cabbage-herbs_114579-70253.jpg",
|
||||
imageAlt: "Salade fraîche",
|
||||
},
|
||||
id: "m1", name: "Plat du Jour", price: "12.000 FCFA", variant: "Demandez notre suggestion quotidienne", imageSrc: "http://img.b2bpic.net/free-photo/delicious-gulas-dish-arrangement_23-2149072605.jpg", imageAlt: "Plat du jour"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Spaghetti aux Fruits de Mer",
|
||||
price: "24€",
|
||||
variant: "Pâtes fraîches, crevettes, moules",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-parsley-sauce-orange-background-with-oil_114579-20206.jpg",
|
||||
imageAlt: "Spaghetti fruits de mer",
|
||||
},
|
||||
id: "m2", name: "Petit-Déjeuner Complet", price: "8.500 FCFA", variant: "Jus, boisson chaude, viennoiseries, œufs", imageSrc: "http://img.b2bpic.net/free-photo/fried-eggs-plate-with-vegetables_23-2148003666.jpg", imageAlt: "Petit-déjeuner"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Risotto Crémeux",
|
||||
price: "22€",
|
||||
variant: "Gambas, safran, parmesan",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-truffle-recipe-with-pasta-top-view_23-2149548045.jpg",
|
||||
imageAlt: "Risotto",
|
||||
},
|
||||
id: "m3", name: "Salade César Eat Vite", price: "9.000 FCFA", variant: "Poulet grillé, croûtons, parmesan, sauce maison", imageSrc: "http://img.b2bpic.net/free-photo/seasonal-vegetable-salad-with-chopped-purple-cabbage-herbs_114579-70253.jpg", imageAlt: "Salade César"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Entrecôte Grillée",
|
||||
price: "28€",
|
||||
variant: "Frites maison, sauce béarnaise",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-french-fries-plate-with-salt-shaker-herbs_23-2148701483.jpg",
|
||||
imageAlt: "Entrecôte frites",
|
||||
},
|
||||
id: "m4", name: "Mini Brochettes de Gambas", price: "11.000 FCFA", variant: "Marinées aux épices douces, grillées à la perfection", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-shrimp-calamari-platter-served-with-sweet-chili-yogurt-sauces_140725-8895.jpg", imageAlt: "Brochettes de gambas"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Pizza del Mare",
|
||||
price: "19€",
|
||||
variant: "Fruits de mer, mozzarella, basilic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-pizza-snack-outdoors_23-2150610288.jpg",
|
||||
imageAlt: "Pizza fruits de mer",
|
||||
},
|
||||
id: "m5", name: "Filet de Bar Grillé", price: "14.500 FCFA", variant: "Accompagné de riz parfumé et légumes de saison", imageSrc: "http://img.b2bpic.net/free-photo/grilled-fish-served-with-roasted-vegetables-lemon_23-2148708684.jpg", imageAlt: "Filet de bar grillé"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Burger du Pêcheur",
|
||||
price: "20€",
|
||||
variant: "Filet de poisson pané, sauce tartare",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-salad-with-vegetables-table_140725-7397.jpg",
|
||||
imageAlt: "Burger de poisson",
|
||||
},
|
||||
id: "m6", name: "Sandwich Poulet Mayo", price: "7.500 FCFA", variant: "Pain frais, poulet effiloché, mayonnaise maison", imageSrc: "http://img.b2bpic.net/free-photo/delicious-sandwich-white-bread-cut-into-halves_23-2148708709.jpg", imageAlt: "Sandwich poulet"},
|
||||
{
|
||||
id: "m7", name: "Pizza Reine", price: "13.000 FCFA", variant: "Tomate, mozzarella, jambon, champignons", imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-pizza-snack-outdoors_23-2150610288.jpg", imageAlt: "Pizza Reine"},
|
||||
{
|
||||
id: "m8", name: "Smoothie Fruits Rouges", price: "6.000 FCFA", variant: "Fraises, framboises, myrtilles, yaourt", imageSrc: "http://img.b2bpic.net/free-photo/blurry-strawberry-juice-glass_1339-4240.jpg", imageAlt: "Smoothie fruits rouges"},
|
||||
{
|
||||
id: "m9", name: "Milkshake Chocolat", price: "6.500 FCFA", variant: "Lait, glace chocolat, chantilly", imageSrc: "http://img.b2bpic.net/free-photo/glass-chocolate-milkshake-with-straw_1339-4176.jpg", imageAlt: "Milkshake chocolat"},
|
||||
]}
|
||||
title="Notre Carte Détaillée et Gourmande"
|
||||
description="Explorez nos catégories culinaires variées, des petits-déjeuners aux plats principaux, en passant par nos délicieuses entrées et boissons. Des saveurs pour tous les palais, à un prix moyen sous 15 000 FCFA."
|
||||
tag="Découvrez nos Catégories"
|
||||
buttons={[
|
||||
{
|
||||
text: "Menu Complet sur theeatvite.com", href: "https://www.menu.theeatvite.com"},
|
||||
{
|
||||
text: "Menu sur thrubits.com", href: "https://rest.thrubits.com/restaurant/eat-vite-gabon"},
|
||||
]}
|
||||
title="Notre Carte Complète"
|
||||
description="Découvrez l'étendue de nos saveurs avec une sélection variée pour tous les goûts, toujours avec des produits de qualité."
|
||||
tag="Menu de Saison"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -295,53 +190,18 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Un Dîner Mémorable !",
|
||||
quote: "« L'ambiance, la vue, et surtout la cuisine... tout était parfait ! Le poisson était incroyablement frais et le service impeccable. Nous reviendrons avec grand plaisir. »",
|
||||
name: "Sophie M.",
|
||||
role: "Cliente Fidèle",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/redhead-woman-partying-with-confetti-her-hair_23-2148793581.jpg",
|
||||
imageAlt: "Client Sophie M.",
|
||||
},
|
||||
id: "1", title: "Un Dîner Mémorable au Bord de Mer !", quote: "« L'ambiance relaxante, la vue imprenable sur la mer, et surtout les fruits de mer frais... tout était parfait ! Le poisson était incroyablement frais et le service impeccable. Nous reviendrons avec grand plaisir. »", name: "Sophie M.", role: "Cliente Fidèle", imageSrc: "http://img.b2bpic.net/free-photo/redhead-woman-partying-with-confetti-her-hair_23-2148793581.jpg", imageAlt: "Client Sophie M."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Excellence Culinaire",
|
||||
quote: "« Eat Vite est devenu notre adresse favorite au bord de mer. Chaque plat est une œuvre d'art, et les saveurs sont toujours au rendez-vous. Un vrai régal pour les papilles ! »",
|
||||
name: "Marc L.",
|
||||
role: "Gourmand Averti",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187241.jpg",
|
||||
imageAlt: "Client Marc L.",
|
||||
},
|
||||
id: "2", title: "Excellence Culinaire et Vue Divine", quote: "« Eat Vite est devenu notre adresse favorite. Chaque plat est une œuvre d'art, les saveurs sont toujours au rendez-vous, et dîner face à l'océan est un pur bonheur. Le poisson du jour est une merveille ! »", name: "Marc L.", role: "Gourmand Averti", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187241.jpg", imageAlt: "Client Marc L."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Vue Imprenable et Plats Délicieux",
|
||||
quote: "« C'est rare de trouver une cuisine aussi raffinée avec une vue aussi époustouflante. Les fruits de mer sont divins et l'équipe est aux petits soins. Je recommande vivement ! »",
|
||||
name: "Émilie G.",
|
||||
role: "Exploratrice Culinaire",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/image-excited-couple-cafe-restaurant_329181-17778.jpg",
|
||||
imageAlt: "Client Émilie G.",
|
||||
},
|
||||
id: "3", title: "Ambiance Époustouflante et Plats Délicieux", quote: "« C'est rare de trouver une cuisine aussi raffinée avec une vue aussi époustouflante. Les fruits de mer sont divins et l'équipe est aux petits soins. L'homard à la bretonne est un incontournable ! Je recommande vivement ! »", name: "Émilie G.", role: "Exploratrice Culinaire", imageSrc: "http://img.b2bpic.net/free-photo/image-excited-couple-cafe-restaurant_329181-17778.jpg", imageAlt: "Client Émilie G."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Un Chef de Talent",
|
||||
quote: "« Le chef d'Eat Vite est un véritable magicien. Il transforme les produits de la mer en expériences gastronomiques uniques. Une adresse incontournable pour les amateurs de bonne chère. »",
|
||||
name: "David R.",
|
||||
role: "Critique Gastronomique",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-elderly-chef-dressed-uniform-with-crossed-arms-against-dark-background_613910-17580.jpg",
|
||||
imageAlt: "Client David R.",
|
||||
},
|
||||
id: "4", title: "Un Chef de Talent au service de la Mer", quote: "« Le chef d'Eat Vite est un véritable magicien. Il transforme les produits de la mer en expériences gastronomiques uniques. Une adresse incontournable pour les amateurs de bonne chère et de belles vues. »", name: "David R.", role: "Critique Gastronomique", imageSrc: "http://img.b2bpic.net/free-photo/portrait-elderly-chef-dressed-uniform-with-crossed-arms-against-dark-background_613910-17580.jpg", imageAlt: "Client David R."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Parfait pour la Famille",
|
||||
quote: "« Nous avons passé un excellent moment en famille. Il y en a pour tous les goûts, même les enfants ont adoré ! L'accueil est chaleureux et l'ambiance décontractée. »",
|
||||
name: "Famille Dupont",
|
||||
role: "Famille Satisfaite",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-people-having-fun-toasting-with-beer-while-eating-lunch-dining-room-home_637285-5546.jpg",
|
||||
imageAlt: "Client Famille Dupont",
|
||||
},
|
||||
id: "5", title: "Parfait pour la Famille et la Détente", quote: "« Nous avons passé un excellent moment en famille. Il y en a pour tous les goûts, même les enfants ont adoré les pizzas ! L'accueil est chaleureux et l'ambiance décontractée avec la vue sur l'océan est un vrai plus. »", name: "Famille Dupont", role: "Famille Satisfaite", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-people-having-fun-toasting-with-beer-while-eating-lunch-dining-room-home_637285-5546.jpg", imageAlt: "Client Famille Dupont"},
|
||||
]}
|
||||
title="Ce que Nos Clients Disent"
|
||||
description="Leurs sourires et leurs mots sont notre plus belle récompense. Découvrez leurs expériences chez Eat Vite."
|
||||
title="Ce que Nos Clients Disent de Nos Spécialités et de Notre Ambiance"
|
||||
description="Leurs sourires et leurs mots sont notre plus belle récompense. Découvrez leurs expériences chez Eat Vite, où chaque plat et chaque vue sont un enchantement."
|
||||
tag="Avis Vérifiés"
|
||||
/>
|
||||
</div>
|
||||
@@ -351,14 +211,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Pêcherie du Large",
|
||||
"Vignobles de la Côte",
|
||||
"Ferme Bio du Littoral",
|
||||
"Office du Tourisme",
|
||||
"Saveurs Magazine",
|
||||
"Les Maîtres Cuisiniers",
|
||||
"Événements Prestige",
|
||||
]}
|
||||
"Pêcherie du Large", "Vignobles de la Côte", "Ferme Bio du Littoral", "Office du Tourisme", "Saveurs Magazine", "Les Maîtres Cuisiniers", "Événements Prestige"]}
|
||||
title="Nos Partenaires de Confiance"
|
||||
description="Nous travaillons avec les meilleurs fournisseurs locaux pour vous garantir une qualité irréprochable et des produits d'exception."
|
||||
tag="Qualité Garantie"
|
||||
@@ -371,30 +224,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "Faut-il réserver une table ?",
|
||||
content: "Oui, il est fortement recommandé de réserver, surtout les weekends et en haute saison, pour vous assurer d'avoir une table avec la meilleure vue.",
|
||||
},
|
||||
id: "faq1", title: "Faut-il réserver une table ?", content: "Oui, il est fortement recommandé de réserver, surtout les weekends et en haute saison, pour vous assurer d'avoir une table avec la meilleure vue."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "Proposez-vous des options végétariennes ou sans gluten ?",
|
||||
content: "Absolument ! Notre carte inclut plusieurs options végétariennes et nous pouvons adapter la plupart de nos plats pour les régimes sans gluten. N'hésitez pas à nous informer de vos préférences lors de la réservation.",
|
||||
},
|
||||
id: "faq2", title: "Proposez-vous des options végétariennes ou sans gluten ?", content: "Absolument ! Notre carte inclut plusieurs options végétariennes et nous pouvons adapter la plupart de nos plats pour les régimes sans gluten. N'hésitez pas à nous informer de vos préférences lors de la réservation."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "Avez-vous une terrasse extérieure ?",
|
||||
content: "Oui, Eat Vite dispose d'une magnifique terrasse en bord de mer, idéale pour profiter de la brise marine et des couchers de soleil. Elle est ouverte selon les conditions météorologiques.",
|
||||
},
|
||||
id: "faq3", title: "Avez-vous une terrasse extérieure ?", content: "Oui, Eat Vite dispose d'une magnifique terrasse en bord de mer, idéale pour profiter de la brise marine et des couchers de soleil. Elle est ouverte selon les conditions météorologiques."},
|
||||
{
|
||||
id: "faq4",
|
||||
title: "Acceptez-vous les animaux de compagnie ?",
|
||||
content: "Les animaux de petite taille et bien élevés sont acceptés sur notre terrasse extérieure. Veuillez nous contacter lors de votre réservation pour plus de détails.",
|
||||
},
|
||||
id: "faq4", title: "Acceptez-vous les animaux de compagnie ?", content: "Les animaux de petite taille et bien élevés sont acceptés sur notre terrasse extérieure. Veuillez nous contacter lors de votre réservation pour plus de détails."},
|
||||
{
|
||||
id: "faq5",
|
||||
title: "Organisez-vous des événements privés ?",
|
||||
content: "Oui, notre restaurant est disponible pour l'organisation d'événements privés tels que mariages, anniversaires ou dîners d'entreprise. Contactez-nous pour discuter de vos besoins et obtenir un devis personnalisé.",
|
||||
},
|
||||
id: "faq5", title: "Organisez-vous des événements privés ?", content: "Oui, notre restaurant est disponible pour l'organisation d'événements privés tels que mariages, anniversaires ou dîners d'entreprise. Contactez-nous pour discuter de vos besoins et obtenir un devis personnalisé."},
|
||||
]}
|
||||
sideTitle="Questions Fréquemment Posées"
|
||||
sideDescription="Trouvez toutes les réponses à vos interrogations concernant votre visite chez Eat Vite."
|
||||
@@ -407,13 +245,12 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "downward-rays-static",
|
||||
}}
|
||||
variant: "downward-rays-static"}}
|
||||
tag="Contactez-Nous"
|
||||
title="Réservez Votre Table ou Posez Vos Questions"
|
||||
description="Nous sommes ravis de vous accueillir. Utilisez le formulaire ci-dessous pour toute demande ou réservation. À très bientôt !"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/location-symbol-with-landscape-background_23-2149906313.jpg"
|
||||
imageAlt="Emplacement du restaurant Eat Vite sur la carte"
|
||||
description="Nous sommes ravis de vous accueillir ! N'hésitez pas à nous contacter pour toute demande ou réservation. Téléphone: +241 60 11 00 11 / 012 / 013 ou 077166166. Suivez-nous sur Facebook et Instagram @eatviteaugabon. Notre adresse: 8182."
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EcLuPGZ88WIX61Uut5TA39Jmga/uploaded-1780475225395-6cwgx13b.png"
|
||||
imageAlt="Restaurant Eat Vite intérieur et ambiance"
|
||||
mediaAnimation="none"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="Votre adresse email"
|
||||
@@ -426,62 +263,37 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Explorez",
|
||||
items: [
|
||||
title: "Explorez", items: [
|
||||
{
|
||||
label: "Accueil",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Accueil", href: "#hero"},
|
||||
{
|
||||
label: "À Propos",
|
||||
href: "#about",
|
||||
},
|
||||
label: "À Propos", href: "#about"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "Témoignages",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Témoignages", href: "#testimonials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Assistance",
|
||||
items: [
|
||||
title: "Assistance", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Politique de Confidentialité",
|
||||
href: "#",
|
||||
},
|
||||
label: "Politique de Confidentialité", href: "#"},
|
||||
{
|
||||
label: "Conditions Générales",
|
||||
href: "#",
|
||||
},
|
||||
label: "Conditions Générales", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Suivez-Nous",
|
||||
items: [
|
||||
title: "Suivez-Nous", items: [
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://facebook.com/eatvite",
|
||||
},
|
||||
label: "Facebook", href: "https://facebook.com/eatviteaugabon"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com/eatvite",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com/eatviteaugabon"},
|
||||
{
|
||||
label: "Twitter",
|
||||
href: "https://twitter.com/eatvite",
|
||||
},
|
||||
label: "Twitter", href: "https://twitter.com/eatvite"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f5f5f5;
|
||||
--card: #ffffff;
|
||||
--foreground: #1c1c1c;
|
||||
--primary-cta: #1f3251;
|
||||
--primary-cta-text: #f5f5f5;
|
||||
--background: #fcf6ec;
|
||||
--card: #f3ede2;
|
||||
--foreground: #2e2521;
|
||||
--primary-cta: #2e2521;
|
||||
--primary-cta-text: #fcf6ec;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #1c1c1c;
|
||||
--accent: #15479c;
|
||||
--background-accent: #a8cce8;
|
||||
--secondary-cta-text: #2e2521;
|
||||
--accent: #b2a28b;
|
||||
--background-accent: #b2a28b;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user