From f195ff7cce579005ea572722f09ad4a9b6e0539d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 20:24:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 50 ++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 42 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fbb3fb0..b23a019 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -96,20 +96,54 @@ export default function LandingPage() { description="Découvrez nos horaires pour planifier votre visite et profitez de nos services de pressing." features={[ { - title: "Dimanche", description: 'Fermé Fermé' + title: "Dimanche", description: `
+ Fermé + Fermé +
`, }, { - title: "Lundi", description: 'Fermé Fermé' + title: "Lundi", description: `
+ Fermé + Fermé +
`, + }, + { + title: "Mardi", description: `
+ 07:15–12:15 + 15:00–19:30 +
`, + }, + { + title: "Mercredi", description: `
+ 07:15–12:15 + 15:00–19:30 +
`, + }, + { + title: "Jeudi", description: `
+ 07:15–12:15 + 15:00–19:30 +
`, + }, + { + title: "Vendredi", description: `
+ 07:15–12:15 + 15:00–19:30 +
`, + }, + { + title: "Samedi", description: `
+ 08:00–12:15 + 15:00–18:30 +
`, }, - { title: "Mardi", description: "07:15–12:15
15:00–19:30" }, - { title: "Mercredi", description: "07:15–12:15
15:00–19:30" }, - { title: "Jeudi", description: "07:15–12:15
15:00–19:30" }, - { title: "Vendredi", description: "07:15–12:15
15:00–19:30" }, - { title: "Samedi", description: "08:00–12:15
15:00–18:30" } ]} animationType="slide-up" textboxLayout="default" useInvertedBackground={false} + cardClassName="p-4 sm:p-6 lg:p-8 border border-gray-200 rounded-lg text-left" + cardTitleClassName="text-lg font-semibold mb-2" + cardDescriptionClassName="text-base" /> @@ -171,4 +205,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file