|
@@ -23,7 +23,7 @@ const { title, ogTitle, ogImage, ogUrl, ogDescription } = Astro.props;
|
|
|
<meta property="og:image" content={ogImage} />
|
|
|
<meta property="og:url" content={ogUrl} />
|
|
|
<meta property="og:description" content={ogDescription} />
|
|
|
- <link rel="icon" type="image/ico+xml" href="/public/favicon.ico" />
|
|
|
+ <link rel="icon" type="image/ico+xml" href="/favicon.ico" />
|
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.1/css/all.min.css" integrity="sha512-5Hs3dF2AEPkpNAR7UiOHba+lRSJNeM2ECkwxUIxC1Q/FLycGTbNapWXB4tP889k5T5Ju8fs4b1P5z/iB4nMfSQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
|
|
<meta name="generator" content={Astro.generator} />
|
|
|
<title>{title}</title>
|
|
@@ -31,7 +31,7 @@ const { title, ogTitle, ogImage, ogUrl, ogDescription } = Astro.props;
|
|
|
<body class="bg-amber-50">
|
|
|
<header>
|
|
|
<nav class="flex w-full h-16 justify-center">
|
|
|
- <a href="/"><img src="/public/img/logo oliva mia sin fondo.png" class="mt-4 h-16 w-56" alt="Logo Oliva Mia"></a>
|
|
|
+ <a href="/"><img src="/img/logo oliva mia sin fondo.png" class="mt-4 h-16 w-56" alt="Logo Oliva Mia"></a>
|
|
|
<ul class="flex space-x-6 text-base space-y-10 font-sans text-slate-800 md:space-x-16 md:text-xl">
|
|
|
<li></li>
|
|
|
<li class="text-slate-800 hover:text-gray-600"><a href="/Menu/">Menú</a></li>
|
|
@@ -68,7 +68,7 @@ const { title, ogTitle, ogImage, ogUrl, ogDescription } = Astro.props;
|
|
|
|
|
|
<div class="grid grid-cols-3 gap-4 items-center">
|
|
|
|
|
|
- <div class="text-white text-lg">
|
|
|
+ <div class="text-white text-lg mx-24">
|
|
|
<ul class="space-y-2">
|
|
|
<li class="underline underline-offset-4 hover:ease-out transition-all duration-500 hover:scale-105 hover:no-underline">
|
|
|
<a href="Nosotros/">Nosotros</a>
|
|
@@ -87,11 +87,11 @@ const { title, ogTitle, ogImage, ogUrl, ogDescription } = Astro.props;
|
|
|
|
|
|
|
|
|
<div class="flex justify-center">
|
|
|
- <img src="/public/img/LogoOlivaMiaBlanco.png" alt="Logo Oliva Mia" class="w-48 h-32">
|
|
|
+ <img src="/img/LogoOlivaMiaBlanco.png" alt="Logo Oliva Mia" class="w-52 h-36">
|
|
|
</div>
|
|
|
|
|
|
|
|
|
- <div class="text-white text-lg flex justify-end">
|
|
|
+ <div class="text-white text-lg flex justify-end mx-24">
|
|
|
<ul class="space-y-2">
|
|
|
<li class="underline underline-offset-4 hover:ease-out transition-all duration-500 hover:scale-105 hover:no-underline">
|
|
|
<a href="TerminosCondiciones/">Términos y condiciones</a>
|