Skip to content

Commit

Permalink
Merge pull request #644 from sweepai/sweep/change_the_call_to_action_…
Browse files Browse the repository at this point in the history
…so_that_the_ma

Sweep: Change the call to action so that the main button says "Install", linking to https://github.com/apps/sweep-ai. The text underneath should instead say "Book a call" with the same link as the current contact us link.
  • Loading branch information
kevinlu1248 committed Apr 30, 2024
2 parents 9e3bc3d + eb2d1cc commit 54e9f44
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/CallToAction.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,14 +128,14 @@ export default function CallToAction() {
colorScheme={"purple"}
bg={"purple.400"}
_hover={{ bg: "purple.600" }}
onClick={() => window.open("https://form.typeform.com/to/wliuvyWE")}
onClick={() => window.open("https://github.com/apps/sweep-ai")}
fontSize={"xl"}
mb="1rem !important"
>
Contact us
Get started - free
</Button>
<ExternalLinkWithText
href="https://community.sweep.dev/"
href="https://form.typeform.com/to/wliuvyWE"
color="purple.400"
mt="0 !important"
style={{
Expand All @@ -144,7 +144,7 @@ export default function CallToAction() {
alignItems: "center",
}}
>
&nbsp;&nbsp;Join our community
&nbsp;&nbsp;Book a call
</ExternalLinkWithText>
<Flex w={"full"} mt="4rem !important">
<Container width="100vw" boxShadow="0 0 80px #181818" p={0} maxWidth="full">
Expand Down

0 comments on commit 54e9f44

Please sign in to comment.