From b8ed435c26cb67508eed15ad9c2371862fff7fa9 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 05:10:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 446f93a..3b9be06 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -42,7 +42,6 @@ export default function LandingPage() {
@@ -106,6 +106,7 @@ export default function LandingPage() { { title: "Legal", items: [{ label: "Privacy Policy", href: "#" }] }, ]} bottomLeftText="© 2024 Chef Eloise. All rights reserved." + bottomRightText="Designed by Chef Eloise" /> -- 2.49.1