Refine site hero copy and reusable badge
This commit is contained in:
@@ -50,7 +50,12 @@ export default async function ContactPage({
|
||||
|
||||
return (
|
||||
<>
|
||||
<PageHero title={t("title")} description={t("intro")} />
|
||||
<PageHero
|
||||
locale={localeKey}
|
||||
badge={t("heroBadge")}
|
||||
title={t("heroTitle")}
|
||||
description={t("intro")}
|
||||
/>
|
||||
|
||||
<Container className="grid gap-6 pb-12 lg:grid-cols-2 lg:pb-16">
|
||||
<MotionFade>
|
||||
|
||||
Reference in New Issue
Block a user