Increase spacing above buttons throughout site

- Hero: mb-14 → mb-16
- Ritual Art: mb-10 → mb-12, added pt-2 to button wrapper
- About: mb-10 → mb-12, added pt-2 to button wrapper
- Work With Me: mb-12 → mb-16
- Services CTA: mt-16 → mt-20
- Re Evolution CTA: mt-16 → mt-20
- Contact form button: mt-2 → mt-4

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-01-25 22:53:52 +01:00
parent c93279fe35
commit 05aa076eb5
1 changed files with 9 additions and 9 deletions

View File

@ -90,7 +90,7 @@ function HeroSection() {
XIMENA XAGUAR XIMENA XAGUAR
</h1> </h1>
<div className="divider fade-in stagger-2"></div> <div className="divider fade-in stagger-2"></div>
<p className="text-lg md:text-xl max-w-2xl mx-auto mb-14 leading-relaxed opacity-80 fade-in stagger-2"> <p className="text-lg md:text-xl max-w-2xl mx-auto mb-16 leading-relaxed opacity-80 fade-in stagger-2">
Working at the intersection of art, ritual and embodied presence, creating experiences Working at the intersection of art, ritual and embodied presence, creating experiences
that support clarity, integration, exploration and transformation. that support clarity, integration, exploration and transformation.
</p> </p>
@ -142,12 +142,12 @@ function RitualArtSection() {
My art is my ritual a journey of transformation. Each painting emerges from My art is my ritual a journey of transformation. Each painting emerges from
cycles of death and rebirth, shadow work, intuitive vision and ancestral memory. cycles of death and rebirth, shadow work, intuitive vision and ancestral memory.
</p> </p>
<p className="text-lg leading-relaxed mb-10 opacity-80"> <p className="text-lg leading-relaxed mb-12 opacity-80">
Through symbolic language and universal cosmovision, I translate inner processes Through symbolic language and universal cosmovision, I translate inner processes
into living images. These artworks are not objects. They are portals. Allies for into living images. These artworks are not objects. They are portals. Allies for
emotional integration, transformation, spiritual insight and energetic coherence. emotional integration, transformation, spiritual insight and energetic coherence.
</p> </p>
<div className="md:text-left"> <div className="md:text-left pt-2">
<Link href="#gallery" className="btn-outline"> <Link href="#gallery" className="btn-outline">
Enter the Gallery Enter the Gallery
</Link> </Link>
@ -288,7 +288,7 @@ function ServicesSection() {
))} ))}
</div> </div>
<div className="flex justify-center mt-16"> <div className="flex justify-center mt-20">
<Link href="#contact" className="btn-outline"> <Link href="#contact" className="btn-outline">
Book a Session Book a Session
</Link> </Link>
@ -372,7 +372,7 @@ function ReEvolutionSection() {
))} ))}
</div> </div>
<div className="flex justify-center mt-16"> <div className="flex justify-center mt-20">
<Link href="#" className="btn-outline btn-outline-light"> <Link href="#" className="btn-outline btn-outline-light">
Explore Events Explore Events
</Link> </Link>
@ -448,11 +448,11 @@ function AboutSection() {
Years dedicated to work in Bolivia, Peru and Switzerland shaped this path through Years dedicated to work in Bolivia, Peru and Switzerland shaped this path through
emotional integration, somatic healing and ceremonial support. emotional integration, somatic healing and ceremonial support.
</p> </p>
<p className="text-lg leading-relaxed mb-10 opacity-80"> <p className="text-lg leading-relaxed mb-12 opacity-80">
A beautiful, talented artist rooted in ancestral culture and land connection A beautiful, talented artist rooted in ancestral culture and land connection
healer, visionary artist, mother and friend providing deep support through inner work. healer, visionary artist, mother and friend providing deep support through inner work.
</p> </p>
<div className="md:text-left"> <div className="md:text-left pt-2">
<Link href="#contact" className="btn-outline"> <Link href="#contact" className="btn-outline">
Connect Connect
</Link> </Link>
@ -520,7 +520,7 @@ function WorkWithMeSection() {
Work With Me Work With Me
</h2> </h2>
<div className="divider"></div> <div className="divider"></div>
<p className="text-lg leading-relaxed mb-12 opacity-80 max-w-2xl mx-auto"> <p className="text-lg leading-relaxed mb-16 opacity-80 max-w-2xl mx-auto">
This work is for those ready to meet themselves honestly with courage, This work is for those ready to meet themselves honestly with courage,
sensitivity and presence. sensitivity and presence.
</p> </p>
@ -592,7 +592,7 @@ function ContactSection() {
placeholder="How can I support your journey?" placeholder="How can I support your journey?"
/> />
</div> </div>
<button type="submit" className="btn-filled w-full mt-2"> <button type="submit" className="btn-filled w-full mt-4">
Send Message Send Message
</button> </button>
</form> </form>