Refine site hero copy and reusable badge
This commit is contained in:
@@ -57,7 +57,12 @@ export default async function PortfolioPage({
|
||||
|
||||
return (
|
||||
<>
|
||||
<PageHero title={t("title")} description={t("intro")} />
|
||||
<PageHero
|
||||
locale={localeKey}
|
||||
badge={t("heroBadge")}
|
||||
title={t("heroTitle")}
|
||||
description={t("intro")}
|
||||
/>
|
||||
|
||||
<Container className="flex flex-col gap-section pb-12 lg:pb-16">
|
||||
<section className="flex flex-wrap gap-3">
|
||||
|
||||
Reference in New Issue
Block a user