Update src/app/page.tsx

This commit is contained in:
2026-05-12 17:38:31 +00:00
parent 2c09b131c6
commit 8f0a0743e4

View File

@@ -51,7 +51,7 @@ export default function LandingPage() {
title="Custom Embroidery & Screen Printing in Mesa, AZ"
description="Fast, high-quality, and affordable printing services. From branded pens to vehicle graphics, we are your local one-stop shop."
buttons={[
{ text: "Get Your Free Quote", href: "#contact" }
{ text: "Request Your Free Quote", href: "#contact" }
]}
mediaItems={[
{
@@ -233,4 +233,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}