forked from veda/www_veda_2025
feat: redesign homepage with audio player and simplified navigation
- Added audio player bar component with custom music track integration - Simplified header navigation by removing logo and "Book Now" button - Updated hero section with new centered logo design and background noise effect - Removed redundant navigation links and reorganized mobile menu - Added new background noise component with video overlay effect - Replaced static noise video with new version and added audio file - Installed @
This commit is contained in:
13
src/components/ui/AudioPlayerBar.jsx
Normal file
13
src/components/ui/AudioPlayerBar.jsx
Normal file
@@ -0,0 +1,13 @@
|
||||
import AudioPlayerBar from '@kevtucker/react-audio-player-bar';
|
||||
|
||||
function BottomAudioPlayer() {
|
||||
return (
|
||||
<AudioPlayerBar
|
||||
audioSrc="/audios/illbe.mp3"
|
||||
placement="bottom"
|
||||
// other props as supported
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
||||
export default BottomAudioPlayer;
|
||||
Reference in New Issue
Block a user