This commit is contained in:
2025-03-18 14:40:15 -03:00
parent 3519e4dc95
commit 48cb945180
3 changed files with 24 additions and 16 deletions

View File

@@ -2,7 +2,10 @@
import "../styles/app.css";
import { Regular as Logo } from "@components/Logo";
import { Container } from "@components/Container";
import { ArrowLeftStartOnRectangleIcon } from "@heroicons/react/24/solid";
import {
ArrowLeftStartOnRectangleIcon,
AcademicCapIcon,
} from "@heroicons/react/24/solid";
---
<!doctype html>
@@ -16,22 +19,27 @@ import { ArrowLeftStartOnRectangleIcon } from "@heroicons/react/24/solid";
</head>
<body>
<Container className="flex items-center py-2.5 max-lg:px-5">
<Container className="flex items-center py-3 max-lg:px-3">
<Logo className="h-8" />
<div class="ml-auto">
<a href="#" class="flex gap-1 items-center"
><ArrowLeftStartOnRectangleIcon
className="w-5 rotate-180"
/>Entrar</a
>
<a href="#" class="flex gap-1 items-center">
<ArrowLeftStartOnRectangleIcon className="w-5 rotate-180" />
<>Entrar</>
</a>
</div>
</Container>
<section class="bg-lime-400 sticky top-0 z-10">
<Container className="flex items-center py-2.5 lg:py-5 max-lg:px-5">
<div class="text-black truncate max-lg:max-w-42">
NR-18 PEMT Plataforma Móvel de Trabalho Aéreo
<Container className="flex items-center py-3 max-lg:px-3">
<div class="flex gap-1 lg:gap-3 items-center">
<div class="bg-black p-1.5 lg:p-3 rounded-lg lg:rounded-xl">
<AcademicCapIcon className="w-5 lg:w-6 fill-lime-400" />
</div>
<div class="text-black truncate max-lg:max-w-36">
NR-18 PEMT Plataforma Móvel de Trabalho Aéreo
</div>
</div>
<div
@@ -40,7 +48,7 @@ import { ArrowLeftStartOnRectangleIcon } from "@heroicons/react/24/solid";
<button
class="bg-black p-2.5 rounded-md cursor-pointer text-sm"
>
Comprar R$100
Comprar R$149,00
</button>
</div>
</Container>
@@ -48,7 +56,7 @@ import { ArrowLeftStartOnRectangleIcon } from "@heroicons/react/24/solid";
<slot />
<footer class="bg-stone-900 p-5 lg:py-10">
<footer class="bg-stone-900 py-3 lg:py-10 max-lg:px-3">
<Container className="space-y-5">
<div class="space-y-1">
<Logo className="h-10" />