Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 544b99a8da | |||
| 8ac3836146 | |||
| 89f200d6a5 | |||
| 3bc33b77db | |||
| 20b92089e8 | |||
| 5d4c084f7b | |||
| 999f3e1f2f |
@@ -8,7 +8,6 @@ import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
||||
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
|
||||
@@ -34,8 +33,6 @@ export default function LandingPage() {
|
||||
name: "Accueil", id: "hero"},
|
||||
{
|
||||
name: "Notre Histoire", id: "about"},
|
||||
{
|
||||
name: "Le Menu", id: "menu"},
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
@@ -62,21 +59,21 @@ export default function LandingPage() {
|
||||
{
|
||||
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"
|
||||
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"},
|
||||
@@ -101,31 +98,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="split-description"
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Confit de Canard Traditionnel", price: "28€", imageSrc: "https://img.freepik.com/photos-premium/confit-de-canard-croustillant-pommes-de-terre-sarladaises-presentation-gastronomique-restaurant_896173-108.jpg"},
|
||||
{
|
||||
id: "2", name: "Foie Gras mi-cuit", price: "22€", imageSrc: "http://img.b2bpic.net/free-photo/bread-with-pate-beer_140725-4473.jpg"},
|
||||
{
|
||||
id: "3", name: "Dessert Signature aux Truffes", price: "14€", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cake-pudding_74190-6026.jpg"},
|
||||
{
|
||||
id: "4", name: "Poisson du Marché", price: "26€", imageSrc: "https://img.freepik.com/photos-premium/filet-poisson-grille-legerement-saisi-legumes-croquants-presentation-soignee-restaurant_896173-109.jpg"},
|
||||
{
|
||||
id: "5", name: "Assiette de Fromages", price: "12€", imageSrc: "https://img.freepik.com/photos-premium/plateau-fromages-regionaux-france-selection-fromages-affines-accompagnements_896173-110.jpg"},
|
||||
{
|
||||
id: "6", name: "Tarte Fine aux Pommes", price: "10€", imageSrc: "https://img.freepik.com/photos-premium/tarte-fine-aux-pommes-caramelisees-boule-glace-vanille-presentation-restaurant_896173-111.jpg"},
|
||||
]}
|
||||
title="Nos Créations de Saison"
|
||||
description="Chaque assiette raconte une histoire, de nos producteurs locaux jusqu'à votre table."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardTwo
|
||||
animationType="slide-up"
|
||||
@@ -151,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."
|
||||
@@ -206,7 +174,7 @@ export default function LandingPage() {
|
||||
name: "message", placeholder: "Votre demande", rows: 4,
|
||||
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>
|
||||
|
||||
@@ -214,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