- Updated creme-600 color from #FEFAF5 to #f6f1eb for better visual contrast
- Maintained existing color palette structure for creme-900 and creme-200 shades
- Reduced vertical padding on header from py-4 to py-3 to create more compact layout
- No functional changes, purely visual adjustment to improve header appearance
- Added ReactAudioPlayer component with autoplay functionality and reduced volume (0.1)
- Applied opacity and blur effects to make player visually less intrusive
- Fixed player position to bottom of screen with full width and z-index priority
- Integrated default audio track 'illbe.mp3' from public directory
- 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
- Removed import of BottomAudioPlayer component from layout.jsx as it's no longer being used
- Cleaned up imports to improve code clarity and reduce bundle size
- Deleted AudioPlayerBar.jsx component that was no longer being used in the application
- Cleaned up by removing dependency on @kevtucker/react-audio-player-bar package
- Moved audio player from page component to root layout for persistent playback across all pages
- Removed unused auth pages (login, register) and content pages (contact, dahabiyas, experiences, etc.)
- Updated NavLink text color to gold-900 for better visibility
- Added 'use client' directive to AudioPlayerBar component for client-side rendering
- 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 @
- Removed unused component imports from page.jsx to reduce bundle size
- Streamlined Hero component by removing unnecessary elements and whitespace
- Updated Hero container styling to use flex and min-h-screen for better centering
- Kept only essential components (Header, Hero, Footer) in main page layout
- Updated site title and metadata from "VEDA EGYPT NILE CRUISES" to "Maison Noire"
- Removed FeaturedOn component and associated logo assets
- Changed title template from "%s - VEDA" to "%s - MN" for consistent branding
- Add .next to .gitignore to prevent future conflicts
- Remove all build artifacts from git tracking
- Focus on source code changes only for cleaner merges