From b3cafe77d9e64a296fd72b091c2390690f6f4c8f Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Fri, 30 Jan 2026 15:40:32 +0100 Subject: [PATCH] fix: update footer year range from dynamic to fixed 2024-2026 for consistency --- app/layout-content.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/layout-content.tsx b/app/layout-content.tsx index 62eabf9..e4adf40 100644 --- a/app/layout-content.tsx +++ b/app/layout-content.tsx @@ -56,7 +56,7 @@ export default function LayoutContent({ children }: { children: React.ReactNode