Update src/app/page.tsx
This commit is contained in:
@@ -9,7 +9,7 @@ import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
import { Heart, Sparkles, UtensilsCrossed, Wine } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -173,27 +173,36 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFifteen
|
||||
<TestimonialCardSixteen
|
||||
useInvertedBackground={true}
|
||||
testimonial="Un moment magique dans un cadre somptueux, la cuisine est exquise et le service impeccable. Une adresse incontournable à Paris que nous recommandons vivement !"
|
||||
rating={5}
|
||||
author="Sophie L. (Google Avis)"
|
||||
avatars={[
|
||||
title="Ce que disent nos clients"
|
||||
description="Découvrez les avis de ceux qui ont savouré l'expérience Bistrot de Buci. Leurs histoires racontent notre passion pour la cuisine française et le service d'exception."
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
carouselMode="auto"
|
||||
testimonials={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-overjoyed-woman-rejoicing-her-success_74855-3513.jpg", alt: "Photo de Sophie L."},
|
||||
id: "sophie-l", name: "Sophie L.", role: "Gastronome avertie", company: "Google Avis", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-overjoyed-woman-rejoicing-her-success_74855-3513.jpg", imageAlt: "Photo de Sophie L."
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-attractive-man-closeup_657883-694.jpg", alt: "Photo de Jean M."},
|
||||
id: "jean-m", name: "Jean M.", role: "Amoureux de la cuisine", company: "LaFourchette", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-man-closeup_657883-694.jpg", imageAlt: "Photo de Jean M."
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151098593.jpg", alt: "Photo de Claire D."},
|
||||
id: "isabelle-g", name: "Isabelle G.", role: "Bloggeuse culinaire", company: "TripAdvisor", rating: 5,
|
||||
videoSrc: "https://videos.pexels.com/video-files/3884394/3884394-uhd_2160_3840_30fps.mp4", videoAriaLabel: "Vidéo d'une cliente satisfaite"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-successful-middle-aged-business-leader_1262-5690.jpg", alt: "Photo de Pierre E."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-female-colleagues-embracing-with-eyes-closed-while-having-coffee-break-cafe_637285-8148.jpg", alt: "Photo d'un couple"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/group-young-people-enjoying-dinner-together_23-2148454092.jpg", alt: "Photo d'un groupe d'amis"},
|
||||
id: "pierre-a", name: "Pierre A.", role: "Client fidèle", company: "Réservation Directe", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-successful-middle-aged-business-leader_1262-5690.jpg", imageAlt: "Photo de Pierre A."
|
||||
}
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "4.9 / 5", label: "Note moyenne" },
|
||||
{ value: "300+", label: "Avis vérifiés" },
|
||||
{ value: "Expérience Positive", label: "Recommandations" }
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="opacity"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user