Merge version_3 into main #5

Merged
bender merged 1 commits from version_3 into main 2026-06-11 10:59:35 +00:00

View File

@@ -136,7 +136,7 @@ export default function LandingPage() {
]}
buttons={[
{
text: "Our Story", href: "#"},
text: "Our Story", href: "#about"},
{
text: "Meet Our Team", href: "#team"},
]}
@@ -280,7 +280,7 @@ export default function LandingPage() {
text="Ready to transform your look? Book your bespoke hair experience today. Our team of master stylists awaits."
buttons={[
{
text: "Book Appointment", href: "#"},
text: "Book Appointment", href: "#contact"},
]}
/>
</div>
@@ -330,4 +330,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}