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 ( - - + + {/* Spacer for mobile */} + MENUS STORY @@ -89,10 +89,8 @@ export function Header() { CONTACT - - - - + +