Update src/app/page.tsx

This commit is contained in:
2026-04-08 15:49:11 +00:00
parent d0214fd2e6
commit 2a7d8bd2ee

View File

@@ -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"
/>
</div>