Package Update

This commit is contained in:
Sir Blob
2025-01-25 20:49:38 -05:00
parent fe8e1faed8
commit a5886f3da5
3 changed files with 13 additions and 15 deletions

View File

@@ -3,7 +3,6 @@
import { Hero } from "@/components/hero";
import { Facts } from "@/components/facts";
import SignupPage from './login/page'
import Link from "next/link";
export default function Home() {
@@ -14,8 +13,6 @@ export default function Home() {
<Facts />
<div style={{ display: 'flex', flexDirection: 'column', alignItems: 'center', justifyContent: 'center', height: '100vh' }}>
<h1 style={{ fontSize: 64, marginBottom: 20 }}>Welcome to Hoya</h1>
<SignupPage />
<Link href="/transcribe">
<button>Go to Transcribe Page</button>
</Link>