mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
fix: split hero rendering
Signed-off-by: Chloe <pinkcloudvnn@gmail.com>
This commit is contained in:
@@ -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 />
|
||||
|
Reference in New Issue
Block a user