diff --git a/app/(auth)/login/page.tsx b/app/(auth)/login/page.tsx index 1a438fd..e67b95f 100644 --- a/app/(auth)/login/page.tsx +++ b/app/(auth)/login/page.tsx @@ -29,19 +29,13 @@ export default function Login() { sizes="100vw" /> {/* Overlay for better readability */} -
+
{/* Branding - Top Left */} -
- -
- -
- - Attune Heart Therapy - - +
+ + Attune Heart Therapy
diff --git a/components/ClientFocus.tsx b/components/ClientFocus.tsx index 237a374..16e56ac 100644 --- a/components/ClientFocus.tsx +++ b/components/ClientFocus.tsx @@ -144,7 +144,7 @@ export function ClientFocus() {

Individuals

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

Insurance

+
+
+ {insuranceProviders.map((provider, index) => ( + + {provider} + + ))} +
+
diff --git a/components/Hero.tsx b/components/Hero.tsx index a64205e..6331dc0 100644 --- a/components/Hero.tsx +++ b/components/Hero.tsx @@ -29,7 +29,7 @@ export function HeroSection() {
diff --git a/components/Services.tsx b/components/Services.tsx index 4c714e0..22d1d23 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. - I welcome clients from diverse backgrounds and communities throughout Miami and Hollywood, Florida. + 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.
diff --git a/public/section-image.png b/public/section-image.png deleted file mode 100644 index 75371a9..0000000 Binary files a/public/section-image.png and /dev/null differ