Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-04-27 10:31:38 +00:00

View File

@@ -31,26 +31,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Accueil",
id: "hero",
},
{
name: "À Propos",
id: "about",
},
{
name: "Menu",
id: "menu",
},
{
name: "Avis",
id: "testimonials",
},
{
name: "Contact",
id: "contact",
},
{ name: "Accueil", id: "hero" },
{ name: "L'Esprit", id: "about" },
{ name: "Menu", id: "menu" },
{ name: "Avis", id: "testimonials" },
{ name: "Contact", id: "contact" },
]}
brandName="COZNA"
/>
@@ -58,65 +43,18 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroCentered
background={{
variant: "radial-gradient",
}}
title="Une expérience culinaire unique à Annecy"
description="Bienvenue chez COZNA. Découvrez une cuisine locale, chaleureuse et raffinée au coeur du Fbg Sainte-Claire."
background={{ variant: "radial-gradient" }}
title="COZNA : L'âme culinaire d'Annecy"
description="Situé au cœur du Faubourg Sainte-Claire, COZNA vous propose une cuisine d'auteur, locale et authentique dans un écrin de convivialité."
avatars={[
{
src: "http://img.b2bpic.net/free-photo/vertical-photo-beautiful-lady-sitting-restaurant-smiling-camera_114579-92383.jpg",
alt: "happy customer portrait",
},
{
src: "http://img.b2bpic.net/free-photo/happy-woman-paying-with-her-phone-via-contactless-payment-while-having-lunch-with-boyfriend-bar_637285-647.jpg",
alt: "young woman smiling portrait",
},
{
src: "http://img.b2bpic.net/free-photo/happy-couple-talking-while-choosing-order-form-menu-cafe_637285-8950.jpg",
alt: "man smiling portrait",
},
{
src: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg",
alt: "professional man portrait",
},
{
src: "http://img.b2bpic.net/free-photo/positve-african-american-woman-with-cheerful-look-being-glad-message-with-friends-uses-modern-cell-phone-sits-cafeteria-eats-delicious-desserts-drinks-cocktail-technology-rest-concept_273609-2382.jpg",
alt: "Positve African American woman with cheerful look",
},
{ src: "https://images.unsplash.com/photo-1544148103-0773bf10d330?q=80&w=200&h=200&auto=format&fit=crop", alt: "Assiette gourmande" },
{ src: "https://images.unsplash.com/photo-1517248135467-4c7edcad34c4?q=80&w=200&h=200&auto=format&fit=crop", alt: "Atmosphère restaurant" },
{ src: "https://images.unsplash.com/photo-1559339352-11d035aa65de?q=80&w=200&h=200&auto=format&fit=crop", alt: "Cuisine locale" }
]}
avatarText="Plus de 830 avis clients"
avatarText="Une destination prisée des gourmets annéciens"
buttons={[
{
text: "Réserver une table",
href: "#contact",
},
{
text: "Voir le menu",
href: "#menu",
},
]}
marqueeItems={[
{
type: "text",
text: "Produits frais locaux",
},
{
type: "text",
text: "Ambiance cosy",
},
{
type: "text",
text: "Ouvert 7j/7",
},
{
type: "text",
text: "Service attentionné",
},
{
type: "text",
text: "Cuisine gastronomique",
},
{ text: "Réserver", href: "#contact" },
{ text: "Voir la carte", href: "#menu" }
]}
/>
</div>
@@ -124,10 +62,9 @@ export default function LandingPage() {
<div id="about" data-section="about">
<TextSplitAbout
useInvertedBackground={true}
title="L'esprit COZNA"
title="Notre Identité"
description={[
"Depuis 7 ans, COZNA vous accueille dans une atmosphère cosy et décontractée au centre d'Annecy.",
"Notre chef revisite les classiques locaux avec passion : viandes sélectionnées, poissons frais et desserts maison inoubliables.",
"COZNA, c'est avant tout une histoire de passion partagée pour les produits du terroir savoyard.", "De nos entrées signatures à nos desserts raffinés, chaque assiette raconte le savoir-faire de nos chefs."
]}
/>
</div>
@@ -139,51 +76,13 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Fondant au Chocolat",
price: "12€",
variant: "Dessert signature",
imageSrc: "http://img.b2bpic.net/free-photo/elegant-chocolate-mousse-dessert_23-2151942425.jpg",
},
{
id: "p2",
name: "Cabillaud au Fenouil",
price: "28€",
variant: "Plat de saison",
imageSrc: "http://img.b2bpic.net/free-photo/view-assortment-seafood-with-other-garnish-ingredients_52683-107817.jpg",
},
{
id: "p3",
name: "Foie gras maison",
price: "18€",
variant: "Entrée",
imageSrc: "http://img.b2bpic.net/free-photo/fried-fish-fillet-placed-avocado-slices-sauce-topped-with-tomato-olive-fish-skin_141793-2236.jpg",
},
{
id: "p4",
name: "Oeuf parfait",
price: "14€",
variant: "Entrée signature",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-food-concept_23-2148578400.jpg",
},
{
id: "p5",
name: "Dessert revisité",
price: "10€",
variant: "Saison",
imageSrc: "http://img.b2bpic.net/free-photo/grilled-salmon-meat-fillet-steak-with-vegetable_1203-9937.jpg",
},
{
id: "p6",
name: "Viande de sélection",
price: "32€",
variant: "Plat",
imageSrc: "http://img.b2bpic.net/free-photo/plate-eggplant-rolls-with-cream-sauce_114579-2352.jpg",
},
{ id: "p1", name: "Foie Gras Maison", price: "18€", variant: "Entrée", imageSrc: "https://images.unsplash.com/photo-1554118811-1e0d58224f24?q=80&w=600&auto=format&fit=crop" },
{ id: "p2", name: "Cabillaud au Fenouil", price: "28€", variant: "Plat", imageSrc: "https://images.unsplash.com/photo-1519708227418-c8fd9a32b7a2?q=80&w=600&auto=format&fit=crop" },
{ id: "p3", name: "Entrecôte Saignante", price: "32€", variant: "Viande", imageSrc: "https://images.unsplash.com/photo-1600891964092-4316c288032e?q=80&w=600&auto=format&fit=crop" },
{ id: "p4", name: "Fondant Chocolat", price: "12€", variant: "Dessert", imageSrc: "https://images.unsplash.com/photo-1624353365286-3f8d62daad51?q=80&w=600&auto=format&fit=crop" }
]}
title="Plats Populaires"
description="Quelques incontournables de notre carte actuelle."
title="Les Incontournables"
description="Une sélection de mets préparés avec des produits frais du marché."
/>
</div>
@@ -191,34 +90,12 @@ export default function LandingPage() {
<TestimonialCardTwelve
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Chase Reynolds",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-paper-wrapped-sandwich_23-2151309949.jpg",
},
{
id: "2",
name: "Sophie Martin",
imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-woman-smiling-confident-looking-side-street_839833-24417.jpg",
},
{
id: "3",
name: "Thomas Dubois",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-cheerful-smiling-man-looking-happy-express-enthusiastic-optimistic-emotions-seei_1258-113416.jpg",
},
{
id: "4",
name: "Claire Lefebvre",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13339.jpg",
},
{
id: "5",
name: "Julie Rousseau",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg",
},
{ id: "1", name: "Sophie M.", imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?q=80&w=100&h=100&auto=format&fit=crop" },
{ id: "2", name: "Thomas B.", imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?q=80&w=100&h=100&auto=format&fit=crop" },
{ id: "3", name: "Julie R.", imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?q=80&w=100&h=100&auto=format&fit=crop" }
]}
cardTitle="Nos clients témoignent"
cardTag="Avis"
cardTitle="L'avis de nos clients"
cardTag="Expérience client"
cardAnimation="slide-up"
/>
</div>
@@ -230,30 +107,12 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "4.8/5",
title: "Note moyenne",
description: "Basé sur 830 avis",
icon: Star,
},
{
id: "m2",
value: "7+",
title: "Années d'existence",
description: "Passion partagée",
icon: Award,
},
{
id: "m3",
value: "100%",
title: "Service parfait",
description: "Toujours chaleureux",
icon: Heart,
},
{ id: "m1", value: "4.8/5", title: "Note Clients", description: "Qualité irréprochable", icon: Star },
{ id: "m2", value: "7+", title: "Années", description: "De passion culinaire", icon: Award },
{ id: "m3", value: "100%", title: "Frais", description: "Produits locaux", icon: Heart }
]}
title="Chiffres clés"
description="L'excellence au quotidien depuis 7 ans."
title="COZNA en chiffres"
description="Notre engagement pour l'excellence et le terroir local."
/>
</div>
@@ -262,24 +121,12 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
faqs={[
{
id: "f1",
title: "Quels sont les horaires ?",
content: "Nous sommes ouverts tous les jours, fermeture entre 14:00 et 19:00.",
},
{
id: "f2",
title: "Où êtes-vous situés ?",
content: "22 Fbg Sainte-Claire, 74000 Annecy.",
},
{
id: "f3",
title: "Proposez-vous la vente à emporter ?",
content: "Oui, nous proposons la vente à emporter et la livraison.",
},
{ id: "f1", title: "Où sommes-nous ?", content: "22 Fbg Sainte-Claire, 74000 Annecy." },
{ id: "f2", title: "Réservations ?", content: "Appelez-nous au 04 50 65 00 25." },
{ id: "f3", title: "Horaires ?", content: "Ouvert tous les jours, service continu selon planning." }
]}
title="Questions fréquentes"
description="Informations pratiques pour votre visite."
title="Questions pratiques"
description="Tout ce qu'il faut savoir avant de nous visiter."
faqsAnimation="slide-up"
/>
</div>
@@ -287,21 +134,11 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain",
}}
tag="Réservation"
title="Réservez votre table"
description="Nous avons hâte de vous accueillir. Contactez-nous par téléphone ou via notre site pour réserver."
tag="Contact"
title="Une table vous attend"
description="Réservez dès maintenant pour une expérience inoubliable au coeur d'Annecy."
buttons={[
{
text: "+33 4 50 65 00 25",
href: "tel:+33450650025",
},
{
text: "Site web officiel",
href: "http://restaurantcozna.com",
},
{ text: "Réserver par téléphone", href: "tel:+33450650025" }
]}
/>
</div>
@@ -309,42 +146,10 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{
title: "COZNA",
items: [
{
label: "À propos",
href: "#about",
},
{
label: "Le Menu",
href: "#menu",
},
{
label: "Contact",
href: "#contact",
},
],
},
{
title: "Informations",
items: [
{
label: "22 Fbg Sainte-Claire, Annecy",
href: "#",
},
{
label: "+33 4 50 65 00 25",
href: "tel:+33450650025",
},
{
label: "Privacy Policy",
href: "#",
},
],
},
{ title: "COZNA", items: [{ label: "À propos", href: "#about" }, { label: "Menu", href: "#menu" }] },
{ title: "Informations", items: [{ label: "Annecy Centre", href: "#" }, { label: "+33 4 50 65 00 25", href: "tel:+33450650025" }] }
]}
bottomLeftText="© 2024 COZNA Restaurant"
bottomLeftText="© 2024 COZNA"
bottomRightText="Annecy, France"
/>
</div>