fix logo
This commit is contained in:
parent
f2586b8e7c
commit
29caf2e71a
|
@ -9,6 +9,7 @@ import Map from "../assets/mapa.png";
|
||||||
import LogoAirbnb from "../assets/logo-airbnb.svg";
|
import LogoAirbnb from "../assets/logo-airbnb.svg";
|
||||||
import LogoBooking from "../assets/logo-booking.svg";
|
import LogoBooking from "../assets/logo-booking.svg";
|
||||||
const optimizedBackgroundImage = await getImage({ src: HeroImage });
|
const optimizedBackgroundImage = await getImage({ src: HeroImage });
|
||||||
|
const logoImage = await getImage({ src: Logo });
|
||||||
|
|
||||||
const reviews = [
|
const reviews = [
|
||||||
{
|
{
|
||||||
|
@ -54,16 +55,17 @@ const reviews = [
|
||||||
</head>
|
</head>
|
||||||
<body class="m-0 text-night bg-seasalt font-montserrat">
|
<body class="m-0 text-night bg-seasalt font-montserrat">
|
||||||
<nav
|
<nav
|
||||||
class="flex justify-between sm:justify-center max-sm:bg-green p-5 sticky sm:absolute sm:w-full top-0"
|
class="flex justify-center sm:justify-center max-sm:bg-green p-5 sticky sm:absolute sm:w-full top-0"
|
||||||
>
|
>
|
||||||
<Image
|
<Image src={Logo} alt="TODO" class="sr-only" />
|
||||||
src={Logo}
|
<div
|
||||||
alt="TODO"
|
class="h-12 sm:h-20 w-[8.4rem] sm:w-56 bg-seasalt sm:bg-sunglow"
|
||||||
class="h-12 w-auto"
|
|
||||||
style={{
|
style={{
|
||||||
filter: "invert(88%) sepia(96%) saturate(5079%) hue-rotate(185deg) brightness(125%) contrast(96%)",
|
maskImage: `url(${logoImage.src})`,
|
||||||
|
maskSize: "cover",
|
||||||
}}
|
}}
|
||||||
/>
|
>
|
||||||
|
</div>
|
||||||
|
|
||||||
<!-- <button class="text-seasalt">MENU</button> -->
|
<!-- <button class="text-seasalt">MENU</button> -->
|
||||||
</nav>
|
</nav>
|
||||||
|
|
Loading…
Reference in a new issue