diff --git a/attached_assets/image_1772311619284.png b/attached_assets/image_1772311619284.png new file mode 100644 index 0000000..f3f5066 Binary files /dev/null and b/attached_assets/image_1772311619284.png differ diff --git a/client/src/pages/home.tsx b/client/src/pages/home.tsx index f533d6b..ba98b93 100644 --- a/client/src/pages/home.tsx +++ b/client/src/pages/home.tsx @@ -42,8 +42,8 @@ function HeroCard({ article }: { article: Article }) { const isVideo = article.category === "Video"; return ( -
-
+
+
{article.title} {isVideo && (
@@ -77,8 +77,8 @@ function GalleryHeroCard({ images }: { images: GalleryImage[] }) { return ( -
-
+
+
{images[idx].fileName}
@@ -236,14 +236,16 @@ function FeaturedCarousel({ articles, popular, galleryImages }: { articles: Arti return (
setPaused(true)} onMouseLeave={() => setPaused(false)}>
-
- {isGalleryPage && galleryImages ? ( - - ) : hero ? ( - - ) : null} +
+
+ {isGalleryPage && galleryImages ? ( + + ) : hero ? ( + + ) : null} +
-
+
{side.map((a) => ( ))}