Update src/app/page.tsx
This commit is contained in:
@@ -96,40 +96,26 @@ export default function LandingPage() {
|
||||
description="Découvrez nos horaires pour planifier votre visite et profitez de nos services de pressing."
|
||||
features={[
|
||||
{
|
||||
title: "Dimanche", description: `<div class="flex flex-col items-start gap-1 py-1">
|
||||
<span class="text-gray-500 font-medium">Fermé</span>
|
||||
<span class="inline-flex items-center rounded-full bg-gray-100 px-2 py-0.5 text-xs font-medium text-gray-600 ring-1 ring-inset ring-gray-200">Fermé</span>
|
||||
</div>`,
|
||||
title: "Dimanche", description: ` Fermée `,
|
||||
},
|
||||
{
|
||||
title: "Lundi", description: `<div class="flex flex-col items-start gap-1 py-1">
|
||||
<span class="text-gray-500 font-medium">Fermé</span>
|
||||
<span class="inline-flex items-center rounded-full bg-gray-100 px-2 py-0.5 text-xs font-medium text-gray-600 ring-1 ring-inset ring-gray-200">Fermé</span>
|
||||
</div>`,
|
||||
title: "Lundi", description: ` Fermée `,
|
||||
},
|
||||
{
|
||||
title: "Mardi", description: `<div class="flex flex-col items-start gap-1 py-1">
|
||||
<span>07:15–12:15</span>
|
||||
<span>15:00–19:30</span>
|
||||
</div>`,
|
||||
title: "Mardi", description: `07:15–12:15 15:00–19:30
|
||||
`,
|
||||
},
|
||||
{
|
||||
title: "Mercredi", description: `<div class="flex flex-col items-start gap-1 py-1">
|
||||
<span>07:15–12:15</span>
|
||||
<span>15:00–19:30</span>
|
||||
</div>`,
|
||||
title: "Mercredi", description: `07:15–12:15 15:00–19:30
|
||||
`,
|
||||
},
|
||||
{
|
||||
title: "Jeudi", description: `<div class="flex flex-col items-start gap-1 py-1">
|
||||
<span>07:15–12:15</span>
|
||||
<span>15:00–19:30</span>
|
||||
</div>`,
|
||||
title: "Jeudi", description: `07:15–12:15 15:00–19:30
|
||||
`,
|
||||
},
|
||||
{
|
||||
title: "Vendredi", description: `<div class="flex flex-col items-start gap-1 py-1">
|
||||
<span>07:15–12:15</span>
|
||||
<span>15:00–19:30</span>
|
||||
</div>`,
|
||||
title: "Vendredi", description: `07:15–12:15 15:00–19:30
|
||||
`,
|
||||
},
|
||||
{
|
||||
title: "Samedi", description: `<div class="flex flex-col items-start gap-1 py-1">
|
||||
|
||||
Reference in New Issue
Block a user