From 621788e200fa3f9a130eec596dc54475e1a09e36 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 1 Jun 2026 07:54:58 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 101 +++++++++++---------------------------- 1 file changed, 27 insertions(+), 74 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index e0b961d..cb72d8e 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -25,39 +25,23 @@ export default function LandingPage() { @@ -65,18 +49,13 @@ export default function LandingPage() { @@ -85,14 +64,11 @@ export default function LandingPage() { @@ -102,58 +78,35 @@ export default function LandingPage() { logoText="Southern Roofing Solutions" columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { - label: "Home", - href: "/", - }, + label: "Home", href: "/"}, { - label: "About Us", - href: "/about", - }, + label: "About Us", href: "/about"}, { - label: "Services", - href: "/services", - }, + label: "Services", href: "/services"}, { - label: "Why Choose Us", - href: "/why-choose-us", - }, + label: "Why Choose Us", href: "/why-choose-us"}, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { - label: "Gallery", - href: "/gallery", - }, + label: "Gallery", href: "/gallery"}, { - label: "Testimonials", - href: "/testimonials", - }, + label: "Testimonials", href: "/testimonials"}, { - label: "Contact", - href: "/contact", - }, + label: "Contact", href: "/contact"}, { - label: "Get a Quote", - href: "/contact", - }, + label: "Get a Quote", href: "/contact"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]} @@ -163,4 +116,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file