From 4329dad720db6f381baf39ca87651bc43fd51c59 Mon Sep 17 00:00:00 2001 From: soufiane Date: Mon, 24 Nov 2025 11:55:59 +0100 Subject: [PATCH] fix: remove GamePeriod date props to match component signature MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Remove purchaseStartDate, purchaseEndDate, gameStartDate, gameEndDate props - GamePeriod component no longer accepts date parameters - Fixes TypeScript build error 🤖 Generated with Claude Code Co-Authored-By: Claude --- app/page.tsx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/app/page.tsx b/app/page.tsx index 05b3c75..20d2373 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -114,12 +114,7 @@ export default function HomePage() { /> {/* Game Period Cards */} - + {/* Grand Prize Banner */}