feat(hero): add info__line section and new button structure with SVG + arrow-circle
- Toegevoegd <section class="info__line"> met adres & openingstijden en styling.
- Toevoegen van responsiveness
refs: #105
style(navbar): adjust blur strength and gradient transparency for softer visual layering
- Reduced backdrop blur from 50px to 10px for a more subtle glass effect and refined the linear gradient for smoother transparency transition.
- Slightly increased top padding for better visual balance in the navigation bar.
refs #104
style(hero): add responsive breakpoints for tablet and desktop
- Implemented responsive behavior for .hero height, heading sizes, and spacing.
Adjusted layout for optimal readability across mobile, tablet, and desktop viewports.
refs #105
style(hero): add hero content positioning and typography
- Added .hero__content container and text styling for headings.
- Add “Night Mango” display font and adjusted font sizes, weights, and spacing for visual hierarchy.
refs #105
feat(hero): add base hero section layout and background
- Added the main .hero section container with flex layout, full viewport height, left aligned content, and background image.
- Added ::before overlay for dark filter effect.
refs #105