From a4e7ba7c5c2f383e607798df8ecad7fe21df502b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 15:39:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 23e89b1..96f46ce 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -155,6 +155,7 @@ export default function LandingPage() { { title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] }, ]} bottomLeftText="© 2025 Pork & Go" + bottomRightText="All Rights Reserved" /> -- 2.49.1