diff --git a/app/(auth)/login/page.tsx b/app/(auth)/login/page.tsx index 7409c12..f7164f5 100644 --- a/app/(auth)/login/page.tsx +++ b/app/(auth)/login/page.tsx @@ -21,27 +21,21 @@ export default function Login() { {/* Background Image */}
Therapy and counseling session with African American clients {/* 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 793d520..7176275 100644 --- a/app/(pages)/book-now/page.tsx +++ b/app/(pages)/book-now/page.tsx @@ -219,8 +219,8 @@ export default function BookNowPage() {
Therapy session with diverse clientsIndividuals

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

Client Focus

-
-
-
- {[ - { flag: '🇭🇹', name: 'Haitian', type: 'emoji' }, - { flag: '🇯🇲', name: 'Jamaican', type: 'emoji' }, - { flag: '🇧🇸', name: 'Bahamian', type: 'emoji' }, - { flag: 'pan-african', name: 'Pan-African', type: 'css' }, - { flag: '🇮🇱', name: 'Israeli', type: 'emoji' }, - { flag: '🇻🇪', name: 'Venezuelan', type: 'emoji' }, - { flag: 'pride', name: 'LGBTQ+', type: 'css' }, - ].map((community, index) => ( - - {community.type === 'emoji' ? ( - - {community.flag} - - ) : community.flag === 'pan-african' ? ( -
-
-
-
-
- ) : community.flag === 'pride' ? ( -
-
-
-
-
-
-
-
- ) : null} -
- ))} -
+

Ethnicity

+

Black and African American

diff --git a/components/Finances.tsx b/components/Finances.tsx index 3b68856..59d1755 100644 --- a/components/Finances.tsx +++ b/components/Finances.tsx @@ -3,7 +3,7 @@ import { motion } from "framer-motion"; import { useInView } from "framer-motion"; import { useRef } from "react"; -import { CreditCard, DollarSign } from "lucide-react"; +import { CreditCard, DollarSign, Shield } from "lucide-react"; import { useAppTheme } from "@/components/ThemeProvider"; export function Finances() { @@ -19,6 +19,31 @@ export function Finances() { "Visa" ]; + const insuranceProviders = [ + "Aetna", + "Aetna - Medicare", + "Aetna - WebTPA", + "All Savers", + "Ambetter", + "AvMed", + "Cigna and Evernorth", + "EAP:Cigna", + "EAP:UnitedHealthcare/Optum", + "Golden Rule", + "Harvard Pilgrim/United", + "Humana", + "Humana - Medicare", + "Humana Dual- Medicaid/Medicare", + "Medicaid", + "Optum", + "Oscar Health", + "Oxford", + "Surest (formerly Bind)", + "Tufts Health/Cigna", + "UHC/Optum - Medicare", + "United Medical Resources (UMR)", + "UnitedHealthcare UHC | UBH" + ]; return (
-
+
{/* Fees */} + {/* Insurance */} + +
+
+ +
+

Insurance

+
+
+ {insuranceProviders.map((provider, index) => ( + + {provider} + + ))} +
+
diff --git a/components/Hero.tsx b/components/Hero.tsx index 0374759..6180799 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