Technical summary: Renders static contact cards based on configured public environment variables. External social links open in a new tab; mailto: remains same-tab.
Low-tech summary: A safe contact page that avoids forms and uses simple links.
Steps: Open /contact, verify that configured contact cards appear.
What to look for: Mailto links open a mail client, GitHub/LinkedIn links open in a new tab (target="_blank" + rel="noopener noreferrer"), and fallback text appears if nothing is set.
Artifacts or reports to inspect: Optional E2E route coverage in CI.