From ed3c0c0aaf3038ba2c50c7a4ff681d5c32fd29a1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 20 May 2026 17:49:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 78d646a..efd6f77 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -171,10 +171,10 @@ export default function LandingPage() { { title: "Store Info", items: [{ label: "About Us", href: "#about" }, { label: "Products", href: "#products" }] } ]} bottomLeftText="© 2024 Tiger Wagon" - bottomRightText="All rights reserved." + bottomRightText="" /> ); -} +} \ No newline at end of file -- 2.49.1