Practice Areas
Practice areas are stored in src/content/practice-areas and rendered through list and detail routes.
Related Files
Section titled “Related Files”src/content/practice-areassrc/pages/practice-areas/index.astrosrc/pages/practice-areas/[slug].astrosrc/layouts/PracticeAreaLayout.astrosrc/components/cards/PracticeAreaCard.astrosrc/assets/images/practice-areas
Common Fields
Section titled “Common Fields”The exact fields are defined in src/content.config.ts. A practice-area entry often includes a title, summary, hero image, ordering, featured status, related attorneys, and FAQ content.
Dynamic Routes
Section titled “Dynamic Routes”The route file src/pages/practice-areas/[slug].astro generates individual pages. Slug behavior depends on the collection loader and file naming.