---
// Port of preview/pages/card-actions.html.
import DefaultLayout from '@shared/layouts/DefaultLayout.astro';
import BodyPlaceholder from '@shared/components/cards/BodyPlaceholder.astro';
import Button from '@shared/components/Button.astro';
import Avatar from '@shared/components/ui/Avatar.astro';
import Icon from '@shared/components/Icon.astro';
import people from '@data/people.json';
const person0 = people[0];
const person3 = people[3];
---