From 2b58bff107698fad0c504aa79a1fe59224a0db33 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 29 Sep 2025 17:32:51 +0000 Subject: [PATCH 1/2] Initial plan From ca0870b53e287d51d89abe1f0dc2cdaf8c45098b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 29 Sep 2025 17:46:17 +0000 Subject: [PATCH 2/2] Complete navigation and footer redesign with mobile responsiveness Co-authored-by: rezwana-karim <126201034+rezwana-karim@users.noreply.github.com> --- src/components/layout/footer.tsx | 103 ++++++++++-- src/components/layout/header.tsx | 262 +++++++++++++++++++++++++++---- 2 files changed, 318 insertions(+), 47 deletions(-) diff --git a/src/components/layout/footer.tsx b/src/components/layout/footer.tsx index 8b5fddc..458da32 100644 --- a/src/components/layout/footer.tsx +++ b/src/components/layout/footer.tsx @@ -7,9 +7,9 @@ export function Footer() {