From 6dc3dda0b2b1761183f347ebc7b06eebc366c582 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 05:35:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8feee8c..877e9f9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { title="Elite Printing Solutions for Your Business" description="Professional printing from business cards to large-scale banners. We handle your social media designs and custom packaging with precision." tag="Quality Marketing & Printing" - buttons={[{ text: "Get A Quote", href: "#contact" }]} + buttons={[{ text: "Request Free Quote", href: "#contact" }]} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-holding-color-palette_23-2149345284.jpg", imageAlt: "Elite Printing Studio" }, { imageSrc: "http://img.b2bpic.net/free-photo/still-life-cmyk-toners-assortment_23-2149120697.jpg", imageAlt: "Print machine expertise" } @@ -183,4 +183,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1