3 Commits

Author SHA1 Message Date
33ab7b202b Update src/app/page.tsx 2026-05-12 13:11:41 +00:00
4819ee9930 Merge version_2 into main
Merge version_2 into main
2026-05-12 13:09:05 +00:00
3fce0d2902 Merge version_2 into main
Merge version_2 into main
2026-05-12 13:08:35 +00:00

View File

@@ -124,7 +124,7 @@ export default function LandingPage() {
},
{
id: "m2", icon: Clock,
title: "Disponibilité", value: "7/7", description: "Sur rendez-vous"
title: "Disponibilité", value: "7/7", description: "Ouvert de 10h à 18h en semaine, 11h à 17h le week-end"
},
{
id: "m3", icon: Phone,
@@ -169,7 +169,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplitForm
title="Restez en contact"
description="Inscrivez-vous pour découvrir nos nouvelles œuvres et événements en avant-première."
description="Nos heures d'ouverture : Lun-Ven 10h-18h | Sam-Dim 11h-17h. Inscrivez-vous pour nos nouveautés."
inputs={[
{ name: "nom", type: "text", placeholder: "Votre nom" },
{ name: "email", type: "email", placeholder: "Votre email" }
@@ -185,6 +185,7 @@ export default function LandingPage() {
{
title: "Contact", items: [
{ label: "5 Rue Blainville E, Sainte-Thérèse", href: "#" },
{ label: "Lun-Ven 10h-18h | Sam-Dim 11h-17h", href: "#" },
{ label: "(450) 951-9416", href: "tel:4509519416" }
]
}