Update src/app/page.tsx

This commit is contained in:
2026-06-11 10:59:32 +00:00
parent 33f95ec4f6
commit 117497d46d

View File

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