From 0aa4c7a3c58aa0510ba2b545eaa3b82df9f1bb6a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 13:35:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5b4e4c7..4461da6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -135,7 +135,7 @@ export default function LandingPage() { background={{ variant: "gradient-bars" }} text="Ready to get started? Contact us today for your professional roofing consultation." buttons={[ - { text: "Contact Us Now", href: "#form" }, + { text: "Contact Us Now", href: "#contact" }, ]} /> @@ -146,7 +146,7 @@ export default function LandingPage() { { title: "Company", items: [ { label: "About Us", href: "#about" }, - { label: "Careers", href: "#" }, + { label: "Careers", href: "#contact" }, ], }, { @@ -157,7 +157,7 @@ export default function LandingPage() { }, { title: "Legal", items: [ - { label: "Privacy Policy", href: "#" }, + { label: "Privacy Policy", href: "#contact" }, ], }, ]} @@ -168,4 +168,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1