Package Update
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user