Updating page content
Static page content (program descriptions, events, elected officials, resources, staff bios, contact info) is updated in the Lovable editor by editing the route file for that page.
| Page | Source file | What to edit |
|---|---|---|
| Home | src/routes/index.tsx | Hero text, stats, program cards |
| About | src/routes/about.tsx | Leadership, history, transparency links |
| Programs | src/routes/programs.tsx | Program descriptions, benchmarks, curriculum |
| Events | src/routes/events.tsx | Upcoming and past event lists |
| Resources | src/routes/resources.tsx | Enrollment steps, FAQ, community resources, elected officials |
| Community / Centers | src/routes/community.tsx | Center addresses, hours, programs, directions |
| Contact | src/routes/contact.tsx | Contact cards, form fields, phone numbers |
| Header / Footer | src/components/site-header.tsxsrc/components/site-footer.tsx | Navigation links, contact info, quick links |
General editing workflow
- Open the source file in the Lovable editor.
- Update the text, dates, or links inside the relevant constants.
- Save the file. The preview will update automatically.
- Publish the site when you are ready to make changes live.