The Grid layout
What challenges did you encounter, and how did you overcome them?Had trouble dynamically loading images from the assets folder in Vite, which caused “Not Found” errors
The grid, I ended up using named grid areas. Not sure if it is the best approach
What specific areas of your project would you like help with?Because of the named areas, I feel all is a bit hardcoded. Not sure how would this layout look with different data.
For a moment I thought of measuring the length of the testimonial and whoever was longest would got to the double row column. I thought about it but did not implement it.