Skip to content

Adding a Practice Area

Confirm the schema in src/content.config.ts before adding a new entry.

  1. Add a hero image to src/assets/images/practice-areas.
  2. Create a Markdown file in src/content/practice-areas.
  3. Use a concise slug such as estate-planning.md.
  4. Add required frontmatter fields.
  5. Add page body content.
  6. Link related attorneys using the exact slug format expected by the schema.
  7. Run npm run build.

Example only:

---
title: Estate Planning
description: Planning support for wills, trusts, probate, and asset protection.
heroImage: ../../assets/images/practice-areas/estate-planning.webp
featured: true
order: 6
relatedAttorneys:
- jordan-ellis
faqs:
- 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.