forked from veda/www_veda_2025
feat: add audio player and update navigation menu
- Added new audio player component with background music autoplay functionality - Updated navigation menu items and styling: - Renamed menu items to MENUS, STORY, EVENTS, CONTACT - Modified link styling with new gray color scheme and tracking - Installed react-audio-player dependency for audio functionality - Adjusted Hero component layout to improve vertical centering - Integrated AudioPlayer component in main page layout with fixed positioning
This commit is contained in:
@@ -11,7 +11,7 @@ export function Hero() {
|
||||
style={{ backgroundImage: 'url(/images/hero.jpg)', backgroundSize: 'cover', backgroundPosition: 'center' }}
|
||||
/>
|
||||
<BgNoise />
|
||||
<Container className="flex min-h-screen items-center pb-16 pt-20 text-center lg:pt-32">
|
||||
<Container className="flex min-h-screen items-center justify-center text-center">
|
||||
<div className="relative z-10 mx-auto flex justify-center">
|
||||
<Image
|
||||
src="/images/noire_logo.png"
|
||||
|
||||
Reference in New Issue
Block a user