change dove to lion
This commit is contained in:
parent
f10330e14c
commit
ff1c26fac4
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 46 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 25 KiB |
|
|
@ -37,7 +37,7 @@ const tl = createTranslator(Astro.currentLocale);
|
|||
<h2 class="text-[#EAE6D2] text-lg py-8">{tl("hero.body")}</h2>
|
||||
<div class="w-16 self-end md:mt-64">
|
||||
<img
|
||||
src="/img/white-dove.webp"
|
||||
src="/img/white-lion.png"
|
||||
alt="White Dove"
|
||||
/>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ const tl = createTranslator(Astro.currentLocale);
|
|||
<div class="hidden lg:block row-span-2 col-span-full lg:col-span-1 over bg-[#CBA16A] relative">
|
||||
<div class="relative">
|
||||
<BoxContainer props={{
|
||||
bgImage: 'https://ik.imagekit.io/crpy/tr:o-20/dove.webp?updatedAt=1770966556158',
|
||||
bgImage: 'https://ik.imagekit.io/crpy/tr:o-20/white-lion.png',
|
||||
bgColor: '#CBA16A',
|
||||
}} />
|
||||
<div class="absolute -bottom-[8rem] z-10 w-full">
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ const { title } = Astro.props;
|
|||
<div class="container mx-auto">
|
||||
<div class="flex justify-between px-4">
|
||||
<h2 class="text-tertiary font-secondary text-xl sm:text-2xl md:text-3xl lg:text-5xl font-bold">{title}</h2>
|
||||
<Icon name="logo" class="text-6xl" />
|
||||
<img class="w-20 h-20" src="/img/lion.svg" alt="Leon">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -39,7 +39,7 @@
|
|||
"titleColor": "text-[#CBA16A]",
|
||||
"textColor": "text-[#EDE9D9]",
|
||||
"sizeText": "text-xl",
|
||||
"bgImage": "https://ik.imagekit.io/crpy/tr:o-20/dove.webp?updatedAt=1770966556158",
|
||||
"bgImage": "https://ik.imagekit.io/crpy/tr:o-20/white-lion.png",
|
||||
"url": "#programs",
|
||||
"hasButton": true,
|
||||
"hasIcon": true,
|
||||
|
|
@ -66,7 +66,7 @@
|
|||
"title": "Mission, Vision and Institutional Values.",
|
||||
"buttonLabel": "READ MORE",
|
||||
"hasButton": true,
|
||||
"bgImage": "https://ik.imagekit.io/crpy/tr:o-20/dove.webp?updatedAt=1770966556158",
|
||||
"bgImage": "https://ik.imagekit.io/crpy/tr:o-20/white-lion.png",
|
||||
"hasIcon": true,
|
||||
"url":"#mision",
|
||||
"bgColor": "#CBA16A",
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@
|
|||
"titleColor": "text-[#CBA16A]",
|
||||
"textColor": "text-[#EDE9D9]",
|
||||
"sizeText": "text-xl",
|
||||
"bgImage": "https://ik.imagekit.io/crpy/tr:o-20/dove.webp?updatedAt=1770966556158",
|
||||
"bgImage": "https://ik.imagekit.io/crpy/tr:o-20/white-lion.png",
|
||||
"url": "#programs",
|
||||
"hasButton": true,
|
||||
"hasIcon": true,
|
||||
|
|
@ -68,7 +68,7 @@
|
|||
"title": "Misión, Visión y Valores Institucionales.",
|
||||
"buttonLabel": "LEER MÁS",
|
||||
"hasButton": true,
|
||||
"bgImage": "https://ik.imagekit.io/crpy/tr:o-20/dove.webp?updatedAt=1770966556158",
|
||||
"bgImage": "https://ik.imagekit.io/crpy/tr:o-20/white-lion.png",
|
||||
"hasIcon": true,
|
||||
"url":"#mision",
|
||||
"bgColor": "#CBA16A",
|
||||
|
|
|
|||
Loading…
Reference in New Issue