From d5b5dcca367e43dd1ad83e27b4fd5ac91eb14cc6 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 15:45:22 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 55 +++++++++++----------------------------- 1 file changed, 15 insertions(+), 40 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 570a3e8..2ea55fa 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -26,21 +26,13 @@ export default function LandingPage() { @@ -50,16 +42,13 @@ export default function LandingPage() { @@ -77,37 +66,23 @@ export default function LandingPage() { logoText="Local Rank Experts" columns={[ { - title: "Navigation", - items: [ + title: "Navigation", items: [ { - label: "Home", - href: "/", - }, + label: "Home", href: "/"}, { - label: "Services", - href: "/services", - }, + label: "Services", href: "/services"}, { - label: "About", - href: "/about", - }, + label: "About", href: "/about"}, { - label: "Contact", - href: "/contact", - }, + label: "Contact", href: "/contact"}, ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { - label: "tyler@localrankexperts.ca", - href: "mailto:tyler@localrankexperts.ca", - }, + label: "tyler@localrankexperts.ca", href: "mailto:tyler@localrankexperts.ca"}, { - label: "localrankexperts.ca", - href: "https://localrankexperts.ca", - }, + label: "localrankexperts.ca", href: "https://localrankexperts.ca"}, ], }, ]} @@ -116,4 +91,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file