Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-03-04 12:52:17 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -47,7 +47,7 @@ export default function LandingPage() {
tagIcon={MapPin}
tagAnimation="slide-up"
buttons={[
{ text: "Call Now", href: "tel:0789804771" },
{ text: "Book Your Cut Now", href: "tel:0789804771" },
{ text: "Book a Trim", href: "#contact" },
]}
buttonAnimation="slide-up"
@@ -215,4 +215,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}