CPOCC

CPOCC Website (Next.js + App Router + Tailwind)

Initial scaffold for the Citizens Park Office & Conference Center website with sub-pages for Lily Event Center and the Citizen’s Park Business Development Lab (CPBDL).

Tech stack

Structure

Design tokens

Defined in tailwind.config.ts and app/globals.css:

Forms

Each page has its own form component with client-side validation and POST to its own API route. Responses currently log to the server console and return { ok: true }.

To wire a real backend, replace the console.log in each route handler with your integration (email service, CRM, etc.).

Eventective / handbook placeholders

Local setup

1) Install deps: npm install 2) Run dev server: npm run dev 3) Lint: npm run lint

SEO + notes

Content swap checklist