This commit is contained in:
Mackie 2026-05-25 01:27:01 +08:00
parent 8b07137b5d
commit 74094f8e6a

View file

@ -74,7 +74,7 @@ export default async function Page({ params: paramsPromise }: Args) {
if (decodedSlug === 'home') { if (decodedSlug === 'home') {
return <HeroPage /> return <HeroPage richText={hero.richText} links={hero.links} />
} }
return ( return (