Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8b8c70d6e7 | |||
| ffbb9fa435 | |||
| 33ab7b202b | |||
| 4819ee9930 | |||
| 3fce0d2902 |
@@ -124,7 +124,7 @@ export default function LandingPage() {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "m2", icon: Clock,
|
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,
|
id: "m3", icon: Phone,
|
||||||
@@ -142,7 +142,7 @@ export default function LandingPage() {
|
|||||||
cardTag="Clients"
|
cardTag="Clients"
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Julie Déco", imageSrc: "http://img.b2bpic.net/free-photo/female-shop-seller-helping-woman-try-new-dress-tying-waistband-customer-choosing-clothes-fashion-store-buying-clothes-boutique-concept_74855-11698.jpg"
|
id: "testimonial-1", name: "Julie Déco", imageSrc: "http://img.b2bpic.net/free-photo/female-shop-seller-helping-woman-try-new-dress-tying-waistband-customer-choosing-clothes-fashion-store-buying-clothes-boutique-concept_74855-11698.jpg"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -154,10 +154,10 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "q1", title: "Livrez-vous ?", content: "Oui, nous proposons une livraison soignée dans toute la région."
|
id: "faq-q1", title: "Livrez-vous ?", content: "Oui, nous proposons une livraison soignée dans toute la région."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "q2", title: "Puis-je commander sur mesure ?", content: "Tout à fait, contactez-nous pour toute demande spéciale."
|
id: "faq-q2", title: "Puis-je commander sur mesure ?", content: "Tout à fait, contactez-nous pour toute demande spéciale."
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
title="Des questions ?"
|
title="Des questions ?"
|
||||||
@@ -169,7 +169,7 @@ export default function LandingPage() {
|
|||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
title="Restez en contact"
|
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={[
|
inputs={[
|
||||||
{ name: "nom", type: "text", placeholder: "Votre nom" },
|
{ name: "nom", type: "text", placeholder: "Votre nom" },
|
||||||
{ name: "email", type: "email", placeholder: "Votre email" }
|
{ name: "email", type: "email", placeholder: "Votre email" }
|
||||||
@@ -185,7 +185,8 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
title: "Contact", items: [
|
title: "Contact", items: [
|
||||||
{ label: "5 Rue Blainville E, Sainte-Thérèse", href: "#" },
|
{ label: "5 Rue Blainville E, Sainte-Thérèse", href: "#" },
|
||||||
{ label: "(450) 951-9416", href: "tel:4509519416" }
|
{ label: "Lun-Ven 10h-18h | Sam-Dim 11h-17h", href: "#" },
|
||||||
|
{ label: "(450) 951-9416", href: "tel-4509519416" }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user