From ba9704fddf07d3458d81def56a2a98c545c569ed Mon Sep 17 00:00:00 2001 From: Pranav Pillai Date: Sun, 26 Apr 2026 18:42:15 -0500 Subject: [PATCH] Restore footer layout and finalize platform links --- components/layout/ClientShell.tsx | 49 ++++++++++--------------------- 1 file changed, 16 insertions(+), 33 deletions(-) diff --git a/components/layout/ClientShell.tsx b/components/layout/ClientShell.tsx index ca0a181..6ec2887 100644 --- a/components/layout/ClientShell.tsx +++ b/components/layout/ClientShell.tsx @@ -1,5 +1,6 @@ "use client"; +import Link from "next/link"; import { Sidebar } from "./Sidebar"; import { Header } from "./Header"; import { PageTransition } from "./PageTransition"; @@ -22,11 +23,10 @@ export function ClientShell({ children }: { children: ReactNode }) { {/* ── Site Footer ───────────────────────────────────────────────── */} ); -} +} \ No newline at end of file