diff --git a/src/app/page.tsx b/src/app/page.tsx index a7a92b1..4b50585 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,13 +48,13 @@ export default function LandingPage() { title="L'excellence esthétique au cœur de Paris" description="Depuis 1947, la Clinique des Champs-Élysées Paris 8ème vous offre une expertise médicale de renommée mondiale pour révéler votre beauté naturelle dans un cadre d'exception." testimonials={[ - { name: "Marie D.", handle: "@maried", testimonial: "Un accueil exceptionnel et des résultats à la hauteur de mes attentes.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/architecture_1122-1804.jpg", imageAlt: "luxury aesthetic clinic paris interior" }, + { name: "Marie D.", handle: "@maried", testimonial: "Un accueil exceptionnel et des résultats à la hauteur de mes attentes.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/architecture_1122-1804.jpg?_wi=1", imageAlt: "luxury aesthetic clinic paris interior" }, { name: "Sophie B.", handle: "@sophieb", testimonial: "La référence absolue de la médecine esthétique à Paris.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beauty-salon-treatment-room_181624-30807.jpg", imageAlt: "luxury aesthetic clinic paris interior" }, - { name: "Thomas L.", handle: "@thomasl", testimonial: "Une expérience client irréprochable du début à la fin.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautician-woman-clinic_23-2148878875.jpg", imageAlt: "luxury aesthetic clinic paris interior" }, - { name: "Clara V.", handle: "@clarav", testimonial: "Le professionnalisme et le savoir-faire sont au rendez-vous.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/sad-pretty-businesswoman-drawing-graph-glass_1262-1884.jpg", imageAlt: "luxury aesthetic clinic paris interior" }, - { name: "Jean M.", handle: "@jeanm", testimonial: "Résultats bluffants, je recommande vivement ce lieu.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-cosmetology-studio-procedures_1157-34900.jpg", imageAlt: "luxury aesthetic clinic paris interior" }, + { name: "Thomas L.", handle: "@thomasl", testimonial: "Une expérience client irréprochable du début à la fin.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautician-woman-clinic_23-2148878875.jpg?_wi=1", imageAlt: "luxury aesthetic clinic paris interior" }, + { name: "Clara V.", handle: "@clarav", testimonial: "Le professionnalisme et le savoir-faire sont au rendez-vous.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/sad-pretty-businesswoman-drawing-graph-glass_1262-1884.jpg?_wi=1", imageAlt: "luxury aesthetic clinic paris interior" }, + { name: "Jean M.", handle: "@jeanm", testimonial: "Résultats bluffants, je recommande vivement ce lieu.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-cosmetology-studio-procedures_1157-34900.jpg?_wi=1", imageAlt: "luxury aesthetic clinic paris interior" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/architecture_1122-1804.jpg" + imageSrc="http://img.b2bpic.net/free-photo/architecture_1122-1804.jpg?_wi=2" mediaAnimation="blur-reveal" avatars={[ { src: "http://img.b2bpic.net/free-photo/woman-doing-daily-activities-minimal-decorated-room_23-2150407613.jpg", alt: "Client 1" }, @@ -111,9 +111,9 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} products={[ - { id: "1", name: "Médecine Esthétique", price: "Sur consultation", imageSrc: "http://img.b2bpic.net/free-photo/beautician-woman-clinic_23-2148878875.jpg" }, - { id: "2", name: "Chirurgie Esthétique", price: "Sur devis", imageSrc: "http://img.b2bpic.net/free-photo/sad-pretty-businesswoman-drawing-graph-glass_1262-1884.jpg" }, - { id: "3", name: "Soins Laser", price: "À partir de 150€", imageSrc: "http://img.b2bpic.net/free-photo/woman-cosmetology-studio-procedures_1157-34900.jpg" }, + { id: "1", name: "Médecine Esthétique", price: "Sur consultation", imageSrc: "http://img.b2bpic.net/free-photo/beautician-woman-clinic_23-2148878875.jpg?_wi=2" }, + { id: "2", name: "Chirurgie Esthétique", price: "Sur devis", imageSrc: "http://img.b2bpic.net/free-photo/sad-pretty-businesswoman-drawing-graph-glass_1262-1884.jpg?_wi=2" }, + { id: "3", name: "Soins Laser", price: "À partir de 150€", imageSrc: "http://img.b2bpic.net/free-photo/woman-cosmetology-studio-procedures_1157-34900.jpg?_wi=2" }, { id: "4", name: "Rajeunissement", price: "Sur consultation", imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-brunette-getting-lymphatic-massage-her-belly-healthy-beauty-spa-clinic_662251-1960.jpg" }, { id: "5", name: "Soins Visage", price: "À partir de 200€", imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-diagnosing-melanoma-body-female-patient_23-2149365813.jpg" }, { id: "6", name: "Body Contouring", price: "Sur devis", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-woman-going-through-microblading-treatment_23-2149102677.jpg" },