diff --git a/app/components/ui/carousel.tsx b/app/components/ui/carousel.tsx
index 8ff5ab4..378df8b 100644
--- a/app/components/ui/carousel.tsx
+++ b/app/components/ui/carousel.tsx
@@ -27,121 +27,6 @@ export const Carousel = (properties: TNews) => {
)
}
return (
- //
- //
- //
- //
- // {title}
- //
- //
- // {description}
- //
- //
- // {!hasCategory && (
- //
- //
- //
- //
- // )}
- //
- //
- // {items.map(({ featured, title, content, tags, slug }, index) => (
- //
- //

- //
- //
- // {tags?.map((item, index) => (
- //
- // {item}
- //
- // ))}
- //
-
- //
- //
- // {title}
- //
- //
- // {content}
- //
- //
- //
- //
- //
- // ))}
- //
- // {hasCategory && (
- //
- // )}
- //
-