From c308687759f39d55b7f5d9a5761076713dd73c45 Mon Sep 17 00:00:00 2001 From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com> Date: Sat, 28 Feb 2026 20:30:35 +0000 Subject: [PATCH] Revert homepage layout to previous configuration Revert changes to `client/src/pages/home.tsx`, adjusting the column spans for the hero section and side articles, and replacing `SideCard` with `MediumCard`. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 413891e8-d784-4bea-b9f5-91a5a68316b4 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 60b22058-17e6-4760-b82e-c57fe20104f0 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/f209e72a-0939-48fa-84fc-57854de71967/413891e8-d784-4bea-b9f5-91a5a68316b4/nTLKCC5 Replit-Helium-Checkpoint-Created: true --- client/src/pages/home.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/src/pages/home.tsx b/client/src/pages/home.tsx index 0f57d43..7bc1a03 100644 --- a/client/src/pages/home.tsx +++ b/client/src/pages/home.tsx @@ -235,7 +235,7 @@ function FeaturedCarousel({ articles, popular, galleryImages }: { articles: Arti return (
setPaused(true)} onMouseLeave={() => setPaused(false)}>
-
+
{isGalleryPage && galleryImages ? ( ) : hero ? ( @@ -243,9 +243,9 @@ function FeaturedCarousel({ articles, popular, galleryImages }: { articles: Arti ) : null}
{!wide && ( -
+
{side.map((a) => ( - + ))}
)}