From 9add3cbbd69957c8af96b5f3e39d680ad9a9b002 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 14:01:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bcfdff4..b4edc42 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -203,8 +203,7 @@ export default function LandingPage() { columns={[ { items: [ - { label: "hello@aditly.com", href: "mailto:hello@aditly.com" }, - { label: "© 2025 Aditly", href: "#" } + { label: "hello@aditly.com", href: "mailto:hello@aditly.com" } ] } ]} @@ -212,4 +211,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1