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:
2025-10-24 02:48:01 +02:00
parent ba31d1e860
commit 24110d6e92
10 changed files with 73 additions and 30 deletions

View File

@@ -2,6 +2,7 @@
import { Footer } from '@/components/Footer'
import { Header } from '@/components/Header'
import { Hero } from '@/components/Hero'
import { AudioPlayerBar } from '@/components/ui/AudioPlayerBar'