|
@@ -23,7 +23,7 @@ const { title, ogTitle, ogImage, ogUrl, ogDescription } = Astro.props;
|
|
<meta property="og:image" content={ogImage} />
|
|
<meta property="og:image" content={ogImage} />
|
|
<meta property="og:url" content={ogUrl} />
|
|
<meta property="og:url" content={ogUrl} />
|
|
<meta property="og:description" content={ogDescription} />
|
|
<meta property="og:description" content={ogDescription} />
|
|
- <link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
|
|
|
|
|
+ <link rel="icon" type="image/ico+xml" href="/public/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" />
|
|
<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} />
|
|
<meta name="generator" content={Astro.generator} />
|
|
<title>{title}</title>
|
|
<title>{title}</title>
|
|
@@ -34,19 +34,19 @@ const { title, ogTitle, ogImage, ogUrl, ogDescription } = Astro.props;
|
|
<a href="/"><img src="/public/img/LogoOliva.png" class="mt-4 h-16 w-56" alt="Logo Oliva Mia"></a>
|
|
<a href="/"><img src="/public/img/LogoOliva.png" class="mt-4 h-16 w-56" alt="Logo Oliva Mia"></a>
|
|
<ul class="flex space-x-6 text-sm space-y-10 font-sans text-slate-800 md:space-x-16 md:text-base">
|
|
<ul class="flex space-x-6 text-sm space-y-10 font-sans text-slate-800 md:space-x-16 md:text-base">
|
|
<li></li>
|
|
<li></li>
|
|
- <li class="hover:text-gray-600"><a href="/Menu/">Menú</a></li>
|
|
|
|
- <li class="hover:text-gray-600"><a href="/Productos/">Productos</a></li>
|
|
|
|
- <li class="hover:text-gray-600"><a href="/Nosotros/">Nosotros</a></li>
|
|
|
|
- <li class="hover:text-gray-600"><a href="/Contacto/">Contacto</a></li>
|
|
|
|
|
|
+ <li class="text-slate-800 text-xl hover:text-gray-600"><a href="/Menu/">Menú</a></li>
|
|
|
|
+ <li class="text-slate-800 text-xl hover:text-gray-600"><a href="/Productos/">Productos</a></li>
|
|
|
|
+ <li class="text-slate-800 text-xl hover:text-gray-600"><a href="/Nosotros/">Nosotros</a></li>
|
|
|
|
+ <li class="text-slate-800 text-xl hover:text-gray-600"><a href="/Contacto/">Contacto</a></li>
|
|
<div class="flex space-x-2">
|
|
<div class="flex space-x-2">
|
|
- <a href="https://www.instagram.com/olivamiadeli/" target="_blank">
|
|
|
|
|
|
+ <a href="https://www.instagram.com/olivamiadeli/" target="_blank" class="mt-1">
|
|
<i class="fa-brands fa-square-instagram"></i>
|
|
<i class="fa-brands fa-square-instagram"></i>
|
|
</a>
|
|
</a>
|
|
|
|
|
|
- <a href="#">
|
|
|
|
|
|
+ <a href="#" class="mt-1">
|
|
<i class="fa-brands fa-facebook"></i>
|
|
<i class="fa-brands fa-facebook"></i>
|
|
</a>
|
|
</a>
|
|
- <p>@oliviamiadeli</p>
|
|
|
|
|
|
+ <p class="text-xl text-slate-800">@oliviamiadeli</p>
|
|
</div>
|
|
</div>
|
|
</ul>
|
|
</ul>
|
|
</nav>
|
|
</nav>
|