feat: convert site to astro via codex

This commit is contained in:
2026-06-08 11:17:39 -07:00
parent f3d3562cec
commit 33e78ff8a5
355 changed files with 19954 additions and 6 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"primary": [
{ "label": "الرئيسية", "href": "/ar" },
{ "label": "الخدمات", "href": "/services" },
{ "label": "المكتبة", "href": "/ar/library" },
{ "label": "اتصل بنا", "href": "/contact" }
],
"services": [],
"footer": []
}
+21
View File
@@ -0,0 +1,21 @@
{
"primary": [
{ "label": "Home", "href": "/" },
{ "label": "About", "href": "/about" },
{ "label": "Services", "href": "/services" },
{ "label": "Library", "href": "/library" },
{ "label": "Contact", "href": "/contact" }
],
"services": [
{ "label": "Behavioral", "href": "/aba-therapy" },
{ "label": "Psychological", "href": "/autism-evaluations" },
{ "label": "Sociological", "href": "/learner-social-club" }
],
"footer": [
{ "label": "Team", "href": "/team" },
{ "label": "Careers", "href": "/careers" },
{ "label": "Forms", "href": "/client-forms" },
{ "label": "Insurance", "href": "/insurance" },
{ "label": "Referrals", "href": "/referrals" }
]
}
+15
View File
@@ -0,0 +1,15 @@
{
"primary": [
{ "label": "Inicio", "href": "/es" },
{ "label": "Sobre", "href": "/about" },
{ "label": "Servicios", "href": "/es/services" },
{ "label": "Biblioteca", "href": "/es/library" },
{ "label": "Contacto", "href": "/es/contact" }
],
"services": [
{ "label": "Terapia ABA", "href": "/es/aba-therapy" },
{ "label": "Evaluaciones", "href": "/es/autism-evaluations" },
{ "label": "Club Social", "href": "/es/learner-social-club" }
],
"footer": []
}
+20
View File
@@ -0,0 +1,20 @@
[
{
"from": "/aba",
"to": "/aba-therapy",
"status": 301,
"reason": "Brief alias to preserved mirror URL"
},
{
"from": "/autismevaluations",
"to": "/autism-evaluations",
"status": 301,
"reason": "Brief alias to preserved mirror URL"
},
{
"from": "/learnersocialclub",
"to": "/learner-social-club",
"status": 301,
"reason": "Brief alias to preserved mirror URL"
}
]
+20
View File
@@ -0,0 +1,20 @@
[
{
"title": "Behavioral",
"description": "Integrated, individualized ABA therapy that builds practical skills and independence.",
"href": "/aba-therapy",
"image": "/assets/images/playing-boy.webp"
},
{
"title": "Psychological",
"description": "Comprehensive autism evaluations for children and families.",
"href": "/autism-evaluations",
"image": "/assets/images/autism_evaluation_arizona_hero.jpg"
},
{
"title": "Sociological",
"description": "Social and emotional learning opportunities for children and teens.",
"href": "/learner-social-club",
"image": "/assets/images/playing-girl.webp"
}
]
+14
View File
@@ -0,0 +1,14 @@
{
"name": "Arizona Institute for Autism",
"shortName": "AIA",
"url": "https://www.azinstitute4autism.com",
"phone": "(480) 687-7099",
"email": "info@azinstitute4autism.com",
"address": "8901 E Raintree Dr Ste 160, Scottsdale, AZ 85260",
"social": {
"facebook": "https://www.facebook.com/Arizona-Institute-for-Autism-114880900797124/",
"instagram": "https://www.instagram.com/azinstitute4autism/",
"linkedin": "https://www.linkedin.com/company/azinstituteforautism/",
"youtube": "https://www.youtube.com/@arizonainstituteforautism"
}
}