feat: add news articles and update CarouselSection component
This commit is contained in:
parent
7b60700832
commit
498a4be75a
|
|
@ -43,12 +43,28 @@ const { images, class: className } = Astro.props;
|
|||
|
||||
<!-- If we need navigation buttons -->
|
||||
<div class="swiper-button-prev">
|
||||
{isHebrew && <Icon name="ph:arrow-circle-right-thin" class="text-white" />}
|
||||
{!isHebrew && <Icon name="ph:arrow-circle-left-thin" class="text-white" />}
|
||||
{
|
||||
isHebrew && (
|
||||
<Icon name="ph:arrow-circle-right-thin" class="text-white" />
|
||||
)
|
||||
}
|
||||
{
|
||||
!isHebrew && (
|
||||
<Icon name="ph:arrow-circle-left-thin" class="text-white" />
|
||||
)
|
||||
}
|
||||
</div>
|
||||
<div class="swiper-button-next">
|
||||
{isHebrew && <Icon name="ph:arrow-circle-left-thin" class="text-white" />}
|
||||
{!isHebrew && <Icon name="ph:arrow-circle-right-thin" class="text-white" />}
|
||||
{
|
||||
isHebrew && (
|
||||
<Icon name="ph:arrow-circle-left-thin" class="text-white" />
|
||||
)
|
||||
}
|
||||
{
|
||||
!isHebrew && (
|
||||
<Icon name="ph:arrow-circle-right-thin" class="text-white" />
|
||||
)
|
||||
}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ thumbnail: 'https://ik.imagekit.io/crpy/tr:w-1280,h-1280,cm-pad_resize,bg-blurre
|
|||
tags: [Israel, Panamá]
|
||||
gallery: [
|
||||
{
|
||||
image: 'https://ik.imagekit.io/crpy/tr:w-1280,h-900,cm-pad_resize,bg-blurred/photo_2025-08-06_18-57-55.jpg',
|
||||
image: 'https://ik.imagekit.io/crpy/tr:w-1920,h-1280,cm-pad_resize,bg-blurred/photo_2025-08-06_18-57-55.webp',
|
||||
},
|
||||
]
|
||||
---
|
||||
|
|
|
|||
|
|
@ -6,11 +6,11 @@ slug: 2025-07-06-alianza-estrategica-en-jerusalen-el-embajador-de-panama-respald
|
|||
place: ''
|
||||
country: 'IL'
|
||||
city: 'Jerusalén'
|
||||
thumbnail: 'https://ik.imagekit.io/crpy/tr:w-1280,h-1280,cm-pad_resize,bg-blurred/photo_2025-08-06_18-57-55.jpg'
|
||||
thumbnail: 'https://ik.imagekit.io/crpy/tr:w-1280,h-900,cm-pad_resize,bg-blurred/photo_2025-08-06_18-57-55.webp'
|
||||
tags: [Israel, Panamá]
|
||||
gallery: [
|
||||
{
|
||||
image: 'https://ik.imagekit.io/crpy/tr:w-1280,h-900,cm-pad_resize,bg-blurred/photo_2025-08-06_18-57-55.jpg',
|
||||
image: 'https://ik.imagekit.io/crpy/tr:w-1920,h-1280,cm-pad_resize,bg-blurred/photo_2025-08-06_18-57-55.webp',
|
||||
},
|
||||
]
|
||||
---
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ thumbnail: 'https://ik.imagekit.io/crpy/tr:w-1280,h-1280,cm-pad_resize,bg-blurre
|
|||
tags: [Israel, Panamá]
|
||||
gallery: [
|
||||
{
|
||||
image: 'https://ik.imagekit.io/crpy/tr:w-1280,h-900,cm-pad_resize,bg-blurred/photo_2025-08-06_18-57-55.jpg',
|
||||
image: 'https://ik.imagekit.io/crpy/tr:w-1920,h-1280,cm-pad_resize,bg-blurred/photo_2025-08-06_18-57-55.webp',
|
||||
},
|
||||
]
|
||||
---
|
||||
|
|
|
|||
Loading…
Reference in New Issue