Merge pull request 'Update Footer and Services components to reflect location and service focus changes, replacing 'Miami' with 'Hollywood' and adjusting therapy age range and community support description for clarity and inclusivity.' (#32) from feat/booking-panel into master
Reviewed-on: http://35.207.46.142/ATTUNE-HEART-THERAPY/website/pulls/32
This commit is contained in:
commit
4058c1512c
@ -127,7 +127,7 @@ export function Footer() {
|
|||||||
<li className="flex items-start gap-3">
|
<li className="flex items-start gap-3">
|
||||||
<MapPin className="h-4 w-4 mt-1 text-rose-600 dark:text-rose-400 flex-shrink-0" />
|
<MapPin className="h-4 w-4 mt-1 text-rose-600 dark:text-rose-400 flex-shrink-0" />
|
||||||
<span className="text-sm text-muted-foreground">
|
<span className="text-sm text-muted-foreground">
|
||||||
Miami, Florida
|
Hollywood, Florida
|
||||||
</span>
|
</span>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
@ -220,8 +220,8 @@ export function Services() {
|
|||||||
animate={isInView ? { opacity: 1 } : {}}
|
animate={isInView ? { opacity: 1 } : {}}
|
||||||
transition={{ duration: 0.8, delay: 0.9 }}
|
transition={{ duration: 0.8, delay: 0.9 }}
|
||||||
>
|
>
|
||||||
Therapy is tailored for children (age 6–10), teens, adults, and older adults, with services offered to individuals and a
|
Therapy is tailored for children (age 0–10), teens, adults, and older adults, with services offered to individuals and a
|
||||||
special focus on supporting Black and African American families in Miami and Hollywood, Florida.
|
special focus on supporting Black and African American families and all of South Florida's Diverse Communities.
|
||||||
</motion.p>
|
</motion.p>
|
||||||
</div>
|
</div>
|
||||||
</motion.div>
|
</motion.div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user