diff --git a/src/app/tech/page.tsx b/src/app/tech/page.tsx new file mode 100644 index 0000000..5d4c82c --- /dev/null +++ b/src/app/tech/page.tsx @@ -0,0 +1,10 @@ +import type { Metadata } from 'next'; +import { redirect } from 'next/navigation'; + +export const metadata: Metadata = { + title: 'Team Selection Form | GunnHaX' +} + +export default function Guide() { + redirect("https://docs.google.com/forms/d/e/1FAIpQLSc8znmDGkh52-jePYpp0USV9SXhxdh4UjwXOdKvRqOOqImBcg/viewform?usp=sf_link"); +} \ No newline at end of file