Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user