feat(layout): add reusable page hero and services page shells

- replace bespoke page and library banners with PageHero.astro
- add ServicesPage.astro for the live-style English services landing page
- restyle shared hero/container measurements for the new layout shell
- add self-hosted services card images
This commit is contained in:
2026-06-11 13:15:05 -07:00
parent 0db10a04d8
commit 36f82a9a76
10 changed files with 116 additions and 14 deletions
+1
View File
@@ -24,4 +24,5 @@
--shadow-sm: 0 2px 8px rgb(37 64 128 / 10%);
--shadow-md: 0 8px 24px rgb(37 64 128 / 14%);
--container: 1020px;
--container-w: 1208px;
}