feat(landing): Lazy load components, prerender of pages
This commit is contained in:
@@ -1,28 +1,16 @@
|
||||
<template>
|
||||
<div class="landing-page">
|
||||
<!-- Hero Section -->
|
||||
<!-- Hero Section (above the fold - load eagerly) -->
|
||||
<LandingHeroSection />
|
||||
|
||||
<!-- Stats Section (Social Proof) -->
|
||||
<LandingStatsSection />
|
||||
|
||||
<!-- Benefits for Works Councils -->
|
||||
<LandingBenefitsWorksCouncil />
|
||||
|
||||
<!-- Features Grid (Bento Layout) -->
|
||||
<LandingFeaturesGrid />
|
||||
|
||||
<!-- Additional Features / Trust Signals -->
|
||||
<LandingAdditionalFeatures />
|
||||
|
||||
<!-- Framework Agreement Section -->
|
||||
<LandingFrameworkAgreement />
|
||||
|
||||
<!-- Newsletter Signup (Glass-morphism) -->
|
||||
<LandingNewsletterSignup />
|
||||
|
||||
<!-- Expert Access CTA (Gradient Mesh) -->
|
||||
<LandingExpertAccess />
|
||||
<!-- Below-the-fold sections - lazy loaded for better initial performance -->
|
||||
<LazyLandingStatsSection />
|
||||
<LazyLandingBenefitsWorksCouncil />
|
||||
<LazyLandingFeaturesGrid />
|
||||
<LazyLandingAdditionalFeatures />
|
||||
<LazyLandingFrameworkAgreement />
|
||||
<LazyLandingNewsletterSignup />
|
||||
<LazyLandingExpertAccess />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user