fix slider post and add skeleton

This commit is contained in:
zahravaziri
2025-07-01 12:25:50 +03:30
parent 21c52a84ed
commit 123df850a8
5 changed files with 99 additions and 19 deletions
+10 -7
View File
@@ -28,13 +28,16 @@ export default async function HomePageBlog({ locale, className }: Props) {
<h4 className="text-base font-extralight tracking-normal max-lg:hidden">
{t('com_home_blog_description')}
</h4>
<Button
link={routes.blog.route()}
endIcon="showMore"
className="mt-5"
>
{t('com_home_blog_show_more')}
</Button>
<div className="flex w-full justify-end">
<Button
link={routes.blog.route()}
endIcon="showMore"
className="mt-5"
>
{t('com_home_blog_show_more')}
</Button>
</div>
</div>
</div>