From 0629e506f5213aa8d35670398e8a0138c2033ffa Mon Sep 17 00:00:00 2001 From: John Schmidt Date: Sun, 15 Mar 2026 18:09:33 -0500 Subject: [PATCH] feat: update contact page styles and navigation links --- Application/app/contact/page.tsx | 10 +++++----- Application/components/footer.tsx | 2 +- Application/components/navbar.tsx | 1 - 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/Application/app/contact/page.tsx b/Application/app/contact/page.tsx index f925c6d..fab9025 100644 --- a/Application/app/contact/page.tsx +++ b/Application/app/contact/page.tsx @@ -20,21 +20,21 @@ export default function Contact() { return ( - + - + - + - + Contact details - + Please provide your contact details below and we will reach out to you soon! diff --git a/Application/components/footer.tsx b/Application/components/footer.tsx index 2d45174..e807a83 100644 --- a/Application/components/footer.tsx +++ b/Application/components/footer.tsx @@ -24,7 +24,7 @@ const Footer = () => { Home About Us FAQ - Recordings + Contact diff --git a/Application/components/navbar.tsx b/Application/components/navbar.tsx index 2e553a4..63db579 100644 --- a/Application/components/navbar.tsx +++ b/Application/components/navbar.tsx @@ -33,7 +33,6 @@ export default function Navbar() { Home About Us FAQ - Recordings Contact