wip supermenu
This commit is contained in:
@@ -2,11 +2,8 @@
|
||||
import '../styles/app.css'
|
||||
import { Regular as Logo } from '@components/Logo'
|
||||
import { Container } from '@components/Container'
|
||||
import {
|
||||
ArrowLeftStartOnRectangleIcon,
|
||||
AcademicCapIcon,
|
||||
ChevronDownIcon,
|
||||
} from '@heroicons/react/24/solid'
|
||||
import { Menu } from '@components/Menu'
|
||||
import { ArrowLeftStartOnRectangleIcon } from '@heroicons/react/24/solid'
|
||||
---
|
||||
|
||||
<!doctype html>
|
||||
@@ -24,7 +21,10 @@ import {
|
||||
<Logo className="h-8" />
|
||||
|
||||
<div class="ml-auto">
|
||||
<a href="#" class="flex gap-1 items-center">
|
||||
<a
|
||||
href="//app.betaeducacao.com.br"
|
||||
class="flex gap-1 items-center hover:outline rounded-xs"
|
||||
>
|
||||
<ArrowLeftStartOnRectangleIcon className="w-5 rotate-180" />
|
||||
<>Entrar</>
|
||||
</a>
|
||||
@@ -33,24 +33,13 @@ import {
|
||||
|
||||
<section class="bg-lime-400 sticky top-0 z-10 py-3">
|
||||
<Container className="flex items-center">
|
||||
<div
|
||||
class="flex gap-1.5 lg:gap-3 items-center rounded hover:ring-2 ring-black"
|
||||
>
|
||||
<div class="flex gap-1.5">
|
||||
<div class="text-black truncate max-lg:max-w-36 font-semibold">
|
||||
NR-18 PEMT Plataforma Móvel de Trabalho Aéreo
|
||||
</div>
|
||||
<ChevronDownIcon className="w-5 fill-black" />
|
||||
</div>
|
||||
</div>
|
||||
<Menu client:load />
|
||||
|
||||
<div class="ml-auto">
|
||||
<button
|
||||
class="bg-black font-semibold py-2.5 px-3 rounded-md cursor-pointer"
|
||||
>
|
||||
Contratar agora
|
||||
</button>
|
||||
</div>
|
||||
<button
|
||||
class="bg-black hover:bg-white hover:text-black font-semibold py-2.5 px-3 rounded-md cursor-pointer ml-auto"
|
||||
>
|
||||
Contratar agora
|
||||
</button>
|
||||
</Container>
|
||||
</section>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user