Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -48,19 +48,19 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Marc-Antoine D.", handle: "CEO", testimonial: "Une organisation irréprochable et des adresses confidentielles. Inoubliable.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-traveling-with-backpack_53876-14387.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-traveling-with-backpack_53876-14387.jpg?_wi=1"},
|
||||
{
|
||||
name: "Sophie M.", handle: "Architecte", testimonial: "Le luxe dans le moindre détail. Une agence qui comprend le vrai sens du voyage.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-taking-walk-by-pool-vacation_23-2149369706.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-taking-walk-by-pool-vacation_23-2149369706.jpg?_wi=1"},
|
||||
{
|
||||
name: "Julien V.", handle: "Entrepreneur", testimonial: "La simplicité de l'exceptionnel. Une expérience client parfaite.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-suitcase-standing-by-airport_1157-33525.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-suitcase-standing-by-airport_1157-33525.jpg?_wi=1"},
|
||||
{
|
||||
name: "Hélène G.", handle: "Avocate", testimonial: "Des souvenirs gravés à vie, merci pour cette expertise.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-wrapped-towel-drinking-coffee_1153-4065.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-wrapped-towel-drinking-coffee_1153-4065.jpg?_wi=1"},
|
||||
{
|
||||
name: "Charles B.", handle: "Directeur", testimonial: "Un service digne des plus grands palaces.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-traveler-posing_23-2148357248.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-traveler-posing_23-2148357248.jpg?_wi=1"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
@@ -120,15 +120,15 @@ export default function LandingPage() {
|
||||
animationType="blur-reveal"
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1", name: "Marc-Antoine D.", handle: "CEO", testimonial: "Une organisation irréprochable.", imageSrc: "http://img.b2bpic.net/free-photo/woman-traveling-with-backpack_53876-14387.jpg"},
|
||||
id: "t1", name: "Marc-Antoine D.", handle: "CEO", testimonial: "Une organisation irréprochable.", imageSrc: "http://img.b2bpic.net/free-photo/woman-traveling-with-backpack_53876-14387.jpg?_wi=2"},
|
||||
{
|
||||
id: "t2", name: "Sophie M.", handle: "Architecte", testimonial: "Le luxe dans les détails.", imageSrc: "http://img.b2bpic.net/free-photo/couple-taking-walk-by-pool-vacation_23-2149369706.jpg"},
|
||||
id: "t2", name: "Sophie M.", handle: "Architecte", testimonial: "Le luxe dans les détails.", imageSrc: "http://img.b2bpic.net/free-photo/couple-taking-walk-by-pool-vacation_23-2149369706.jpg?_wi=2"},
|
||||
{
|
||||
id: "t3", name: "Julien V.", handle: "Entrepreneur", testimonial: "Expérience parfaite.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-suitcase-standing-by-airport_1157-33525.jpg"},
|
||||
id: "t3", name: "Julien V.", handle: "Entrepreneur", testimonial: "Expérience parfaite.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-suitcase-standing-by-airport_1157-33525.jpg?_wi=2"},
|
||||
{
|
||||
id: "t4", name: "Hélène G.", handle: "Avocate", testimonial: "Souvenirs gravés.", imageSrc: "http://img.b2bpic.net/free-photo/woman-wrapped-towel-drinking-coffee_1153-4065.jpg"},
|
||||
id: "t4", name: "Hélène G.", handle: "Avocate", testimonial: "Souvenirs gravés.", imageSrc: "http://img.b2bpic.net/free-photo/woman-wrapped-towel-drinking-coffee_1153-4065.jpg?_wi=2"},
|
||||
{
|
||||
id: "t5", name: "Charles B.", handle: "Directeur", testimonial: "Service digne des grands.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-traveler-posing_23-2148357248.jpg"},
|
||||
id: "t5", name: "Charles B.", handle: "Directeur", testimonial: "Service digne des grands.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-traveler-posing_23-2148357248.jpg?_wi=2"},
|
||||
]}
|
||||
title="Ce que nos clients disent"
|
||||
description="L'excellence au service de vos rêves d'ailleurs."
|
||||
|
||||
Reference in New Issue
Block a user