4 Commits

Author SHA1 Message Date
18c8680979 Merge version_4 into main
Merge version_4 into main
2026-03-03 11:03:40 +00:00
94b270f5f7 Update src/app/page.tsx 2026-03-03 11:03:34 +00:00
4e1ba2b5d9 Update src/app/layout.tsx 2026-03-03 11:03:32 +00:00
747a0caae3 Merge version_3 into main
Merge version_3 into main
2026-03-03 09:59:33 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1425,4 +1425,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
background={{ variant: "plain" }}
buttons={[
{ text: "Book an Appointment", href: "#contact" },
{ text: "Book Your Cut Now", href: "#contact" },
{ text: "Call Now", href: "tel:0465259710" }
]}
buttonAnimation="slide-up"
@@ -205,4 +205,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}