4
18 Comments

I finally got my landing page to be mobile friendly

Here's the landing page: https://www.infaq.ai/

I'm incredibly lucky to have gotten my first paying customers for my subscription service and they haven't churned out several months in, so I decided to change gears and overhaul my landing page to really try to optimize it, specifically to be mobile friendly.

But I'm a programmer, not a designer; honestly I have no idea how some of you have such good responsive landing pages (and especially how you get all your animations).

I was trying to get the hero image to look good on mobile as well as on desktop and everything in between and I finally got it working. I used TailwindCSS.

I'd love to hear what y'all think. Here's what it looks like:

Desktop
Imgur

Mobile
Imgur

Try making the browser window tall and skinny from normal monitor width. It SHOULD adjust dynamically in a way that looks at least decent at every width.

Any landing page roasting is also always welcome.

Bonus points if you can guess why the domain name is "infaq" :)

on February 1, 2024
  1. 2

    Looks nice :) Congrats for that!

  2. 2

    Nice work! Love how the hero image stays pinned to the right and elegantly crops it when its too big to fit in frame. Also as fellow non-designer finding myself doing more design things, Tailwind has been a godsend. Once you dabble with it for a few different niche usecases e.g. making things responsive, learning how to animate, etc., you quickly gain an insane toolset for building awesome sites. keep it up!

    1. 1

      Totally agree on Tailwind. I was dreading learning CSS again but till one made it fun.

  3. 2

    This looks pretty great! You call yourself just a programmer but you've definitely got good design skills!

    Do you know how much the conversion rate varies if you have a product screenshot in the hero section? A lot of big players in the industry do this

    1. 2

      Thanks! I have no idea on the conversion thing. I've also wondered that. That being said, there's a live demo further down the page that people can try which I'm starting with.

      1. 1

        Would you mind giving some feedback on my landing page here: https://www.indiehackers.com/post/landing-page-feedback-reseat-a8dc48c7cf

        Unlike you I'm yet to make it mobile friendly

        1. 1

          Yeah sure! I'll comment directly on that post.

  4. 2

    Your landing page is visualising appealing and the responsiveness is properly carried out, particularly in phone. Overall, wonderful job!

    1. 1

      Appreciate all of you folks trying it!

  5. 2

    Perfect for all screens until I saw it on Samsung Fold, give it a try on portrait view. One small correction will make it perfect for all devices. Good Luck

    1. 1

      Amazing, thanks for testing it out!

  6. 2

    Looks nice, for some reason on Safari all your buttons have double borders on them. Seems they're not rounded if they're supposed to be there.

    https://imgur.com/a/bEwPmRj

    I've found just using bootstrap 5 has handled 90% of my desktop->mobile but I like that you're focusing on the placement of the cartoon.

    1. 1

      That's really weird......thanks for the bug report.

      Is that Safari mobile or on desktop?

      Also can you try again in about 3 minutes? I think I might have fixed it but don't have a device to test on.

      1. 2

        It was Safari desktop but looks perfect now! nicely done.

        1. 1

          Nice! Thanks for checking. For everyone's reference, I was using the Tailwind outline-* class. I changed it to border-. Looks like Safari might not respect rounded- with outline-*.