Merge version_1 into main #1
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
||||
title="Une expérience culinaire authentique au cœur de Néris-les-Bains"
|
||||
description="Découvrez notre cuisine française raffinée, préparée avec des produits frais et des saveurs authentiques. Situé au Golf de Sainte-Agathe dans un cadre verdoyant et apaisant."
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-woman-reading-veranda_1163-3424.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-woman-reading-veranda_1163-3424.jpg?_wi=1"
|
||||
imageAlt="Terrasse extérieure De Bouche à Oreille avec parasols et nature"
|
||||
buttons={[
|
||||
{ text: "Voir le Menu", href: "#menu" },
|
||||
@@ -71,7 +71,7 @@ export default function LandingPage() {
|
||||
title: "Présentation Raffinée", description: "Chaque assiette est une œuvre d'art gastronomique", icon: Sparkles,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg?_wi=1"
|
||||
imageAlt="Intérieur chaleureux du restaurant"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
@@ -88,11 +88,11 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "entrecote", name: "Entrecôte Grillée Maison", price: "28€", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-vegetables-plate_141793-111.jpg", imageAlt: "Entrecôte grillée avec pommes de terre rôties"},
|
||||
id: "entrecote", name: "Entrecôte Grillée Maison", price: "28€", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-vegetables-plate_141793-111.jpg?_wi=1", imageAlt: "Entrecôte grillée avec pommes de terre rôties"},
|
||||
{
|
||||
id: "saumon", name: "Saumon Poché Sauce Beurre Blanc", price: "32€", imageSrc: "http://img.b2bpic.net/free-photo/rolls-topped-with-melted-cheese_140725-3680.jpg", imageAlt: "Saumon délicatement poché"},
|
||||
id: "saumon", name: "Saumon Poché Sauce Beurre Blanc", price: "32€", imageSrc: "http://img.b2bpic.net/free-photo/rolls-topped-with-melted-cheese_140725-3680.jpg?_wi=1", imageAlt: "Saumon délicatement poché"},
|
||||
{
|
||||
id: "coq", name: "Coq au Vin Traditionnel", price: "26€", imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg", imageAlt: "Coq au vin authentique"},
|
||||
id: "coq", name: "Coq au Vin Traditionnel", price: "26€", imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg?_wi=2", imageAlt: "Coq au vin authentique"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -108,16 +108,16 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Terrasse Paisible", role: "Ambiance extérieure", company: "De Bouche à Oreille", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-reading-veranda_1163-3424.jpg", imageAlt: "Terrasse extérieure sereine"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-reading-veranda_1163-3424.jpg?_wi=2", imageAlt: "Terrasse extérieure sereine"},
|
||||
{
|
||||
id: "2", name: "Plats Signature", role: "Spécialités maison", company: "De Bouche à Oreille", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-vegetables-plate_141793-111.jpg", imageAlt: "Nos plats signature"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-vegetables-plate_141793-111.jpg?_wi=2", imageAlt: "Nos plats signature"},
|
||||
{
|
||||
id: "3", name: "Atmosphère Intime", role: "Décor chaleureux", company: "De Bouche à Oreille", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg", imageAlt: "Intérieur élégant"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg?_wi=3", imageAlt: "Intérieur élégant"},
|
||||
{
|
||||
id: "4", name: "Présentation Raffinée", role: "Excellence culinaire", company: "De Bouche à Oreille", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rolls-topped-with-melted-cheese_140725-3680.jpg", imageAlt: "Plat superbement présenté"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rolls-topped-with-melted-cheese_140725-3680.jpg?_wi=2", imageAlt: "Plat superbement présenté"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "4.8/5", label: "Note moyenne" },
|
||||
|
||||
Reference in New Issue
Block a user