Description: The footer component displays inconsistently across multiple pages of the website. Some pages are missing the footer entirely, while others show outdated styling or misaligned content. This affects both visual consistency and user experience, especially on mobile devices.
Expected Behavior:
Footer should be present on all pages.
Styling should match the design system (colors, spacing, typography).
Content should be uniform (links, copyright, social icons).
Responsive layout should be maintained across screen sizes.
Current Behavior:
Missing footer on pages: /about, /contact, /blog/:id
Misaligned content on /services and /faq
Inconsistent padding and background color on /home
Steps to Reproduce:
Navigate to each listed page.
Observe presence, styling, and layout of the footer.
Compare with the expected design.
Suggested Fix: Audit all page layouts and ensure the footer component is imported and rendered consistently. Refactor the footer into a reusable layout wrapper if needed.
Assigne : @janavipandole
Description: The footer component displays inconsistently across multiple pages of the website. Some pages are missing the footer entirely, while others show outdated styling or misaligned content. This affects both visual consistency and user experience, especially on mobile devices.
Expected Behavior:
Footer should be present on all pages.
Styling should match the design system (colors, spacing, typography).
Content should be uniform (links, copyright, social icons).
Responsive layout should be maintained across screen sizes.
Current Behavior:
Missing footer on pages: /about, /contact, /blog/:id
Misaligned content on /services and /faq
Inconsistent padding and background color on /home
Steps to Reproduce:
Navigate to each listed page.
Observe presence, styling, and layout of the footer.
Compare with the expected design.
Suggested Fix: Audit all page layouts and ensure the footer component is imported and rendered consistently. Refactor the footer into a reusable layout wrapper if needed.
Assigne : @janavipandole