diff --git a/src/app/page.tsx b/src/app/page.tsx index e70b6a0..1523e2d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,13 +47,13 @@ export default function LandingPage() { tag="Luxe Accessible & Authentique" tagIcon={Heart} tagAnimation="slide-up" - background={{ variant: "grid" }} + background={{ variant: "animated-grid" }} leftCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-banquet_23-2149893514.jpg", imageAlt: "Plat maison généreusement présenté" }, { - imageSrc: "http://img.b2bpic.net/free-photo/plate-green-vegetables-with-tomato-cucumber-radish-herbs_140725-8645.jpg?_wi=1", imageAlt: "Entrée raffinée maison" + imageSrc: "http://img.b2bpic.net/free-photo/plate-green-vegetables-with-tomato-cucumber-radish-herbs_140725-8645.jpg", imageAlt: "Entrée raffinée maison" } ]} rightCarouselItems={[ @@ -156,7 +156,7 @@ export default function LandingPage() { animationType="slide-up" products={[ { - id: "dish-1", name: "Entrée Maison", price: "12€ - 18€", imageSrc: "http://img.b2bpic.net/free-photo/plate-green-vegetables-with-tomato-cucumber-radish-herbs_140725-8645.jpg?_wi=2", imageAlt: "Entrée raffinée et généreuse" + id: "dish-1", name: "Entrée Maison", price: "12€ - 18€", imageSrc: "http://img.b2bpic.net/free-photo/plate-green-vegetables-with-tomato-cucumber-radish-herbs_140725-8645.jpg", imageAlt: "Entrée raffinée et généreuse" }, { id: "dish-2", name: "Plat Principal", price: "24€ - 32€", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-potato-onin-mixed-with-greens-mint-side-view_141793-2367.jpg", imageAlt: "Plat principal copieux et savoureux" @@ -246,7 +246,7 @@ export default function LandingPage() { description="Inscrivez-vous pour recevoir nos informations, offres spéciales et les meilleurs moments du restaurant directement dans votre boîte mail." tagIcon={Mail} tagAnimation="slide-up" - background={{ variant: "grid" }} + background={{ variant: "animated-grid" }} useInvertedBackground={false} inputPlaceholder="Votre email" buttonText="S'Inscrire"