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).
app/ — pages and API routes
/ home/about/offices/lily/business-lab/contactapi/contact, api/leasing, api/lily, api/business-lab — placeholder POST handlers (console log submissions)components/ — shared UI (Header, Footer, CTAButton, Section, Card, Badge) and form componentspublic/assets/ — placeholder images and future PDFs
images/cpocc, images/lily, images/business-labpdfs for handbook or brochuresDefined in tailwind.config.ts and app/globals.css:
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 }.
ContactForm → /api/contactOfficeForm → /api/leasingLilyForm → /api/lilyLabForm → /api/business-labTo wire a real backend, replace the console.log in each route handler with your integration (email service, CRM, etc.).
TODO near “Check Availability” to embed Eventective or booking links./assets/pdfs/cpbdl-membership-handbook.pdf; replace the placeholder PDF with the official handbook file.1) Install deps: npm install
2) Run dev server: npm run dev
3) Lint: npm run lint
public/assets/images/... and update paths.