small fix with bugs
This commit is contained in:
@@ -2,10 +2,20 @@
|
||||
|
||||
import { Hero } from "@/components/hero";
|
||||
|
||||
import SignupPage from './signup/page'
|
||||
import Link from "next/link";
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<div className="items-center justify-items-center min-h-screen p-8 pb-20 gap-16 sm:p-20 font-[family-name:var(--font-geist-sans)]">
|
||||
<Hero />
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user