Merge version_4 into main

Merge version_4 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-06-07 17:20:05 +00:00

View File

@@ -196,7 +196,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplitForm
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={[
{
name: "name", type: "text", placeholder: "Your Name", required: true,
@@ -255,10 +255,10 @@ 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>
</ReactLenis>
</ThemeProvider>
);
}
}