Skip to content

Commit

Permalink
Merge pull request #685 from basedosdados/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
AldemirLucas authored Sep 5, 2023
2 parents 06af30e + 44ca965 commit 355b905
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion next/pages/precos.js
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ export default function Price() {

<Stack
display={isMobileMod() ? "flex" : "grid"}
gridTemplateColumns="repeat(2, 440px)"
gridTemplateColumns="repeat(3, 440px)"
gridTemplateRows="1fr"
justifyContent="center"
justifyItems="center"
Expand Down Expand Up @@ -369,6 +369,24 @@ export default function Price() {
href: "https://buy.stripe.com/8wM01TeVQ3kg0mIeV4"
}}
/>

<CardPrice
colorBanner="#252A32"
title="BD Pro Empresas"
badge="Beta"
subTitle={<BodyText>Para sua empresa ganhar tempo<br/> e qualidade em decisões</BodyText>}
personConfig={{
price: "350"
}}
textResource="Todos os recursos da BD Pro mais:"
resources={[
{name: "Acesso para 10 contas"},{name: "Suporte prioritário via email e Discord"}
]}
button={{
text: "Assine já",
href: "https://buy.stripe.com/00g4i93d8f2Y5H24gr"
}}
/>
</Stack>
</Stack>
</MainPageTemplate>
Expand Down

0 comments on commit 355b905

Please sign in to comment.