Update src/app/page.tsx
This commit is contained in:
193
src/app/page.tsx
193
src/app/page.tsx
@@ -30,25 +30,15 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Accueil",
|
||||
id: "/",
|
||||
},
|
||||
name: "Accueil", id: "/"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "/menu",
|
||||
},
|
||||
name: "Menu", id: "/menu"},
|
||||
{
|
||||
name: "Histoire",
|
||||
id: "/story",
|
||||
},
|
||||
name: "Histoire", id: "/story"},
|
||||
{
|
||||
name: "Événements",
|
||||
id: "/events",
|
||||
},
|
||||
name: "Événements", id: "/events"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="La Grange"
|
||||
/>
|
||||
@@ -57,85 +47,54 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="La Grange"
|
||||
description="Street food du monde, produits de chez nous — au cœur de la forêt de Marchiennes"
|
||||
kpis={[
|
||||
{
|
||||
value: "Cuisine",
|
||||
label: "Du Monde",
|
||||
},
|
||||
value: "Cuisine", label: "Du Monde"},
|
||||
{
|
||||
value: "Produits",
|
||||
label: "Locaux & Bios",
|
||||
},
|
||||
value: "Produits", label: "Locaux & Bios"},
|
||||
{
|
||||
value: "Menu",
|
||||
label: "Renouvelé Chaque Semaine",
|
||||
},
|
||||
value: "Menu", label: "Renouvelé Chaque Semaine"},
|
||||
]}
|
||||
enableKpiAnimation={false}
|
||||
tag="★ 4,9/5 · Plus de 500 avis Google"
|
||||
buttons={[
|
||||
{
|
||||
text: "Voir le menu de la semaine",
|
||||
href: "/menu",
|
||||
},
|
||||
text: "Voir le menu de la semaine", href: "/menu"},
|
||||
{
|
||||
text: "Réserver / Privatiser",
|
||||
href: "/events",
|
||||
},
|
||||
text: "Réserver / Privatiser", href: "/events"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/country-music-band-singing-outdoors_23-2149498458.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/country-music-band-singing-outdoors_23-2149498458.jpg"
|
||||
imageAlt="La Grange restaurant in forest"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/joyful-young-male-chef-wearing-glasses-uniform-cap-holding-plate-with-apple-it-knife-laughing-with-closed-eyes-isolated-blue-background_141793-138498.jpg",
|
||||
alt: "Chef Benjamin profil",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/joyful-young-male-chef-wearing-glasses-uniform-cap-holding-plate-with-apple-it-knife-laughing-with-closed-eyes-isolated-blue-background_141793-138498.jpg", alt: "Chef Benjamin profil"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-young-male-chef-wearing-glasses-uniform-cap-holding-plate-with-apple-it-knife-looking-camera-isolated-blue-background_141793-138612.jpg",
|
||||
alt: "Chef Tchaa profil",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-young-male-chef-wearing-glasses-uniform-cap-holding-plate-with-apple-it-knife-looking-camera-isolated-blue-background_141793-138612.jpg", alt: "Chef Tchaa profil"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/chef-standing-by-counter-serving-salad-from-cabbage-holding-chilli-pepper_1303-32137.jpg",
|
||||
alt: "Client ravi 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/chef-standing-by-counter-serving-salad-from-cabbage-holding-chilli-pepper_1303-32137.jpg", alt: "Client ravi 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-female-courier-yellow-uniform-cape-holding-delivery-bowl-pink-wall-service-delivery-uniform-company-job-worker_140725-43021.jpg",
|
||||
alt: "Client ravi 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-female-courier-yellow-uniform-cape-holding-delivery-bowl-pink-wall-service-delivery-uniform-company-job-worker_140725-43021.jpg", alt: "Client ravi 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/group-young-happy-people-having-fun-while-toasting-with-wine-lunch-dining-table_637285-3566.jpg",
|
||||
alt: "Client ravi 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/group-young-happy-people-having-fun-while-toasting-with-wine-lunch-dining-table_637285-3566.jpg", alt: "Client ravi 3"},
|
||||
]}
|
||||
avatarText="Nos chefs et clients ravis"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Cuisine créative",
|
||||
type: "text", text: "Cuisine créative"},
|
||||
{
|
||||
type: "text-icon", text: "Produits frais", icon: Leaf,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Produits frais",
|
||||
icon: Leaf,
|
||||
type: "text", text: "Ambiance conviviale"},
|
||||
{
|
||||
type: "text-icon", text: "Événements sur mesure", icon: Sparkles,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Ambiance conviviale",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Événements sur mesure",
|
||||
icon: Sparkles,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Expérience unique",
|
||||
},
|
||||
type: "text", text: "Expérience unique"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -147,23 +106,15 @@ export default function LandingPage() {
|
||||
description="Ancienne ferme rénovée en bordure de la forêt de Marchiennes, La Grange vous accueille dans un cadre rustique et chaleureux. Ici, la nature est notre décor, et la passion notre guide. Une expérience culinaire unique vous attend, où chaque plat raconte une histoire."
|
||||
metrics={[
|
||||
{
|
||||
value: "Mercredi",
|
||||
title: "19h–21h",
|
||||
},
|
||||
value: "Mercredi", title: "19h–21h"},
|
||||
{
|
||||
value: "Jeu–Ven",
|
||||
title: "12h–13h45 & 18h30–21h",
|
||||
},
|
||||
value: "Jeu–Ven", title: "12h–13h45 & 18h30–21h"},
|
||||
{
|
||||
value: "Samedi",
|
||||
title: "12h–13h45 & 18h30–21h",
|
||||
},
|
||||
value: "Samedi", title: "12h–13h45 & 18h30–21h"},
|
||||
{
|
||||
value: "Dimanche",
|
||||
title: "12h–13h45",
|
||||
},
|
||||
value: "Dimanche", title: "12h–13h45"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/outdoor-restaurant-with-wooden-chairs-tables_181624-57563.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/outdoor-restaurant-with-wooden-chairs-tables_181624-57563.jpg"
|
||||
imageAlt="Interior of La Grange restaurant"
|
||||
/>
|
||||
</div>
|
||||
@@ -174,65 +125,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Mathilde D.",
|
||||
date: "24/03/2023",
|
||||
title: "Un régal pour les papilles et les yeux !",
|
||||
quote: "Le burger ibérique était incroyable, la viande est parfaite et les frites maison sont à tomber. L'ambiance est cosy, on se sent comme à la maison. Un vrai coup de cœur !",
|
||||
tag: "Cuisine Authentique",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-beautiful-chef-woman-wearing-cooker-uniform-hat-holding-bowl-whisk-with-happy-face-smiling-doing-ok-sign-with-hand-eye-looking-through-fingers_839833-15509.jpg",
|
||||
avatarAlt: "Mathilde D.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/country-music-band-singing-outdoors_23-2149498458.jpg?_wi=2",
|
||||
imageAlt: "happy couple dining restaurant",
|
||||
},
|
||||
id: "1", name: "Mathilde D.", date: "24/03/2023", title: "Un régal pour les papilles et les yeux !", quote: "Le burger ibérique était incroyable, la viande est parfaite et les frites maison sont à tomber. L'ambiance est cosy, on se sent comme à la maison. Un vrai coup de cœur !", tag: "Cuisine Authentique", avatarSrc: "http://img.b2bpic.net/free-photo/young-beautiful-chef-woman-wearing-cooker-uniform-hat-holding-bowl-whisk-with-happy-face-smiling-doing-ok-sign-with-hand-eye-looking-through-fingers_839833-15509.jpg", avatarAlt: "Mathilde D.", imageSrc: "http://img.b2bpic.net/free-photo/country-music-band-singing-outdoors_23-2149498458.jpg", imageAlt: "happy couple dining restaurant"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Thomas G.",
|
||||
date: "18/02/2024",
|
||||
title: "Innovant et délicieux !",
|
||||
quote: "Chaque semaine, une nouvelle surprise sur le tableau noir. Le poulet lait de coco et patate douce était une explosion de saveurs. On adore le concept 'street food du monde'.",
|
||||
tag: "Saveurs Originales",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187239.jpg",
|
||||
avatarAlt: "Thomas G.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-restaurant-with-wooden-chairs-tables_181624-57563.jpg?_wi=2",
|
||||
imageAlt: "happy couple dining restaurant",
|
||||
},
|
||||
id: "2", name: "Thomas G.", date: "18/02/2024", title: "Innovant et délicieux !", quote: "Chaque semaine, une nouvelle surprise sur le tableau noir. Le poulet lait de coco et patate douce était une explosion de saveurs. On adore le concept 'street food du monde'.", tag: "Saveurs Originales", avatarSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187239.jpg", avatarAlt: "Thomas G.", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-restaurant-with-wooden-chairs-tables_181624-57563.jpg", imageAlt: "happy couple dining restaurant"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Claire L.",
|
||||
date: "05/01/2024",
|
||||
title: "Cadre idyllique et service adorable.",
|
||||
quote: "Venir à La Grange, c'est s'offrir une parenthèse enchantée. Le cadre est magnifique, en pleine forêt, et l'équipe est aux petits soins. La cuisine est gourmande et créative. On reviendra !",
|
||||
tag: "Ambiance Chaleureuse",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598413.jpg",
|
||||
avatarAlt: "Claire L.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-thanksgiving-meal_23-2148629541.jpg",
|
||||
imageAlt: "happy couple dining restaurant",
|
||||
},
|
||||
id: "3", name: "Claire L.", date: "05/01/2024", title: "Cadre idyllique et service adorable.", quote: "Venir à La Grange, c'est s'offrir une parenthèse enchantée. Le cadre est magnifique, en pleine forêt, et l'équipe est aux petits soins. La cuisine est gourmande et créative. On reviendra !", tag: "Ambiance Chaleureuse", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598413.jpg", avatarAlt: "Claire L.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-thanksgiving-meal_23-2148629541.jpg", imageAlt: "happy couple dining restaurant"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Julien M.",
|
||||
date: "10/11/2023",
|
||||
title: "La meilleure adresse pour un burger maison !",
|
||||
quote: "J'ai rarement mangé un burger aussi bon, les produits sont frais et la qualité est au rendez-vous. La cuisson est parfaite et la mimolette se marie très bien. Un must-try !",
|
||||
tag: "Burgers Gourmands",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/chalkboard-italian-food-ingredients_23-2148551742.jpg",
|
||||
avatarAlt: "Julien M.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-burger-red-tasty-fried-inside-plate-light-wall_140725-11599.jpg?_wi=1",
|
||||
imageAlt: "happy couple dining restaurant",
|
||||
},
|
||||
id: "4", name: "Julien M.", date: "10/11/2023", title: "La meilleure adresse pour un burger maison !", quote: "J'ai rarement mangé un burger aussi bon, les produits sont frais et la qualité est au rendez-vous. La cuisson est parfaite et la mimolette se marie très bien. Un must-try !", tag: "Burgers Gourmands", avatarSrc: "http://img.b2bpic.net/free-photo/chalkboard-italian-food-ingredients_23-2148551742.jpg", avatarAlt: "Julien M.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-burger-red-tasty-fried-inside-plate-light-wall_140725-11599.jpg", imageAlt: "happy couple dining restaurant"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Amélie P.",
|
||||
date: "29/09/2023",
|
||||
title: "Une découverte incroyable !",
|
||||
quote: "Le menu 5 services à 33€ est d'un rapport qualité-prix imbattable. Chaque plat est une œuvre d'art, et on voit les chefs travailler en direct. Une expérience mémorable !",
|
||||
tag: "Expérience Unique",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/happy-people-celebrating-4th-july-medium-shot_23-2149383113.jpg",
|
||||
avatarAlt: "Amélie P.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/duck-magret_93675-129772.jpg?_wi=1",
|
||||
imageAlt: "happy couple dining restaurant",
|
||||
},
|
||||
id: "5", name: "Amélie P.", date: "29/09/2023", title: "Une découverte incroyable !", quote: "Le menu 5 services à 33€ est d'un rapport qualité-prix imbattable. Chaque plat est une œuvre d'art, et on voit les chefs travailler en direct. Une expérience mémorable !", tag: "Expérience Unique", avatarSrc: "http://img.b2bpic.net/free-photo/happy-people-celebrating-4th-july-medium-shot_23-2149383113.jpg", avatarAlt: "Amélie P.", imageSrc: "http://img.b2bpic.net/free-photo/duck-magret_93675-129772.jpg", imageAlt: "happy couple dining restaurant"},
|
||||
]}
|
||||
title="Ce que nos clients disent de nous"
|
||||
description="Découvrez les avis de ceux qui ont partagé notre passion pour la bonne cuisine et l'atmosphère unique de La Grange."
|
||||
@@ -245,6 +146,8 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
title="Découvrez nos produits d'exception"
|
||||
description="Une sélection de saveurs uniques, préparées avec passion et des ingrédients de saison."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -255,25 +158,17 @@ export default function LandingPage() {
|
||||
description="N'hésitez pas à nous envoyer un message pour toute demande d'information ou réservation. Nous vous répondrons dans les plus brefs délais."
|
||||
inputs={[
|
||||
{
|
||||
name: "Nom",
|
||||
type: "text",
|
||||
placeholder: "Votre nom",
|
||||
required: true,
|
||||
name: "Nom", type: "text", placeholder: "Votre nom", required: true,
|
||||
},
|
||||
{
|
||||
name: "Email",
|
||||
type: "email",
|
||||
placeholder: "Votre email",
|
||||
required: true,
|
||||
name: "Email", type: "email", placeholder: "Votre email", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "Message",
|
||||
placeholder: "Votre message",
|
||||
rows: 4,
|
||||
name: "Message", placeholder: "Votre message", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="asset://contact-form-rustic"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/old-wooden-wall-background-with-shelves-old-coffee-cup_1150-6333.jpg"
|
||||
imageAlt="Rustic contact form with wooden background"
|
||||
mediaAnimation="slide-up"
|
||||
buttonText="Envoyer un message"
|
||||
@@ -284,13 +179,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="La Grange"
|
||||
leftLink={{
|
||||
text: "Mentions Légales",
|
||||
href: "/#",
|
||||
}}
|
||||
text: "Mentions Légales", href: "/#"}}
|
||||
rightLink={{
|
||||
text: "Politique de Confidentialité",
|
||||
href: "/#",
|
||||
}}
|
||||
text: "Politique de Confidentialité", href: "/#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user