{#each standardSections as section} {@const enhanced = getEnhancedImage(section.imageUrl)}
{#if section.eyebrow} {section.eyebrow} {/if}

{section.title}

{#each section.body as paragraph}

{paragraph}

{/each}
{#if enhanced} {:else} {section.imageAlt} {/if}
{/each} {#if founderSection} {@const founderEnhanced = getEnhancedImage(founderSection.imageUrl)}
{#if founderEnhanced} {:else} {founderSection.imageAlt} {/if}
{/if} {#if pageContent.faqs && pageContent.faqs.length}
FAQ

{pageContent.faqTitle ?? 'Common questions'}

{#each pageContent.faqs as item}
{item.question}

{item.answer}

{/each}
{/if}