diff --git a/src/pages/index.astro b/src/pages/index.astro index e5df8bf..91edcfb 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -9,6 +9,7 @@ import Map from "../assets/mapa.png"; import LogoAirbnb from "../assets/logo-airbnb.svg"; import LogoBooking from "../assets/logo-booking.svg"; const optimizedBackgroundImage = await getImage({ src: HeroImage }); +const logoImage = await getImage({ src: Logo }); const reviews = [ { @@ -54,16 +55,17 @@ const reviews = [