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