Merge version_1 into main #3
@@ -11,7 +11,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import { AlertTriangle, Apple, Heart, Microscope, Scalpel, Stethoscope, Syringe, Calendar, Users, Clock } from 'lucide-react';
|
||||
import { AlertTriangle, Apple, Heart, Microscope, Scale, Stethoscope, Syringe, Calendar, Users, Clock } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -58,19 +58,19 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Marie Dupont", handle: "Propriétaire chien", testimonial: "Une équipe exceptionnelle, à l'écoute et très professionnelle. Mon chien y est traité comme un roi.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adorable-chihuahua-dog-with-female-owner_23-2149880067.jpg?_wi=1"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adorable-chihuahua-dog-with-female-owner_23-2149880067.jpg"
|
||||
},
|
||||
{
|
||||
name: "Jean Leclerc", handle: "Propriétaire chat", testimonial: "Merci pour votre réactivité en urgence. Un vrai soulagement d'avoir une clinique fiable si proche.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-photo-young-handsome-man-entrepreneur-working-cafe-laptop-while-his-dog-sits_1258-245283.jpg?_wi=1"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-photo-young-handsome-man-entrepreneur-working-cafe-laptop-while-his-dog-sits_1258-245283.jpg"
|
||||
},
|
||||
{
|
||||
name: "Sophie Martin", handle: "Éleveuse chat", testimonial: "Suivi impeccable, conseils avisés et équipements modernes. Je recommande sans hésiter.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=1"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg"
|
||||
},
|
||||
{
|
||||
name: "Pierre Mercier", handle: "Propriétaire cheval", testimonial: "Déplacements rapides, diagnostic précis. L'équipe connaît parfaitement les besoins des chevaux.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg"
|
||||
}
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
@@ -108,7 +108,7 @@ export default function LandingPage() {
|
||||
title: "Vaccination & Prévention", description: "Protocoles de vaccination adaptés et conseils de prévention pour protéger votre animal contre les maladies."
|
||||
},
|
||||
{
|
||||
icon: Scalpel,
|
||||
icon: Scale,
|
||||
title: "Chirurgie", description: "Interventions chirurgicales avec équipements modernes et protocoles de sécurité maximale."
|
||||
},
|
||||
{
|
||||
@@ -159,16 +159,16 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Marie Dupont", imageSrc: "http://img.b2bpic.net/free-photo/adorable-chihuahua-dog-with-female-owner_23-2149880067.jpg?_wi=2", imageAlt: "Marie Dupont"
|
||||
id: "1", name: "Marie Dupont", imageSrc: "http://img.b2bpic.net/free-photo/adorable-chihuahua-dog-with-female-owner_23-2149880067.jpg", imageAlt: "Marie Dupont"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Jean Leclerc", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-photo-young-handsome-man-entrepreneur-working-cafe-laptop-while-his-dog-sits_1258-245283.jpg?_wi=2", imageAlt: "Jean Leclerc"
|
||||
id: "2", name: "Jean Leclerc", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-photo-young-handsome-man-entrepreneur-working-cafe-laptop-while-his-dog-sits_1258-245283.jpg", imageAlt: "Jean Leclerc"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Sophie Martin", imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=2", imageAlt: "Sophie Martin"
|
||||
id: "3", name: "Sophie Martin", imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "Sophie Martin"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Pierre Mercier", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Pierre Mercier"
|
||||
id: "4", name: "Pierre Mercier", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Pierre Mercier"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Isabelle Renard", imageSrc: "http://img.b2bpic.net/free-photo/teenage-girl-her-dog-making-selfie_329181-20369.jpg", imageAlt: "Isabelle Renard"
|
||||
|
||||
Reference in New Issue
Block a user