From 2a7d8bd2ee293ed8d450a62534b1cbc1a41d7054 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 15:49:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5b9f255..f16f281 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -99,7 +99,7 @@ export default function HomePage() { columns={[ { title: "Navigation", items: [{ label: "Menu", href: "#menu" }, { label: "About", href: "#about" }, { label: "Visit", href: "#visit" }] }, { title: "Policies", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] } - ], + ]} copyrightText="© 2026 Top Table Fish & Chips" /> -- 2.49.1