Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f94e9f46bd | |||
| 8f406ec018 | |||
| 6bc4421baf | |||
| c0c2434833 |
@@ -46,7 +46,7 @@ export default function LandingPage() {
|
||||
description="Révélez votre beauté dès aujourd'hui. Services capillaires professionnels dans un salon chaleureux à Lévis."
|
||||
buttons={[
|
||||
{ text: "Prendre rendez-vous", href: "#contact" },
|
||||
{ text: "Appelez maintenant", href: "tel:+14185550199" },
|
||||
{ text: "Appelez maintenant", href: "tel:+14184782959" },
|
||||
]}
|
||||
slides={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/lodge-wintertime-with-ski-gear_482257-76632.jpg", imageAlt: "Intérieur du salon accueillant" },
|
||||
@@ -133,7 +133,7 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{ id: "m1", icon: MapPin, title: "Adresse", value: "Lévis, QC" },
|
||||
{ id: "m2", icon: Clock, title: "Heures", value: "Mar-Sam 9h-17h" },
|
||||
{ id: "m3", icon: Phone, title: "Téléphone", value: "(418) 555-0199" },
|
||||
{ id: "m3", icon: Phone, title: "Téléphone", value: "418-478-2959" },
|
||||
]}
|
||||
title="Visitez-nous"
|
||||
description="Situé à Lévis, au Québec. Nous avons hâte de vous accueillir."
|
||||
@@ -147,6 +147,7 @@ export default function LandingPage() {
|
||||
description="Prêt à révéler votre beauté ? Contactez-nous pour réserver votre plage horaire."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Votre Nom", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Votre Email", required: true },
|
||||
{ name: "phone", type: "tel", placeholder: "Votre Numéro", required: true },
|
||||
]}
|
||||
textarea={{ name: "message", placeholder: "Votre message ou date souhaitée", rows: 4 }}
|
||||
@@ -157,7 +158,7 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{ items: [{ label: "Tél: (418) 555-0199", href: "tel:+14185550199" }, { label: "Lévis, QC", href: "#location" }] },
|
||||
{ items: [{ label: "Tél: 418-478-2959", href: "tel:+14184782959" }, { label: "Lévis, QC", href: "#location" }] },
|
||||
{ items: [{ label: "Facebook", href: "https://facebook.com" }, { label: "Prendre Rendez-vous", href: "#contact" }] },
|
||||
]}
|
||||
logoText="Salon La cache à repousse"
|
||||
|
||||
Reference in New Issue
Block a user