diff --git a/components/About.tsx b/components/About.tsx index dbc69fe..00c3d37 100644 --- a/components/About.tsx +++ b/components/About.tsx @@ -49,22 +49,37 @@ export function About() { ref={ref} className="relative py-20 px-4 overflow-hidden" > + {/* Background Image */}
+ + {/* Subtle overlay for readability - keeping background image clearly visible */} +
+ + {/* Very subtle gradient overlay */} {!isDark && ( -
+
)} {isDark && ( -
+
)} -
+ {/* Subtle animated blobs */} +
- {/* Theme sync like Hero/About/Navbar */} -
+ {/* Background Image */} +
+ + {/* Subtle overlay for readability - keeping background image clearly visible */} +
+ + {/* Very subtle gradient overlay */} {!isDark && ( -
+
)} {isDark && ( -
+
)} {/* Subtle animated blobs */} -
+
@@ -78,37 +96,66 @@ export function ContactSection() {

-
+
{/* Left: Illustration replacing cards */} - - - {/* Use a high-quality, license-friendly illustration */} -
- Contact illustration - -
-
-

Let's Begin Your Healing Journey

-

- Taking the first step toward therapy can feel daunting, but you're not alone. I'm here to support - you through every stage of your journey toward wellness and growth. -

+ + + {/* Background image for the card */} +
+ + {/* Content */} +
+ {/* Image and text side by side */} +
+ {/* Modern therapy-related illustration */} +
+ Nathalie Mac Guffie, LCSW - Your therapist + +
+ {/* Text content */} +
+

Let's Begin Your Healing Journey

+
+

+ Taking the first step toward therapy can feel daunting, but you're not alone. I'm here to support + you through every stage of your journey toward wellness and growth. +

+

+ Whether you're seeking help for yourself or your child, I provide a warm, non-judgmental space where + healing can begin. My approach is relationship-based and tailored to meet your unique needs. +

+

+ Reach out today to schedule a consultation. Together, we can explore how therapy can support you + in creating positive change and building resilience. +

+
+
+
diff --git a/components/Hero.tsx b/components/Hero.tsx index 98b1b08..f2ee685 100644 --- a/components/Hero.tsx +++ b/components/Hero.tsx @@ -28,22 +28,37 @@ export function HeroSection() { id="home" className="relative min-h-screen flex items-center justify-center overflow-hidden pt-20" > + {/* Background Image */}
+ + {/* Subtle dark overlay for better text readability - keeping background image clearly visible */} +
+ + {/* Very subtle gradient overlay for warmth */} {!isDark && ( -
+
)} {isDark && ( -
+
)} -
+ {/* Subtle animated blobs for depth */} +
+ {/* Background Image */}
+ + {/* Minimal overlay - allowing background image to show at near original opaqueness */} +
+ + {/* Very subtle gradient overlay */} {!isDark && ( -
+
)} {isDark && ( -
+
)} -
+ {/* Subtle animated blobs */} +
- - - - - {service.title} - - - {service.description} - + {/* Content */} +
+ + {service.title} + + + {service.title} + + + {service.description} + +
); })} diff --git a/components/ui/toaster.tsx b/components/ui/toaster.tsx index 1d7fb87..896a003 100644 --- a/components/ui/toaster.tsx +++ b/components/ui/toaster.tsx @@ -6,3 +6,4 @@ export function Toaster() { } + diff --git a/public/hshot.jpeg b/public/hshot.jpeg new file mode 100644 index 0000000..d3f3552 Binary files /dev/null and b/public/hshot.jpeg differ diff --git a/public/large.jpeg b/public/large.jpeg new file mode 100644 index 0000000..d933158 Binary files /dev/null and b/public/large.jpeg differ diff --git a/public/mmmfil.jpeg b/public/mmmfil.jpeg new file mode 100644 index 0000000..c56648b Binary files /dev/null and b/public/mmmfil.jpeg differ