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