diff --git a/src/app/page.tsx b/src/app/page.tsx index 961aa25..a558c5b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="small" sizing="mediumLargeSizeMediumTitles" - background="floatingGradient" + background="aurora" cardStyle="layered-gradient" primaryButtonStyle="shadow" secondaryButtonStyle="glass" @@ -53,7 +53,7 @@ export default function LandingPage() { { text: "Nous Appeler", href: "tel:+33385821314" } ]} buttonAnimation="slide-up" - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} leftCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/portrait-adorable-husky-puppy-black-scene_181624-48011.jpg", imageAlt: "Chien heureux" @@ -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/veterinarian-taking-care-pet-dog_23-2149198631.jpg?_wi=1", imageAlt: "Vaccination animal" + imageSrc: "http://img.b2bpic.net/free-photo/veterinarian-taking-care-pet-dog_23-2149198631.jpg", imageAlt: "Vaccination animal" } ]} rightCarouselItems={[ @@ -131,7 +131,7 @@ export default function LandingPage() { }, { 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?_wi=2", 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", imageAlt: "Service de vaccination animale" }, { id: 3, @@ -179,22 +179,22 @@ export default function LandingPage() {