feat: implement CategorySection component and update carousel usage in news pages

This commit is contained in:
fredy.siswanto
2025-03-01 15:44:23 +07:00
parent 422f3fcba5
commit a749759164
5 changed files with 295 additions and 7 deletions
+1 -2
View File
@@ -2,8 +2,7 @@ import { Card } from '~/components/ui/card'
import { CarouselHero } from '~/components/ui/carousel-hero'
import { CarouselSection } from '~/components/ui/carousel-section'
import { Newsletter } from '~/components/ui/newsletter'
import { SPOTLIGHT, BERITA } from './data'
import { BERITA, SPOTLIGHT } from '~/data/contents'
export const NewsPage = () => {
return (