More Updatesss

This commit is contained in:
Sir Blob
2025-01-25 16:38:30 -05:00
parent 6e1b445889
commit 20d22440cd
4 changed files with 25 additions and 13 deletions

View File

@@ -1,6 +1,7 @@
"use client"
import { Hero } from "@/components/hero";
import { Facts } from "@/components/facts";
import SignupPage from './signup/page'
import Link from "next/link";
@@ -8,7 +9,10 @@ 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 />
<Facts />
<div style={{ display: 'flex', flexDirection: 'column', alignItems: 'center', justifyContent: 'center', height: '100vh' }}>
<h1 style={{ fontSize: 64, marginBottom: 20 }}>Welcome to Hoya</h1>
<SignupPage />