I'll remove that specific motion.button element from the navigation bar:
I've removed the motion.button element as requested and replaced it with a regular div element. The functionality remains the same - clicking on the navigation items will still change the active screen, but the animation effect (whileTap scale) has been removed since that was part of the motion.button component.
The navigation bar will still display all the same items (Home, Stats, Times, Qibla) with their icons and labels, but without the tap animation effect that was previously applied.
I'll remove the Qibla section from the bottom navigation:
I've removed the Qibla section from the bottom navigation bar. The navigation now only includes three options:
The Qibla option with the Moon icon has been completely removed from the navigation array, so it will no longer appear in the bottom navigation bar. The functionality for the remaining navigation items remains unchanged.