diff --git a/src/app/page.tsx b/src/app/page.tsx index 5d8153c..43138e0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -114,16 +114,16 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Salle Principale", description: "Lumière tamisée, murs pierre, architecture Belle Époque", imageSrc: "http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8730.jpg", imageAlt: "Salle principale élégante", buttonIcon: ArrowRight + title: "Salle Principale", description: "Lumière tamisée, murs pierre, architecture Belle Époque", imageSrc: "http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8730.jpg?_wi=1", imageAlt: "Salle principale élégante", buttonIcon: ArrowRight }, { - title: "Terrasse Couverte", description: "Vue sur les toits de Paris, chauffage discret", imageSrc: "http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8730.jpg", imageAlt: "Terrasse couverte", buttonIcon: ArrowRight + title: "Terrasse Couverte", description: "Vue sur les toits de Paris, chauffage discret", imageSrc: "http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8730.jpg?_wi=2", imageAlt: "Terrasse couverte", buttonIcon: ArrowRight }, { - title: "Salon Privé", description: "Intimité pour vos événements et célébrations", imageSrc: "http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8730.jpg", imageAlt: "Salon privé", buttonIcon: ArrowRight + title: "Salon Privé", description: "Intimité pour vos événements et célébrations", imageSrc: "http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8730.jpg?_wi=3", imageAlt: "Salon privé", buttonIcon: ArrowRight }, { - title: "Cave à Vins", description: "Sélection de plus de 400 références prestigieuses", imageSrc: "http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8730.jpg", imageAlt: "Cave à vins", buttonIcon: ArrowRight + title: "Cave à Vins", description: "Sélection de plus de 400 références prestigieuses", imageSrc: "http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8730.jpg?_wi=4", imageAlt: "Cave à vins", buttonIcon: ArrowRight } ]} />