page.tsx

src/app/(default)/essays/page.tsx
import { PageWrapper } from '@/components/page-wrapper'
import { generatePageMetadata, type PageMetadata } from '@/utils/page-helpers'
import { baseURL } from '@/app/metadata'
import { buildPageSchema } from '@/utils/structured-data'
import Hero from './_blocks/hero'
import Archive from './_blocks/archive'
const title = 'All Essays'
const description =
'Browse the full archive of Founder Notes — essays on product strategy, fundraising, hiring, and the work of building an early-stage company.'
const metadata: PageMetadata = {
title,
description,
slug: 'essays',
alternates: {
canonical: '/essays',
},
authors: [{ name: 'Founder Notes' }],

Showing the first 20 lines.

Get full code

Support

Talk to the developers of this project to learn more

We have been building professional websites for big clients for over 15 years. Gallop templates and blocks is our best foundation for SEO websites and web apps.

© 2026 Web Plant Media, LLC