This commit is contained in:
sasha-astiadi 2025-07-09 16:57:56 +02:00
parent 64249265e1
commit 33ee366169

View File

@ -72,11 +72,11 @@ function MobileNavigation() {
transition
className="absolute inset-x-0 top-full mt-4 flex origin-top flex-col rounded-2xl 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-enter:ease-out data-leave:duration-100 data-leave:ease-in"
>
<MobileNavLink href="#features">Features</MobileNavLink>
<MobileNavLink href="#testimonials">Testimonials</MobileNavLink>
<MobileNavLink href="#pricing">Pricing</MobileNavLink>
<MobileNavLink href="/about">About</MobileNavLink>
<MobileNavLink href="/ventures">Ventures</MobileNavLink>
<MobileNavLink href="/News">News</MobileNavLink>
<hr className="m-2 border-slate-300/40" />
<MobileNavLink href="/login">Sign in</MobileNavLink>
<MobileNavLink href="/contact">Contact Us</MobileNavLink>
</PopoverPanel>
</Popover>
)
@ -99,11 +99,13 @@ export function Header() {
</div>
</div>
<div className="flex items-center gap-x-5 md:gap-x-8">
<Button href="/contact" color="black">
<span>
Contact Us
</span>
</Button>
<div className="hidden md:block">
<Button href="/contact" color="black">
<span>
Contact Us
</span>
</Button>
</div>
<div className="-mr-1 md:hidden">
<MobileNavigation />
</div>