diff --git a/app/core/styles/index.css b/app/core/styles/index.css index 238f4b4..0e013e7 100644 --- a/app/core/styles/index.css +++ b/app/core/styles/index.css @@ -52,6 +52,11 @@ font-display: optional; } +.font-heading { + @apply font-mackinac tracking-tight font-bold; + word-spacing: 0.025em; +} + .divide-y > :first-child { @apply border-t; } diff --git a/app/public-area/components/checkmark.tsx b/app/public-area/components/checkmark.tsx deleted file mode 100644 index b058452..0000000 --- a/app/public-area/components/checkmark.tsx +++ /dev/null @@ -1,11 +0,0 @@ -export default function Checkmark() { - return ( - - - - ); -} diff --git a/app/public-area/components/cta-form.tsx b/app/public-area/components/cta-form.tsx index 4bb8a44..77dca04 100644 --- a/app/public-area/components/cta-form.tsx +++ b/app/public-area/components/cta-form.tsx @@ -25,13 +25,13 @@ export default function CTAForm() { }); return ( -
+ {isSubmitted ? (

You're on the list! We will be in touch soon

) : ( -
+
= ({ title, children }) => <> diff --git a/app/public-area/components/hero.tsx b/app/public-area/components/hero.tsx index 86e626c..320699a 100644 --- a/app/public-area/components/hero.tsx +++ b/app/public-area/components/hero.tsx @@ -1,44 +1,39 @@ import CTAForm from "./cta-form"; -import Checkmark from "./checkmark"; -import PhoneMockup from "./phone-mockup"; + +import mockupImage from "../images/phone-mockup.png"; export default function Hero() { return ( -
-
-
-
-

- - Take your phone number - -
- anywhere you go -

-

- Coming soon! 🐚 Keep your phone number and pay less for your communications, even - abroad. -

- -
    -
  • - - Send and receive SMS messages. -
  • -
  • - - Make and receive phone calls. -
  • -
  • - - No download required. -
  • -
+
+
+
+
+
+
+

+ + Take your phone number + {" "} + anywhere you go +

+ +

+ Coming soon! 🐚 Keep your phone number and pay less for your communications, + even abroad. +

+ + +
+
- +
+
+ App screenshot on a phone +
+
-
- + +
); } diff --git a/app/public-area/components/phone-mockup.tsx b/app/public-area/components/phone-mockup.tsx deleted file mode 100644 index 653c5b4..0000000 --- a/app/public-area/components/phone-mockup.tsx +++ /dev/null @@ -1,26 +0,0 @@ -import mockupImage from "../images/mockup-image-01.png"; -import iphoneMockup from "../images/iphone-mockup.png"; - -export default function PhoneMockup() { - return ( -
-
- Features illustration - -
-
- ); -} diff --git a/app/public-area/images/phone-mockup.png b/app/public-area/images/phone-mockup.png new file mode 100644 index 0000000..5eeb2cb Binary files /dev/null and b/app/public-area/images/phone-mockup.png differ diff --git a/tailwind.config.js b/tailwind.config.js index 4ba4652..84c074b 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -7,7 +7,7 @@ module.exports = { fontFamily: { sans: ["Inter var", ...defaultTheme.fontFamily.sans], inter: ["Inter var", "sans-serif"], - mackinac: ["P22 Mackinac Pro", "sans-serif"], + mackinac: ["P22 Mackinac Pro", "ui-serif", "Georgia", "Cambria", "Times New Roman", "Times", "serif"], }, colors: { primary: {