src/pages/

Astro page routes — each file maps 1:1 to a URL path.

File / DirectoryResponsibility
index.astroHome page (/)
about.astroAbout page (/about)
services.astroServices overview page (/services)
services/Dynamic service detail sub-pages (/services/[slug])
case-studies.astroCase studies listing page (/case-studies)
book.astroBook-a-call page (/book)
vacancies.astroVacancies listing page (/vacancies)
vacancies/Dynamic vacancy detail sub-pages (/vacancies/[slug])
contact.astroContact page with enquiry form (/contact)
privacy-policy.astroGDPR Privacy Policy page (/privacy-policy)
terms.astroTerms of Service page (/terms)
robots.txt.tsDynamically generated robots.txt endpoint
_docs/Internal dev-only documentation pages (excluded from routing)