feat: enhance Carousel component with dynamic data and new TNews type
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
export type TNews = {
|
||||
title: string
|
||||
description: string
|
||||
type: 'hero' | 'grid'
|
||||
items: {
|
||||
title: string
|
||||
content: string
|
||||
image: string
|
||||
}[]
|
||||
}
|
||||
Reference in New Issue
Block a user