mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
feat: support dynamic hero section
Signed-off-by: Chloe <pinkcloudvnn@gmail.com>
This commit is contained in:
@@ -22,7 +22,9 @@ export async function generateMetadata(): Promise<Metadata> {
|
||||
export default async function HomePage() {
|
||||
return (
|
||||
<>
|
||||
<Hero />
|
||||
<Suspense>
|
||||
<Hero />
|
||||
</Suspense>
|
||||
<div className="my-3 min-h-96">
|
||||
<Suspense>
|
||||
<HomePageContent />
|
||||
|
Reference in New Issue
Block a user