Refine site hero copy and reusable badge
This commit is contained in:
@@ -36,7 +36,12 @@ export default async function AboutPage({ params: { locale } }: AboutPageProps)
|
||||
|
||||
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">
|
||||
<MotionFade delay={0.05}>
|
||||
|
||||
Reference in New Issue
Block a user