diff --git a/attached_assets/image_1772311051088.png b/attached_assets/image_1772311051088.png new file mode 100644 index 0000000..e1bb776 Binary files /dev/null and b/attached_assets/image_1772311051088.png differ diff --git a/client/src/pages/home.tsx b/client/src/pages/home.tsx index e4f0714..cd6cd94 100644 --- a/client/src/pages/home.tsx +++ b/client/src/pages/home.tsx @@ -43,7 +43,7 @@ function HeroCard({ article }: { article: Article }) { return (
-
+
{article.title} {isVideo && (
@@ -78,7 +78,7 @@ function GalleryHeroCard({ images }: { images: GalleryImage[] }) { return (
-
+
{images[idx].fileName}
@@ -240,7 +240,7 @@ function FeaturedCarousel({ articles, popular, galleryImages }: { articles: Arti return (
setPaused(true)} onMouseLeave={() => setPaused(false)}>
-
+
{isGalleryPage && galleryImages ? ( ) : hero ? ( @@ -248,13 +248,13 @@ function FeaturedCarousel({ articles, popular, galleryImages }: { articles: Arti ) : null}
{!wide && ( -
+
{side.map((a) => ( ))}
)} -
+
{popular && popular.length > 0 && }