Move hero quote down to not cover face in photo
This commit is contained in:
parent
0e13f60d14
commit
4002c2fe40
|
|
@ -90,8 +90,8 @@ export default async function HomePage() {
|
|||
{/* Overlay */}
|
||||
<div className="absolute inset-0 bg-black/30" />
|
||||
|
||||
{/* Content */}
|
||||
<div className="relative z-10 text-center text-white px-4 max-w-3xl mx-auto">
|
||||
{/* Content - positioned lower to not cover face */}
|
||||
<div className="relative z-10 text-center text-white px-4 max-w-3xl mx-auto mt-32 md:mt-48">
|
||||
<blockquote className="text-xl md:text-2xl lg:text-3xl italic leading-relaxed font-serif">
|
||||
<span className="text-4xl">“</span>Working with Katheryn Trenshaw is fun and illuminating. It has served the
|
||||
unfolding of my deep remembering. Artist, healer, transformer; Katheryn embodies
|
||||
|
|
|
|||
Loading…
Reference in New Issue