src/app/(default)/about/page.tsximport { 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