Skip to content

Bug Report: Footer Repeating and Overlapping with Hero Section (Home) #644

@Rohitswami16

Description

@Rohitswami16

📝 Other Issue

Description

The footer is being rendered multiple times, and the layout continues into the hero section (home). This behavior creates a visual inconsistency and disrupts the user experience.

Steps to Reproduce

Navigate to the website or affected page.
Scroll to the footer section.
Observe that the footer repeats itself and transitions into the hero section.

Expected Behavior

The footer should appear once at the bottom of the page and not overlap or transition into other sections.

Actual Behavior

The footer is repeated and overlaps with the hero section.

Screenshots

Screenshot 2025-01-07 133407

Possible Causes

Multiple instances of the footer component being rendered in the layout.
Incorrect placement of the footer component in the code structure.
CSS issues causing unintended rendering or overlap.

Additional Notes

Verify the footer component's rendering logic.
Check for any conditionals or loops that might cause duplicate rendering.
Ensure that the footer is not included in both the layout and individual pages.

Checklist

  • I have searched the existing issues, and this issue is not a duplicate.
  • I have starred this repository.
  • I have provided all necessary details.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions