fix: split hero rendering

Signed-off-by: Chloe <pinkcloudvnn@gmail.com>
This commit is contained in:
Chloe
2024-06-22 17:24:10 +07:00
parent 7015d1caef
commit b1782a4a28
2 changed files with 95 additions and 54 deletions

View File

@@ -23,9 +23,7 @@ export async function generateMetadata(): Promise<Metadata> {
export default async function HomePage() {
return (
<>
<Suspense>
<Hero />
</Suspense>
<Hero />
<div className="flex min-h-96 flex-col">
<Suspense>
<About />