I'm most proud that I inspected the project in Figma and obtained the exact dimensions for the component, the image, and the margins around the h2 and p elements.
What challenges did you encounter, and how did you overcome them?When I deployed the project using GitHub Pages, the image didn't render. My first hunch was that something was wrong with the file path. I started by moving the file out of the images folder so that I could use a simpler file path. I then tried moving the image back into the folder and setting the path back the way I originally had it but without the forward slash at the beginning. I pushed it to GitHub, and it worked.
What specific areas of your project would you like help with?I want to try the project again using Next.js, Tailwind, and TypeScript.