diff --git a/src/app/page.tsx b/src/app/page.tsx index ff2ce2e..ad8372f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,140 +28,55 @@ export default function LandingPage() {
@@ -172,34 +87,10 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - id: "f1", - title: "Café d'exception", - subtitle: "Torréfaction artisanale", - category: "Boissons", - value: "Qualité", - }, - { - id: "f2", - title: "Large choix", - subtitle: "Bières et spiritueux", - category: "Bar", - value: "Variété", - }, - { - id: "f3", - title: "Billard à bouchons", - subtitle: "Ambiance détente", - category: "Loisirs", - value: "Jeu", - }, - { - id: "f4", - title: "Sport en live", - subtitle: "Écran géant", - category: "Événements", - value: "Passion", - }, + { id: "f1", title: "Café d'exception", subtitle: "Torréfaction artisanale", category: "Boissons", value: "Qualité" }, + { id: "f2", title: "Large choix", subtitle: "Bières et spiritueux", category: "Bar", value: "Variété" }, + { id: "f3", title: "Billard à bouchons", subtitle: "Ambiance détente", category: "Loisirs", value: "Jeu" }, + { id: "f4", title: "Sport en live", subtitle: "Écran géant", category: "Événements", value: "Passion" }, ]} title="L'univers du Madison" description="Une sélection pensée pour votre confort." @@ -212,18 +103,9 @@ export default function LandingPage() { title="Un endroit qui marque les esprits" description="Découvrez le nouveau Madison. Une rénovation totale alliant le charme de l'ancien à une élégance moderne. Un accueil chaleureux vous attend au cœur de Charleroi." metrics={[ - { - value: "4.5", - title: "Note Google", - }, - { - value: "53", - title: "Avis", - }, - { - value: "100%", - title: "Rénové", - }, + { value: "4.5", title: "Note Google" }, + { value: "53", title: "Avis" }, + { value: "100%", title: "Rénové" }, ]} imageSrc="http://img.b2bpic.net/free-photo/aerial-view-hanging-dusty-lamp-cafe_53876-16229.jpg" imageAlt="L.M. monogram interior" @@ -237,46 +119,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "t1", - title: "Superbe accueil", - quote: "Une adresse incontournable à Charleroi.", - name: "Giuseppe S.", - role: "Habitué", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-male-model-color-flash-light_158595-5105.jpg", - }, - { - id: "t2", - title: "Ambiance top", - quote: "Le billard à bouchons est un pur bonheur.", - name: "Cedric G.", - role: "Passionné", - imageSrc: "http://img.b2bpic.net/free-photo/transgender-model-posing-medium-shot_23-2149154637.jpg", - }, - { - id: "t3", - title: "Cadre chic", - quote: "Décoration élégante et service impeccable.", - name: "Marc D.", - role: "Client régulier", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-unknown-woman-posing_23-2149417554.jpg", - }, - { - id: "t4", - title: "Qualité", - quote: "Excellente sélection de cafés et bières.", - name: "Sophie M.", - role: "Visiteuse", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-male-model-color-flash-light_158595-5122.jpg", - }, - { - id: "t5", - title: "Convivial", - quote: "Parfait pour une soirée entre amis.", - name: "Lucas P.", - role: "Nouveau", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-low-angle_23-2149213172.jpg", - }, + { id: "t1", title: "Superbe accueil", quote: "Une adresse incontournable à Charleroi.", name: "Giuseppe S.", role: "Habitué", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-male-model-color-flash-light_158595-5105.jpg" }, + { id: "t2", title: "Ambiance top", quote: "Le billard à bouchons est un pur bonheur.", name: "Cedric G.", role: "Passionné", imageSrc: "http://img.b2bpic.net/free-photo/transgender-model-posing-medium-shot_23-2149154637.jpg" }, + { id: "t3", title: "Cadre chic", quote: "Décoration élégante et service impeccable.", name: "Marc D.", role: "Client régulier", imageSrc: "http://img.b2bpic.net/free-photo/front-view-unknown-woman-posing_23-2149417554.jpg" }, + { id: "t4", title: "Qualité", quote: "Excellente sélection de cafés et bières.", name: "Sophie M.", role: "Visiteuse", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-male-model-color-flash-light_158595-5122.jpg" }, + { id: "t5", title: "Convivial", quote: "Parfait pour une soirée entre amis.", name: "Lucas P.", role: "Nouveau", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-low-angle_23-2149213172.jpg" }, ]} title="Ce qu'en disent nos clients" description="Retours de nos habitués." @@ -286,9 +133,7 @@ export default function LandingPage() {