diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 35c20e8..1fb28e1 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -24,13 +24,13 @@ export default function ContactPage() { { label: "General Junk Removal", href: "/" }, { label: "Yard Waste Removal", href: "/" }, { label: "Construction Cleanouts", href: "/" }, - { label: "Get Free Quote", href: "/contact" }, + { label: "Get Free Quote", href: "mailto:info@goneinahaul.com?subject=Free%20Quote%20Request" }, ], }, { title: "COMPANY", items: [ - { label: "About Us", href: "/" }, - { label: "Service Area", href: "/" }, + { label: "About Us", href: "/about" }, + { label: "Service Area", href: "/service-area" }, { label: "Reviews", href: "/reviews" }, { label: "Contact", href: "/contact" }, ], @@ -77,13 +77,13 @@ export default function ContactPage() {