fix(content): distinguish prose links from CTA buttons

- add reusable Link and Button MDX components
- convert source-verified page CTAs to explicit buttons
- match live-site prose link styling and CTA destinations
- document link, button, and extraction authoring rules
This commit is contained in:
2026-06-08 19:50:07 -07:00
parent 4b23bff789
commit e51f2133ef
12 changed files with 186 additions and 21 deletions
@@ -7,6 +7,9 @@ lang: "en"
translationKey: "aba-therapy"
draft: false
---
import Button from '../../../components/Button.astro';
## ABA Therapy
The Arizona Institute for Autism offers a variety of evidence-based, clinical services for children who have been diagnosed with Autism Spectrum Disorder or other related developmental disorders. Depending on your individual preference as well as your child's specific needs, some of our comprehensive clinical services are conducted in our institute with a focus on helping your child attain a better quality of life & and a greater sense of independence.
@@ -47,7 +50,7 @@ Our goal is to empower families with the knowledge, tools, and support they need
These consultations provide parents with personalized guidance, training, and strategies tailored to their childs unique needs.
[Make an Appointment](/client-consultation)
<Button href="https://form.jotform.com/231638510219149" target="_blank">Make an Appointment</Button>
## About Rula Diab, Chief Clinical Director, BCBA, LBA
@@ -7,6 +7,9 @@ lang: "en"
translationKey: "autism-evaluations"
draft: false
---
import Button from '../../../components/Button.astro';
## Autism Evaluations
At the Arizona Institute for Autism, there is no single lab test to diagnose autism. Instead, our team conducts comprehensive evaluations through a series of observations and assessments to understand the underlying causes of your child's symptoms.
@@ -47,4 +50,4 @@ ADOS is a structured evaluation tool used by our specialists to assess behaviors
This evaluation involves observing how your child interacts with various play-based social scenarios. For younger children, this may include activities like playing with blocks or having a snack, while older children who communicate verbally may participate in conversations about daily activities, such as attending school.
[Make an Appointment](/client-consultation)
<Button href="https://form.jotform.com/231638510219149" target="_blank">Make an Appointment</Button>
@@ -7,13 +7,16 @@ lang: "en"
translationKey: "careers"
draft: false
---
import Button from '../../../components/Button.astro';
## Join the AIA Team
Apply to join the Arizona Institute for Autism (AIA) team today. We are on a mission to improve special education and strengthen communities throughout Arizona.
Our talented and passionate employees are a critical piece to the high-quality Autism services we provide along with our commitment to behavioral health, school solutions, and community outreach.
[View Open Positions](https://www.indeed.com/cmp/Arizona-Institute-For-Autism/jobs)
<Button href="https://www.indeed.com/cmp/Arizona-Institute-For-Autism/jobs" target="_blank">View Open Positions</Button>
### Our Benefits
@@ -105,7 +108,7 @@ Work someone you love. Begin your journey with Arizona's leading ABA Integrated
![logo-BACB](/assets/images/logo-BACB.png)
[View Open Positions](https://www.indeed.com/cmp/Arizona-Institute-For-Autism/jobs)
<Button href="https://www.indeed.com/cmp/Arizona-Institute-For-Autism/jobs" target="_blank">View Open Positions</Button>
## Benefits of Working at Arizona Institute for Autism
@@ -167,4 +170,4 @@ Take a fresh and innovative approach as a member of the Corporate team. Take on
Our specialty interns help shape the future of our center carefully curated clinical, operations, advocacy, people, and other departments.
[View Open Positions](https://www.indeed.com/cmp/Arizona-Institute-For-Autism/jobs)
<Button href="https://www.indeed.com/cmp/Arizona-Institute-For-Autism/jobs" target="_blank">View Open Positions</Button>
@@ -7,6 +7,9 @@ lang: "en"
translationKey: "faqs"
draft: false
---
import Button from '../../../components/Button.astro';
## FAQs
## From Questions to Confidence!
@@ -765,4 +768,4 @@ We hope this FAQ gives you a clear picture of how Applied Behavior Analysis (ABA
To meet diagnostic criteria for ASD, a child must have persistent deficits in each of three areas of social communication and interaction plus at least two of four types of restricted repetitive behaviors. Consult with a Client Advocate today to receive individual and family support!
[Request an Appointment](/client-consultation)
<Button href="/client-consultation">Request an Appointment</Button>
@@ -7,6 +7,9 @@ lang: "en"
translationKey: "learner-social-club"
draft: false
---
import Button from '../../../components/Button.astro';
## Learner Social Club
Every child needs opportunities to have fun, make friends, and build social connections while developing valuable skills. The Learner Social Club is designed specifically to support your learners emotional and social well-being through engaging, evidence-based enrichment activities.
@@ -57,4 +60,4 @@ Interested in Trying Out Our Program?
Get a 1-Day Trial Pass by emailing us at info [at] azinstitute4autism [dot] com .
[Enroll Now](/client-consultation)
<Button href="https://form.jotform.com/231638510219149" target="_blank">Enroll Now</Button>
@@ -7,9 +7,8 @@ lang: "en"
translationKey: "services"
draft: false
---
Discover More
[Get Started](/client-consultation)
import Button from '../../../components/Button.astro';
- [Home](/)
@@ -41,7 +40,7 @@ The Arizona Institute for Autism helps with Autism Evaluations and Diagnostic Sc
Approximately 1 in 36 children in the United States will receive an autism diagnosis each year. If your child exhibits any of the behaviors listed above, it is possible that he or she may be diagnosed on the autism spectrum. Diagnosing children with Autism Spectrum Disorder can be challenging and complex. The most important thing you can do is consult a professional if you think your child is displaying atypical behavior.
[Consult with a Client Advocate](/client-consultation)
<Button href="/client-consultation">Consult with a Client Advocate</Button>
## Our Services
@@ -57,4 +56,4 @@ Arizona Institute for Autism (AIA) offers a comprehensive range of services tail
To meet diagnostic criteria for ASD, a child must have persistent deficits in each of three areas of social communication and interaction plus at least two of four types of restricted repetitive behaviors. Consult with a Client Advocate today to receive individual and family support!
[Get a Free Consultation](/client-consultation)
<Button href="/client-consultation">Get a Free Consultation</Button>