Merge version_1 into main #2
212
src/app/page.tsx
212
src/app/page.tsx
@@ -29,18 +29,9 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Accueil",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Réserver",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Accueil", id: "hero" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Réserver", id: "contact" },
|
||||
]}
|
||||
brandName="Maison Aurèle"
|
||||
/>
|
||||
@@ -48,80 +39,32 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="L'Excellence Culinaire"
|
||||
description="Bienvenue à la Maison Aurèle, où l'art de vivre à la française rencontre l'audace gastronomique dans un cadre intime et raffiné."
|
||||
kpis={[
|
||||
{
|
||||
value: "3",
|
||||
label: "Étoiles",
|
||||
},
|
||||
{
|
||||
value: "15",
|
||||
label: "Ans d'Art",
|
||||
},
|
||||
{
|
||||
value: "80",
|
||||
label: "Places",
|
||||
},
|
||||
{ value: "3", label: "Étoiles" },
|
||||
{ value: "15", label: "Ans d'Art" },
|
||||
{ value: "80", label: "Places" },
|
||||
]}
|
||||
enableKpiAnimation={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Réserver une Table",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-table-setting-gey-surface-with-empty-black-plates-silver-spoon-fork-knife_140725-12953.jpg?_wi=1"
|
||||
buttons={[{ text: "Réserver une Table", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-table-setting-gey-surface-with-empty-black-plates-silver-spoon-fork-knife_140725-12953.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/apple-pie-served-with-fruit-syrup_140725-1700.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/chicken-leg-served-with-mashed-potatoes-sour-cream_7502-7082.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-spaghetti-pasta-with-tomatoes-parsley-white-table_1253-953.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-table-setting-gey-surface-with-empty-black-plates-silver-spoon-fork-knife_140725-12953.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/antique-ceiling-lamp_1203-804.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/apple-pie-served-with-fruit-syrup_140725-1700.jpg", alt: "Client 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/chicken-leg-served-with-mashed-potatoes-sour-cream_7502-7082.jpg", alt: "Client 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/top-view-spaghetti-pasta-with-tomatoes-parsley-white-table_1253-953.jpg", alt: "Client 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/top-view-table-setting-gey-surface-with-empty-black-plates-silver-spoon-fork-knife_140725-12953.jpg", alt: "Client 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/antique-ceiling-lamp_1203-804.jpg", alt: "Client 5" },
|
||||
]}
|
||||
avatarText="Rejoignez nos convives"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Michelin Starred",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Gastronomie",
|
||||
icon: Utensils,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Service Premium",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Vins Fins",
|
||||
icon: Wine,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Ambiance Intime",
|
||||
},
|
||||
{ type: "text", text: "Michelin Starred" },
|
||||
{ type: "text-icon", text: "Gastronomie", icon: Utensils },
|
||||
{ type: "text", text: "Service Premium" },
|
||||
{ type: "text-icon", text: "Vins Fins", icon: Wine },
|
||||
{ type: "text", text: "Ambiance Intime" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -133,24 +76,9 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Foie gras poêlé",
|
||||
price: "48€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/apple-pie-served-with-fruit-syrup_140725-1700.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Filet de bœuf au jus",
|
||||
price: "62€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-leg-served-with-mashed-potatoes-sour-cream_7502-7082.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Soufflé au chocolat",
|
||||
price: "24€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-spaghetti-pasta-with-tomatoes-parsley-white-table_1253-953.jpg?_wi=1",
|
||||
},
|
||||
{ id: "1", name: "Foie gras poêlé", price: "48€", imageSrc: "http://img.b2bpic.net/free-photo/apple-pie-served-with-fruit-syrup_140725-1700.jpg" },
|
||||
{ id: "2", name: "Filet de bœuf au jus", price: "62€", imageSrc: "http://img.b2bpic.net/free-photo/chicken-leg-served-with-mashed-potatoes-sour-cream_7502-7082.jpg" },
|
||||
{ id: "3", name: "Soufflé au chocolat", price: "24€", imageSrc: "http://img.b2bpic.net/free-photo/top-view-spaghetti-pasta-with-tomatoes-parsley-white-table_1253-953.jpg" },
|
||||
]}
|
||||
title="Plats Signature"
|
||||
description="Une sélection minutieuse de nos créations les plus emblématiques."
|
||||
@@ -165,41 +93,11 @@ export default function LandingPage() {
|
||||
title="La Voix de nos Convives"
|
||||
description="Ce qu'ils pensent de l'expérience Maison Aurèle."
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Pierre D.",
|
||||
role: "Critique",
|
||||
testimonial: "Une perfection technique rare.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/apple-pie-served-with-fruit-syrup_140725-1700.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marie L.",
|
||||
role: "Habituée",
|
||||
testimonial: "La meilleure table de Paris.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-leg-served-with-mashed-potatoes-sour-cream_7502-7082.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Jean B.",
|
||||
role: "Gourmet",
|
||||
testimonial: "Une soirée inoubliable.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-spaghetti-pasta-with-tomatoes-parsley-white-table_1253-953.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sophie C.",
|
||||
role: "Voyageuse",
|
||||
testimonial: "Un cadre sublime.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-table-setting-gey-surface-with-empty-black-plates-silver-spoon-fork-knife_140725-12953.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Luc V.",
|
||||
role: "Chef",
|
||||
testimonial: "Une maîtrise incroyable.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/antique-ceiling-lamp_1203-804.jpg?_wi=1",
|
||||
},
|
||||
{ id: "1", name: "Pierre D.", role: "Critique", testimonial: "Une perfection technique rare.", imageSrc: "http://img.b2bpic.net/free-photo/apple-pie-served-with-fruit-syrup_140725-1700.jpg" },
|
||||
{ id: "2", name: "Marie L.", role: "Habituée", testimonial: "La meilleure table de Paris.", imageSrc: "http://img.b2bpic.net/free-photo/chicken-leg-served-with-mashed-potatoes-sour-cream_7502-7082.jpg" },
|
||||
{ id: "3", name: "Jean B.", role: "Gourmet", testimonial: "Une soirée inoubliable.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-spaghetti-pasta-with-tomatoes-parsley-white-table_1253-953.jpg" },
|
||||
{ id: "4", name: "Sophie C.", role: "Voyageuse", testimonial: "Un cadre sublime.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-table-setting-gey-surface-with-empty-black-plates-silver-spoon-fork-knife_140725-12953.jpg" },
|
||||
{ id: "5", name: "Luc V.", role: "Chef", testimonial: "Une maîtrise incroyable.", imageSrc: "http://img.b2bpic.net/free-photo/antique-ceiling-lamp_1203-804.jpg" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -213,27 +111,11 @@ export default function LandingPage() {
|
||||
description="Découvrez les talents qui orchestrent votre repas."
|
||||
groups={[
|
||||
{
|
||||
id: "kitchen",
|
||||
groupTitle: "Cuisine",
|
||||
members: [
|
||||
{
|
||||
id: "chef",
|
||||
title: "Chef Aurèle",
|
||||
subtitle: "Exécutif",
|
||||
detail: "15 ans d'étoiles.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/apple-pie-served-with-fruit-syrup_140725-1700.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "sous",
|
||||
title: "Marc T.",
|
||||
subtitle: "Sous-chef",
|
||||
detail: "Passionné par les produits locaux.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-leg-served-with-mashed-potatoes-sour-cream_7502-7082.jpg?_wi=3",
|
||||
},
|
||||
id: "kitchen", groupTitle: "Cuisine", members: [
|
||||
{ id: "chef", title: "Chef Aurèle", subtitle: "Exécutif", detail: "15 ans d'étoiles." },
|
||||
{ id: "sous", title: "Marc T.", subtitle: "Sous-chef", detail: "Passionné par les produits locaux." },
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-table-setting-gey-surface-with-empty-black-plates-silver-spoon-fork-knife_140725-12953.jpg?_wi=3",
|
||||
imageAlt: "fine dining restaurant ambiance luxury dark",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-table-setting-gey-surface-with-empty-black-plates-silver-spoon-fork-knife_140725-12953.jpg", imageAlt: "fine dining restaurant ambiance luxury dark"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -241,12 +123,10 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Réservez votre table"
|
||||
description="Pour toute demande de réservation ou événement privé, veuillez nous contacter."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/antique-ceiling-lamp_1203-804.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/antique-ceiling-lamp_1203-804.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
tag="Réservations"
|
||||
buttonText="Envoyer"
|
||||
@@ -257,29 +137,15 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "12 Rue de la Paix, 75002 Paris",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "+33 1 00 00 00 00",
|
||||
href: "tel:+33100000000",
|
||||
},
|
||||
title: "Contact", items: [
|
||||
{ label: "12 Rue de la Paix, 75002 Paris", href: "#" },
|
||||
{ label: "+33 1 00 00 00 00", href: "tel:+33100000000" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Horaires",
|
||||
items: [
|
||||
{
|
||||
label: "Mardi - Samedi: 19h - 22h",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Dimanche - Lundi: Fermé",
|
||||
href: "#",
|
||||
},
|
||||
title: "Horaires", items: [
|
||||
{ label: "Mardi - Samedi: 19h - 22h", href: "#" },
|
||||
{ label: "Dimanche - Lundi: Fermé", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user