I'm looking to create a new landing page for a project and I'm curious about what everyone is using these days for making great-looking pages. The last one I worked on was built with Next.js and some libraries designed for landing pages, but I want to up my game this time. I know I could use various models to generate a site, but I want something that looks nicer than the standard outputs from Claude, Gemini, etc. Any suggestions would be appreciated! Thanks!
3 Answers
It really depends on how complex you want your landing page to be. For me, I use React with Tailwind CSS for styling, and if I need animations, I integrate Motion as well. It's flexible and great for modern designs.
I’m using Astro paired with GitHub Pages. It simplifies things for me, especially when I need to update images using a headless CMS.
I've always found that just sticking to HTML and CSS does the trick. Sometimes people overcomplicate things with too many frameworks.
What makes you prefer Motion for animations compared to other libraries? Is it just a preference or do you find it better?