From fd248d9ea06c40799dd27a1771b83a61875f6aad Mon Sep 17 00:00:00 2001 From: John Schmidt Date: Tue, 10 Mar 2026 08:59:33 -0500 Subject: [PATCH] style: enhance responsive design and dark mode support in FAQ, Footer, and Navbar components --- Application/app/faq/page.tsx | 7 ++++--- Application/components/footer.tsx | 21 +++++++++++++++++---- Application/components/navbar.tsx | 27 +++++++++++++++++++++++---- 3 files changed, 44 insertions(+), 11 deletions(-) diff --git a/Application/app/faq/page.tsx b/Application/app/faq/page.tsx index 6a9093f..b156f32 100644 --- a/Application/app/faq/page.tsx +++ b/Application/app/faq/page.tsx @@ -5,7 +5,7 @@ export default function Faqs() { return ( <> - + Frequently Asked Questions @@ -16,10 +16,11 @@ export default function Faqs() { diff --git a/Application/components/footer.tsx b/Application/components/footer.tsx index c61f450..2d45174 100644 --- a/Application/components/footer.tsx +++ b/Application/components/footer.tsx @@ -1,18 +1,31 @@ import Link from 'next/link'; -import { Box, Flex, HStack } from '@chakra-ui/react'; +import { Box, Flex, Stack } from '@chakra-ui/react'; const Footer = () => { return ( - + +

© 2026 Coding United Club. All rights reserved.

- + + Home About Us FAQ Recordings - +
); diff --git a/Application/components/navbar.tsx b/Application/components/navbar.tsx index 5cb550b..d702acc 100644 --- a/Application/components/navbar.tsx +++ b/Application/components/navbar.tsx @@ -5,12 +5,31 @@ import { ColorModeButton } from "@/components/ui/color-mode"; export default function Navbar() { return ( - - + + + + - Coding United + Coding United + + - + Home About Us FAQ