Adding a Practice Area
Confirm the schema in src/content.config.ts before adding a new entry.
- Add a hero image to
src/assets/images/practice-areas. - Create a Markdown file in
src/content/practice-areas. - Use a concise slug such as
estate-planning.md. - Add required frontmatter fields.
- Add page body content.
- Link related attorneys using the exact slug format expected by the schema.
- Run
npm run build.
Example only:
---title: Estate Planningdescription: Planning support for wills, trusts, probate, and asset protection.heroImage: ../../assets/images/practice-areas/estate-planning.webpfeatured: trueorder: 6relatedAttorneys: - jordan-ellisfaqs: - question: When should I update my estate plan? answer: Review it after major life, family, tax, or asset changes.---
Use this page to explain the service, the client journey, and when someone should contact the firm.This example is illustrative. Use the actual field names and validation rules from the theme.