From 49c6ca6b45b858237b273faf6840133ee3fbe327 Mon Sep 17 00:00:00 2001 From: Alex Palmer <24211477+ThatAlexPalmer@users.noreply.github.com> Date: Sat, 14 Oct 2023 10:50:10 -0400 Subject: [PATCH] Improve copy --- src/components/wrappers.tsx | 7 +++++-- src/pages/index.tsx | 13 +++++++------ 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/src/components/wrappers.tsx b/src/components/wrappers.tsx index b4475ea..0909e6a 100644 --- a/src/components/wrappers.tsx +++ b/src/components/wrappers.tsx @@ -15,6 +15,7 @@ const Nav = styled.nav` align-items: center; width: 100%; max-width: 768px; + padding: 1rem 0; `; const Logotype = styled.span` @@ -113,6 +114,7 @@ const Credits = styled.div` justify-content: flex-start; align-items: flex-start; font-size: ${({ theme }) => theme.fontSizes.large}; + margin-bottom: 4rem; a, span { padding: 0 1rem 0 0; @@ -135,6 +137,7 @@ const TallyWrapper = styled.div` flex-direction: column; align-items: center; justify-content: center; + padding: 2px; width: 100%; height: 100%; `; @@ -146,7 +149,7 @@ const FooterWrapper = styled.footer` align-items: flext-start; align-self: center; justify-content: flex-start; - margin: 8rem 0 4rem 0; + margin: 4rem auto; `; const FooterContent = styled.div` @@ -155,7 +158,7 @@ const FooterContent = styled.div` justify-content: flex-start; align-items: flex-start; width: 100%; - margin: 0 0 0 2.7rem; + margin: 0 auto; `; const FooterAside = styled.aside` diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 1ce36a8..1f4365f 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -4,7 +4,7 @@ import { H1, H2, Blockquote, P } from "../components/typography"; const TallyStyles = { width: "100%", - height: "61.8vh", + height: "61.8rem", marginHeight: 0, marginWidth: 0, frameBorder: 0, @@ -15,11 +15,14 @@ export default function Home() { return ( -

Open source onramp for in-demand RWAs

+

Onchain equity protocol.

+

Onramp for in-demand tokenized real world assets.

+

Permissionless. Open source. Compliant with transfer agent regulation in the US.

Crypto deserves compliant infrastructure for tokenized capital markets. We believe it must be truly open, free, and user-centric.

-

Introducing an open source protocol stack to build web3 equivalents of transfer agents. This infra lets you mint performant equity cap tables onchain.

+

Introducing an open source onchain equity protocol to build web3 equivalents of transfer agents.

+

This infra lets you mint performant equity cap tables onchain.

Read the full announcement

@@ -45,9 +48,7 @@ export default function Home() { console.log("Tally failed to load"); }} /> - - - + );