hero
This commit is contained in:
parent
8b07137b5d
commit
74094f8e6a
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ export default async function Page({ params: paramsPromise }: Args) {
|
|||
|
||||
|
||||
if (decodedSlug === 'home') {
|
||||
return <HeroPage />
|
||||
return <HeroPage richText={hero.richText} links={hero.links} />
|
||||
}
|
||||
|
||||
return (
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue