diff options
-rw-r--r-- | packages/website/ts/@next/pages/instant.tsx | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/packages/website/ts/@next/pages/instant.tsx b/packages/website/ts/@next/pages/instant.tsx index 4c8fa5a30..18b791334 100644 --- a/packages/website/ts/@next/pages/instant.tsx +++ b/packages/website/ts/@next/pages/instant.tsx @@ -95,6 +95,26 @@ export const Next0xInstant = () => ( </Wrap> </Section> + <Section bgColor={colors.brandDark}> + <Wrap> + <Column colWidth="1/2" padLarge> + <WrapCentered> + <Heading>Need more flexibility?</Heading> + <Paragraph>Dive into our docs, or contact us if needed</Paragraph> + </WrapCentered> + </Column> + + <Column colWidth="1/2" padLarge> + <WrapCentered> + <div> + <Button href="#">Explore the Docs</Button> + <Button href="#" transparent>Get in Touch</Button> + </div> + </WrapCentered> + </Column> + </Wrap> + </Section> + <Section> <Wrap width="full"> <Column> |