Load pinned sections on load to prevent pop-in scrolling.

This commit is contained in:
DrJKL
2026-04-15 13:34:39 -07:00
parent 0fa90b0177
commit ffe1b4ce9d

View File

@@ -13,8 +13,8 @@ import BuildWhatSection from '../components/home/BuildWhatSection.vue'
<BaseLayout title="Comfy — Professional Control of Visual AI">
<HeroSection client:load />
<SocialProofBarSection />
<ProductShowcaseSection client:visible />
<UseCaseSection client:visible />
<ProductShowcaseSection client:load />
<UseCaseSection client:load />
<GetStartedSection />
<ProductCardsSection />
<CaseStudySpotlightSection />