src/app/(default)/page.tsximport { PageWrapper } from '@/components/page-wrapper'import { generatePageMetadata, type PageMetadata } from '@/utils/page-helpers'import { baseURL, defaultDescription } from '@/app/metadata'import { buildPageSchema } from '@/utils/structured-data'import LogoCard from './_blocks/logo-card'import Archive from './_blocks/archive'const title = 'Essays on Product, Fundraising & Building a Startup'const description = defaultDescriptionconst metadata: PageMetadata = {title,description,keywords: ['startup founders','founder essays','product strategy','fundraising','hiring',
Showing the first 20 lines.
Get full code