diff --git a/src/app/page.tsx b/src/app/page.tsx index 122094e..a1fc542 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,13 +32,13 @@ export default function LandingPage() {
@@ -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: "Request Free 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" } @@ -87,87 +87,14 @@ export default function LandingPage() { /> -