diff --git a/app/(auth)/login/page.tsx b/app/(auth)/login/page.tsx index f7164f5..7409c12 100644 --- a/app/(auth)/login/page.tsx +++ b/app/(auth)/login/page.tsx @@ -21,21 +21,27 @@ export default function Login() { {/* Background Image */}
Medical professionals {/* Overlay for better readability */} -
+
{/* Branding - Top Left */} -
- - Attune Heart Therapy +
+ +
+ +
+ + Attune Heart Therapy + +
diff --git a/app/(pages)/book-now/page.tsx b/app/(pages)/book-now/page.tsx index 7176275..793d520 100644 --- a/app/(pages)/book-now/page.tsx +++ b/app/(pages)/book-now/page.tsx @@ -219,8 +219,8 @@ export default function BookNowPage() {
Therapy sessionIndividuals

- {/* Ethnicity */} + {/* Communities */}
-

Ethnicity

+

Communities

Black and African American

diff --git a/components/Services.tsx b/components/Services.tsx index 22d1d23..4c714e0 100644 --- a/components/Services.tsx +++ b/components/Services.tsx @@ -220,8 +220,8 @@ export function Services() { animate={isInView ? { opacity: 1 } : {}} 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 - special focus on supporting Black and African American families in Miami and Hollywood, Florida. + Therapy is tailored for children (age 6–10), teens, adults, and older adults, with services offered to individuals. + I welcome clients from diverse backgrounds and communities throughout Miami and Hollywood, Florida.
diff --git a/public/section-image.png b/public/section-image.png new file mode 100644 index 0000000..75371a9 Binary files /dev/null and b/public/section-image.png differ