diff --git a/app/page.tsx b/app/page.tsx index 3dfdce7..5e2dc21 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -1,50 +1,5 @@ -import Link from 'next/link'; +import { redirect } from 'next/navigation'; export default function Home() { - return ( -
- {/* Colorful background elements */} -
-
-
-
-
- -
-
-
- - - -
-

ShortURL Analytics

-
- -

Your complete analytics suite for tracking and optimizing short URL performance

- -
- - Go to Dashboard - - - - - - - View Links - - - - - -
-
-
- ) + redirect('/links'); }