add elements components
This commit is contained in:
11
app/page.tsx
11
app/page.tsx
@@ -1,9 +1,14 @@
|
||||
import { Typography } from "@/components/elements"
|
||||
|
||||
const Home: React.FC = () => {
|
||||
return (
|
||||
<div className="flex items-center justify-center w-full h-screen">
|
||||
<h1 className="text-6xl font-bold font-heading text-black text-center">
|
||||
Start prompting
|
||||
</h1>
|
||||
<Typography
|
||||
variant="h1"
|
||||
textAlign="center"
|
||||
text="Start prompting"
|
||||
className="text-6xl font-bold font-heading text-black"
|
||||
/>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user