Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1f76087cd2 | |||
| 914b285cfb | |||
| 7a321b83a9 | |||
| c6d91fd955 | |||
| 34e5d8d01c |
@@ -196,7 +196,7 @@ export default function LandingPage() {
|
|||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
title="Book Your Haircut"
|
title="Book Your Haircut"
|
||||||
description="Schedule your personalized haircut, color, or treatment. Fill out the form below, and we'll confirm your appointment shortly. For immediate assistance, feel free to call us directly at (514) 484-6902."
|
description="Schedule your personalized haircut, color, or treatment. Fill out the form below, and we'll confirm your appointment shortly. For immediate assistance, feel free to call us directly at (514) 484-6902, or visit us at our location: 5769 Av. Caldwell, Côte Saint-Luc, QC H4W 1W1."
|
||||||
inputs={[
|
inputs={[
|
||||||
{
|
{
|
||||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||||
@@ -208,6 +208,9 @@ export default function LandingPage() {
|
|||||||
name: "email", type: "email", placeholder: "Your Email (optional)", required: false,
|
name: "email", type: "email", placeholder: "Your Email (optional)", required: false,
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
multiSelect={{
|
||||||
|
name: "service", label: "Select Service", options: ["Haircut (Men)", "Haircut (Women)", "Coloring", "Balayage", "Treatments", "Styling"],
|
||||||
|
}}
|
||||||
textarea={{
|
textarea={{
|
||||||
name: "message", placeholder: "Tell us about your desired style, color, or any special requests.", rows: 4,
|
name: "message", placeholder: "Tell us about your desired style, color, or any special requests.", rows: 4,
|
||||||
}}
|
}}
|
||||||
@@ -255,7 +258,7 @@ export default function LandingPage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
copyrightText="© 2026 Salon Shelimar · Côte Saint-Luc, Quebec"
|
copyrightText="© 2026 Salon Shelimar · 5769 Av. Caldwell, Côte Saint-Luc, QC H4W 1W1"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user