Update src/app/page.tsx
This commit is contained in:
@@ -91,15 +91,26 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hours" data-section="hours">
|
||||
<AboutMetric
|
||||
<FeatureCardSeven
|
||||
title="Nos horaires d'ouverture"
|
||||
metrics={[
|
||||
{ icon: XCircle, label: "Lundi", value: "Fermé" },
|
||||
{ icon: Clock, label: "Mardi - Vendredi", value: "07:15–12:15 / 15:00–19:30" },
|
||||
{ icon: Clock, label: "Samedi", value: "08:00–12:15 / 15:00–18:30" },
|
||||
{ icon: XCircle, label: "Dimanche", value: "Fermé" }
|
||||
description="Découvrez nos horaires pour planifier votre visite et profitez de nos services de pressing."
|
||||
features={[
|
||||
{
|
||||
title: "Dimanche", description: '<span class="text-gray-500 block mb-1">Fermé</span> <span class="inline-flex items-center rounded-full bg-gray-100 px-2 py-1 text-xs font-medium text-gray-600 ring-1 ring-inset ring-gray-500/10">Fermé</span>',
|
||||
cardClassName: "bg-gray-50 dark:bg-gray-800"
|
||||
},
|
||||
{
|
||||
title: "Lundi", description: '<span class="text-gray-500 block mb-1">Fermé</span> <span class="inline-flex items-center rounded-full bg-gray-100 px-2 py-1 text-xs font-medium text-gray-600 ring-1 ring-inset ring-gray-500/10">Fermé</span>',
|
||||
cardClassName: "bg-gray-50 dark:bg-gray-800"
|
||||
},
|
||||
{ title: "Mardi", description: "07:15–12:15<br/>15:00–19:30" },
|
||||
{ title: "Mercredi", description: "07:15–12:15<br/>15:00–19:30" },
|
||||
{ title: "Jeudi", description: "07:15–12:15<br/>15:00–19:30" },
|
||||
{ title: "Vendredi", description: "07:15–12:15<br/>15:00–19:30" },
|
||||
{ title: "Samedi", description: "08:00–12:15<br/>15:00–18:30" }
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -139,7 +150,7 @@ export default function LandingPage() {
|
||||
<div id="location" data-section="location">
|
||||
<ContactSplitForm
|
||||
title="Nous trouver à Clamart"
|
||||
description="Venez nous rendre visite à Pressing de la Gare, idéalement situé à côté de la gare de Clamart. Facilement accessible pour tous vos besoins.<br/><br/>**Adresse :** Place de la Gare, 92140 Clamart"
|
||||
description="Venez nous rendre visite Place de la Gare, à deux pas du centre de Clamart. Facilement accessible en train, en bus ou à pied.<br/><br/>**Adresse :** Place de la Gare, 92140 Clamart"
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Votre nom", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Votre email", required: true }
|
||||
|
||||
Reference in New Issue
Block a user