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