Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-05-27 12:22:16 +00:00

View File

@@ -298,7 +298,7 @@ export default function LandingPage() {
{
label: "Testimonials", href: "#testimonials"},
{
label: "Contact", href: "#contact"},
label: "Contact Us", href: "#contact"},
],
},
{
@@ -311,6 +311,14 @@ export default function LandingPage() {
label: "Book Online", href: "#contact"},
],
},
{
items: [
{
label: "Call Us: (123) 456-7890", href: "tel:1234567890"},
{
label: "Email: hello@salonhaircrush.com", href: "mailto:hello@salonhaircrush.com"},
],
},
]}
logoText="Hair that feels like you — only elevated."
/>
@@ -318,4 +326,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}