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

14
package-lock.json generated
View File

@@ -13,6 +13,7 @@
"@headlessui/react": "^2.1.2",
"@headlessui/tailwindcss": "^0.2.0",
"@heroicons/react": "^2.1.5",
"@kevtucker/react-audio-player-bar": "^0.0.2",
"@mui/material": "^7.3.1",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
@@ -4266,6 +4267,19 @@
"@jridgewell/sourcemap-codec": "^1.4.14"
}
},
"node_modules/@kevtucker/react-audio-player-bar": {
"version": "0.0.2",
"resolved": "https://registry.npmjs.org/@kevtucker/react-audio-player-bar/-/react-audio-player-bar-0.0.2.tgz",
"integrity": "sha512-OdyXLPTqutRIXgmiWYrpgOvD1QI7u7ohLGu0cHG8nEGcwbHBmrToQercW7h3Rz+Kt7hGcbtpUxshtcwptEmhiQ==",
"license": "MIT",
"dependencies": {
"postcss": "8"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
}
},
"node_modules/@mui/core-downloads-tracker": {
"version": "7.3.1",
"resolved": "https://registry.npmjs.org/@mui/core-downloads-tracker/-/core-downloads-tracker-7.3.1.tgz",