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