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