Problem and Background
The main landing page's LCP measured 3.8 seconds. I traced the bottleneck against the largest-contentful-paint metric.
The Fix
I gave the hero image priority and cleaned up font preloading. From a critical-rendering-path perspective, I reduced render-blocking resources.
Result
LCP improved to 2.1 seconds.
Lessons Learned
Resource priority has a large impact on perceived performance.