removed duplicate pricing title (#1287)

This commit is contained in:
Jan Carbonell
2026-04-01 17:18:16 -06:00
committed by GitHub
parent 89d5aa152f
commit d4592353e5

View File

@@ -37,7 +37,11 @@ export default async function PricingPage() {
</h1>
</section>
<PricingGrid windowsCheckoutUrl={windowsCheckoutUrl} callUrl={callUrl} />
<PricingGrid
windowsCheckoutUrl={windowsCheckoutUrl}
callUrl={callUrl}
showHeader={false}
/>
<SiteFooter />
</main>