page.tsx

src/app/(default)/about/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 Body from './_blocks/body'
const title = 'About'
const description =
'Founder Notes is an independent publication for people building companies — essays on product strategy, fundraising, hiring, and the day-to-day work of running an early-stage startup.'
const metadata: PageMetadata = {
title,
description,
slug: 'about',
alternates: {
canonical: '/about',
},
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