Update src/app/page.tsx

This commit is contained in:
2026-05-27 21:49:30 +00:00
parent 33d65b5b4e
commit 54874130c8

View File

@@ -234,7 +234,7 @@ export default function LandingPage() {
variant: "radial-gradient"}}
tag="Get In Touch"
title="Ready for Your Next Masterpiece?"
description="Contact Branded Tattoo Ottawa today to schedule your consultation or inquire about our services. Let's create something amazing together."
description="Contact Branded Tattoo Ottawa today to schedule your consultation, inquire about our services, or book your next appointment. Let's create something amazing together."
buttons={[
{
text: "Call Us Now", href: "tel:+16132280282"},
@@ -289,4 +289,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}