Merge pull request 'Update age label in ClientFocus component from 'Teen' to 'Teens' for consistency in terminology.' (#33) from feat/booking-panel into master

Reviewed-on: http://35.207.46.142/ATTUNE-HEART-THERAPY/website/pulls/33
This commit is contained in:
Hammond 2025-11-28 20:00:44 +00:00
commit 412bae77fb

View File

@ -15,7 +15,7 @@ export function ClientFocus() {
const ages = [ const ages = [
"Children (0 to 10)", "Children (0 to 10)",
"Teen", "Teens",
"Adults", "Adults",
"Elders (65+)" "Elders (65+)"
]; ];