Update src/app/page.tsx

This commit is contained in:
2026-03-04 12:52:12 +00:00
parent 6047c486d0
commit 231b688890

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>
);
}
}