Skip to content

[Feature] add a dedicated footer #85

@aditijha509

Description

@aditijha509

Feature Request: Dedicated Footer

Summary

A brief description of what you want to add or change.

We need to add a dedicated, responsive footer at the bottom of the application to display navigation links and contact details.


Why is this needed?

What problem does this solve?

  • Currently, pages with short content leave an empty white space at the bottom.
  • Users don't have a clear way to find contact details or support information.

Proposed Changes

What exactly needs to be done?

  1. Create a new Footer.tsx component inside the components/ directory.
  2. Add layout grids for branding, quick links, and contact information.
  3. Update app/layout.tsx to include the <Footer /> component globally.
  4. Ensure sticky behavior using Tailwind CSS (min-h-screen and flex-grow).

Additional Information

Any extra details, links, or notes.

  • This will touch the global UI but won't break any existing page features
  • Colors and typography will match the existing theme configuration.

please asign this to me under SSOC

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions