Update src/app/page.tsx

This commit is contained in:
2026-04-04 21:48:46 +00:00
parent 3b8b2d50b1
commit b58fa3aac4

View File

@@ -62,27 +62,27 @@ export default function LandingPage() {
]} ]}
slides={[ slides={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/cute-bulldog-lifestyle_23-2151765748.jpg", imageSrc: "http://img.b2bpic.net/free-photo/cute-bulldog-lifestyle_23-2151765748.jpg?_wi=1",
imageAlt: "Chien joyeux jouant avec le jouet Pawsy", imageAlt: "Chien joyeux jouant avec le jouet Pawsy",
}, },
{ {
imageSrc: "http://img.b2bpic.net/free-photo/cute-bulldog-lifestyle_23-2151765748.jpg", imageSrc: "http://img.b2bpic.net/free-photo/cute-bulldog-lifestyle_23-2151765748.jpg?_wi=2",
imageAlt: "Chien joyeux jouant avec le jouet Pawsy", imageAlt: "Chien joyeux jouant avec le jouet Pawsy",
}, },
{ {
imageSrc: "http://img.b2bpic.net/free-photo/cute-bulldog-lifestyle_23-2151765748.jpg", imageSrc: "http://img.b2bpic.net/free-photo/cute-bulldog-lifestyle_23-2151765748.jpg?_wi=3",
imageAlt: "Chien joyeux jouant avec le jouet Pawsy", imageAlt: "Chien joyeux jouant avec le jouet Pawsy",
}, },
{ {
imageSrc: "http://img.b2bpic.net/free-photo/cute-bulldog-lifestyle_23-2151765748.jpg", imageSrc: "http://img.b2bpic.net/free-photo/cute-bulldog-lifestyle_23-2151765748.jpg?_wi=4",
imageAlt: "Chien joyeux jouant avec le jouet Pawsy", imageAlt: "Chien joyeux jouant avec le jouet Pawsy",
}, },
{ {
imageSrc: "http://img.b2bpic.net/free-photo/cute-bulldog-lifestyle_23-2151765748.jpg", imageSrc: "http://img.b2bpic.net/free-photo/cute-bulldog-lifestyle_23-2151765748.jpg?_wi=5",
imageAlt: "Chien joyeux jouant avec le jouet Pawsy", imageAlt: "Chien joyeux jouant avec le jouet Pawsy",
}, },
{ {
imageSrc: "http://img.b2bpic.net/free-photo/cute-bulldog-lifestyle_23-2151765748.jpg", imageSrc: "http://img.b2bpic.net/free-photo/cute-bulldog-lifestyle_23-2151765748.jpg?_wi=6",
imageAlt: "Chien joyeux jouant avec le jouet Pawsy", imageAlt: "Chien joyeux jouant avec le jouet Pawsy",
}, },
]} ]}
@@ -112,7 +112,7 @@ export default function LandingPage() {
"Interactif", "Interactif",
"IA", "IA",
], ],
imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-dachshund-dog-with-chewing-toy_23-2149202501.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-dachshund-dog-with-chewing-toy_23-2149202501.jpg?_wi=1",
imageAlt: "Jouet interactif", imageAlt: "Jouet interactif",
}, },
{ {
@@ -124,7 +124,7 @@ export default function LandingPage() {
"Calme", "Calme",
"Santé", "Santé",
], ],
imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-dachshund-dog-with-chewing-toy_23-2149202501.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-dachshund-dog-with-chewing-toy_23-2149202501.jpg?_wi=2",
imageAlt: "Réduction anxiété", imageAlt: "Réduction anxiété",
}, },
{ {
@@ -136,7 +136,7 @@ export default function LandingPage() {
"Forme", "Forme",
"Sport", "Sport",
], ],
imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-dachshund-dog-with-chewing-toy_23-2149202501.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-dachshund-dog-with-chewing-toy_23-2149202501.jpg?_wi=3",
imageAlt: "Activité physique", imageAlt: "Activité physique",
}, },
]} ]}