Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 544b99a8da | |||
| 8ac3836146 | |||
| 89f200d6a5 | |||
| 3bc33b77db | |||
| 20b92089e8 |
@@ -59,21 +59,21 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
text: "Réserver une table", href: "#contact"},
|
text: "Réserver une table", href: "#contact"},
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/background-place-outdoor-tourism-dinner_1220-1243.jpg"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CwyOkGxHajeVRSYZCrnZ93McrB/uploaded-1777314855402-91zzbb6p.jpg"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/high-angle-table-arrangement-with-delicious-food_23-2149617138.jpg", alt: "Diner 1"},
|
src: "https://img.freepik.com/free-photo/confit-duck-leg-with-potatoes_144627-23467.jpg", alt: "Confit de Canard"},
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/side-view-table-served-with-pilaf-with-dried-fruits-served-stewed-meat-with-herbs-bowls_140725-12864.jpg", alt: "Diner 2"},
|
src: "https://img.freepik.com/free-photo/seared-fish-fillet-with-vegetables_1147-384.jpg", alt: "Poisson du marché"},
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517419.jpg", alt: "Diner 3"},
|
src: "https://img.freepik.com/free-photo/cheese-plate-assortment_1147-152.jpg", alt: "Assiette de fromage"},
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/side-view-baked-fish-fillet-with-red-onions-narsharab-plate_140725-11496.jpg", alt: "Diner 4"},
|
src: "https://img.freepik.com/free-photo/apple-tart-with-ice-cream_144627-24892.jpg", alt: "Tarte fine aux pommes"},
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-man-restaurant_23-2148899031.jpg", alt: "Diner 5"},
|
src: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-man-restaurant_23-2148899031.jpg", alt: "Ambiance"},
|
||||||
]}
|
]}
|
||||||
avatarText="Rejoignez nos milliers de convives ravis"
|
avatarText="L'art de recevoir au quotidien"
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{
|
{
|
||||||
type: "text", text: "Produits Locaux"},
|
type: "text", text: "Produits Locaux"},
|
||||||
@@ -123,15 +123,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1", title: "Une pépite !", quote: "Un service impeccable et des plats d'une finesse incroyable.", name: "Sophie M.", role: "Fidèle habituée", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-man-restaurant_23-2148899031.jpg"},
|
id: "1", title: "Une pépite !", quote: "Un service impeccable et des plats d'une finesse incroyable.", name: "Sophie M.", role: "Fidèle habituée"},
|
||||||
{
|
{
|
||||||
id: "2", title: "Inoubliable", quote: "Le meilleur canard que j'ai pu goûter dans la région.", name: "Thomas G.", role: "Voyageur", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517418.jpg"},
|
id: "2", title: "Inoubliable", quote: "Le meilleur canard que j'ai pu goûter dans la région.", name: "Thomas G.", role: "Voyageur"},
|
||||||
{
|
{
|
||||||
id: "3", title: "Une adresse incontournable", quote: "Un cadre chaleureux pour une cuisine gastronomique authentique.", name: "Claire B.", role: "Critique Culinaire", imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081870.jpg"},
|
id: "3", title: "Une adresse incontournable", quote: "Un cadre chaleureux pour une cuisine gastronomique authentique.", name: "Claire B.", role: "Critique Culinaire"},
|
||||||
{
|
|
||||||
id: "4", title: "Parfait", quote: "Une équipe aux petits soins et un repas délicieux.", name: "Jean D.", role: "Local", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-burger-fast-food-cheat-meal-woman-burger-restaurant_169016-67527.jpg"},
|
|
||||||
{
|
|
||||||
id: "5", title: "Qualité exceptionnelle", quote: "Des ingrédients frais sublimés par un chef passionné.", name: "Elise L.", role: "Amateur de cuisine", imageSrc: "http://img.b2bpic.net/free-photo/food-lovers-taking-photo-their-meals_23-2149277993.jpg"},
|
|
||||||
]}
|
]}
|
||||||
title="Ce que nos convives disent"
|
title="Ce que nos convives disent"
|
||||||
description="La satisfaction de nos clients est notre plus belle récompense."
|
description="La satisfaction de nos clients est notre plus belle récompense."
|
||||||
@@ -178,7 +174,7 @@ export default function LandingPage() {
|
|||||||
name: "message", placeholder: "Votre demande", rows: 4,
|
name: "message", placeholder: "Votre demande", rows: 4,
|
||||||
required: true,
|
required: true,
|
||||||
}}
|
}}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/happy-small-business-owner-standing-doorway-opening-bar-business_637285-3402.jpg"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CwyOkGxHajeVRSYZCrnZ93McrB/uploaded-1777314468759-wcqzd4uw.jpg"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -186,9 +182,9 @@ export default function LandingPage() {
|
|||||||
<FooterLogoReveal
|
<FooterLogoReveal
|
||||||
logoText="Le Parvis"
|
logoText="Le Parvis"
|
||||||
leftLink={{
|
leftLink={{
|
||||||
text: "Mentions Légales", href: "#"}}
|
text: "Contactez-nous", href: "#contact"}}
|
||||||
rightLink={{
|
rightLink={{
|
||||||
text: "© 2024 Le Parvis Périgueux", href: "#"}}
|
text: "© 2025 Le Parvis Périgueux - Gastronomie", href: "/"}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user