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

+

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} +
+ ))} +
-

Black and African American

diff --git a/components/Finances.tsx b/components/Finances.tsx index 59d1755..3b68856 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, Shield } from "lucide-react"; +import { CreditCard, DollarSign } from "lucide-react"; import { useAppTheme } from "@/components/ThemeProvider"; export function Finances() { @@ -19,31 +19,6 @@ 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 6180799..0374759 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 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