Update src/app/page.tsx
This commit is contained in:
@@ -63,17 +63,17 @@ export default function LandingPage() {
|
||||
mediaAnimation="slide-up"
|
||||
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={[
|
||||
{
|
||||
type: "text", text: "Produits Locaux"},
|
||||
@@ -123,15 +123,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
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: "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"},
|
||||
id: "3", title: "Une adresse incontournable", quote: "Un cadre chaleureux pour une cuisine gastronomique authentique.", name: "Claire B.", role: "Critique Culinaire"},
|
||||
]}
|
||||
title="Ce que nos convives disent"
|
||||
description="La satisfaction de nos clients est notre plus belle récompense."
|
||||
@@ -186,9 +182,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Le Parvis"
|
||||
leftLink={{
|
||||
text: "Mentions Légales", href: "#"}}
|
||||
text: "Contactez-nous", href: "#contact"}}
|
||||
rightLink={{
|
||||
text: "© 2024 Le Parvis Périgueux", href: "#"}}
|
||||
text: "© 2025 Le Parvis Périgueux - Gastronomie", href: "/"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user