chore: update featured section

This commit is contained in:
jinhojang6 2024-04-02 21:17:20 +09:00
parent 7498b6484d
commit e0bc4e658c
No known key found for this signature in database
GPG Key ID: 1762F21FE8B543F8
1 changed files with 1 additions and 6 deletions

View File

@ -92,12 +92,7 @@ export const HomePage: React.FC<HomePageProps> = ({
<FeaturedSecond>
<PostsGrid
shows={shows}
posts={[
...latest?.data
.filter((item: any) => item?.type === 'article')
.slice(0, 1),
...highlighted.slice(0, 1),
]}
posts={[highlighted[1], highlighted[2]]}
pattern={[{ cols: 2, size: 'large' }]}
breakpoints={[
{