Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 94b270f5f7 | |||
| 4e1ba2b5d9 | |||
| 747a0caae3 |
@@ -1425,4 +1425,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -46,7 +46,7 @@ export default function LandingPage() {
|
|||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Book an Appointment", href: "#contact" },
|
{ text: "Book Your Cut Now", href: "#contact" },
|
||||||
{ text: "Call Now", href: "tel:0465259710" }
|
{ text: "Call Now", href: "tel:0465259710" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
@@ -205,4 +205,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user