Update src/app/page.tsx
This commit is contained in:
@@ -65,7 +65,7 @@ export default function LandingPage() {
|
|||||||
imageSrc: "http://img.b2bpic.net/free-photo/adorable-little-baby-kitten-sitting-table_658552-63.jpg", imageAlt: "Chaton adorable"
|
imageSrc: "http://img.b2bpic.net/free-photo/adorable-little-baby-kitten-sitting-table_658552-63.jpg", imageAlt: "Chaton adorable"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/veterinarian-taking-care-pet-dog_23-2149198631.jpg", imageAlt: "Vaccination animal"
|
imageSrc: "http://img.b2bpic.net/free-photo/veterinarian-taking-care-pet-dog_23-2149198631.jpg?_wi=1", imageAlt: "Vaccination animal"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
rightCarouselItems={[
|
rightCarouselItems={[
|
||||||
@@ -131,7 +131,7 @@ export default function LandingPage() {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 2,
|
id: 2,
|
||||||
tag: "Prévention", title: "Vaccination", subtitle: "Protection contre les maladies", description: "Calendrier vaccinal complet pour les chiens et les chats. Protection optimale recommandée dès le jeune âge et mise à jour régulière.", imageSrc: "http://img.b2bpic.net/free-photo/veterinarian-taking-care-pet-dog_23-2149198631.jpg", imageAlt: "Service de vaccination animale"
|
tag: "Prévention", title: "Vaccination", subtitle: "Protection contre les maladies", description: "Calendrier vaccinal complet pour les chiens et les chats. Protection optimale recommandée dès le jeune âge et mise à jour régulière.", imageSrc: "http://img.b2bpic.net/free-photo/veterinarian-taking-care-pet-dog_23-2149198631.jpg?_wi=2", imageAlt: "Service de vaccination animale"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 3,
|
id: 3,
|
||||||
@@ -179,22 +179,22 @@ export default function LandingPage() {
|
|||||||
<TestimonialCardTwelve
|
<TestimonialCardTwelve
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Geneviève Flour", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Geneviève Flour"
|
id: "1", name: "Geneviève Flour", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "Geneviève Flour"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", name: "Laura Bergeret", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageAlt: "Laura Bergeret"
|
id: "2", name: "Laura Bergeret", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=1", imageAlt: "Laura Bergeret"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3", name: "Marc Dupont", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Marc Dupont"
|
id: "3", name: "Marc Dupont", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "Marc Dupont"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "4", name: "Sophie Martin", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageAlt: "Sophie Martin"
|
id: "4", name: "Sophie Martin", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=2", imageAlt: "Sophie Martin"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "5", name: "Jean Leclerc", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Jean Leclerc"
|
id: "5", name: "Jean Leclerc", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=3", imageAlt: "Jean Leclerc"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "6", name: "Claire Rousseau", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageAlt: "Claire Rousseau"
|
id: "6", name: "Claire Rousseau", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=3", imageAlt: "Claire Rousseau"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
cardTitle="Plus de 150 avis clients satisfaits nous font confiance"
|
cardTitle="Plus de 150 avis clients satisfaits nous font confiance"
|
||||||
|
|||||||
Reference in New Issue
Block a user