From 4a63edc0b071bacf989d2f47110e5c6201a3ec88 Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Fri, 24 Oct 2025 05:12:46 +0200 Subject: [PATCH] feat: update navigation menu structure and layout MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Renamed navigation links to match new site structure (HOME → MENUS, EXPERIENCES → EVENTS, DAHABIYAS → CONTACT) - Removed ITINERARY link from mobile navigation menu - Improved mobile header layout with better spacing and alignment using justify-between - Added spacer div in mobile view for balanced layout - Simplified navigation container structure by removing nested flex containers --- src/components/Header.jsx | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/src/components/Header.jsx b/src/components/Header.jsx index eeaac8e..4264bb9 100644 --- a/src/components/Header.jsx +++ b/src/components/Header.jsx @@ -66,11 +66,10 @@ function MobileNavigation() { transition className="absolute inset-x-0 top-full mt-4 flex origin-top flex-col rounded-lg bg-white p-4 text-lg tracking-tight text-slate-900 shadow-xl ring-1 ring-slate-900/5 data-[closed]:scale-95 data-[closed]:opacity-0 data-[enter]:duration-150 data-[leave]:duration-100 data-[enter]:ease-out data-[leave]:ease-in" > - HOME + MENUS STORY - EXPERIENCES - DAHABIYAS - ITINERARY + EVENTS + CONTACT ) @@ -80,8 +79,9 @@ export function Header() { return (
-