1
4 Comments

Brand new landing page, feedback appreciated! Not a UI/UX designer :)

https://writemore.io
submitted this linkon March 29, 2022
  1. 2

    You need to add margin / padding around the page on mobile. The content is flush up against the edge of the screen. Graphics are nice and font choices are good!

    1. 1

      Thank you for the feedback! We'll definitely fix the issue on mobile asap, I guess we missed that one.

  2. 2

    I think the site looks great! One thing I noticed from a technical perspective was that your CSS is loading in after the initial page render. This gives a flash of unstyled HTML before the styles are applied, which is a bit distracting.

    I think there's an extra build step involved with CSS-in-JS to extract the styles server side. This article might be helpful if you're using Styled Components

    1. 1

      Great catch, we will get this fixed asap. Appreciate the article reference too - super helpful for us.