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:
parent
c93279fe35
commit
05aa076eb5
|
|
@ -90,7 +90,7 @@ function HeroSection() {
|
|||
XIMENA XAGUAR
|
||||
</h1>
|
||||
<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
|
||||
that support clarity, integration, exploration and transformation.
|
||||
</p>
|
||||
|
|
@ -142,12 +142,12 @@ function RitualArtSection() {
|
|||
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.
|
||||
</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
|
||||
into living images. These artworks are not objects. They are portals. Allies for
|
||||
emotional integration, transformation, spiritual insight and energetic coherence.
|
||||
</p>
|
||||
<div className="md:text-left">
|
||||
<div className="md:text-left pt-2">
|
||||
<Link href="#gallery" className="btn-outline">
|
||||
Enter the Gallery
|
||||
</Link>
|
||||
|
|
@ -288,7 +288,7 @@ function ServicesSection() {
|
|||
))}
|
||||
</div>
|
||||
|
||||
<div className="flex justify-center mt-16">
|
||||
<div className="flex justify-center mt-20">
|
||||
<Link href="#contact" className="btn-outline">
|
||||
Book a Session
|
||||
</Link>
|
||||
|
|
@ -372,7 +372,7 @@ function ReEvolutionSection() {
|
|||
))}
|
||||
</div>
|
||||
|
||||
<div className="flex justify-center mt-16">
|
||||
<div className="flex justify-center mt-20">
|
||||
<Link href="#" className="btn-outline btn-outline-light">
|
||||
Explore Events
|
||||
</Link>
|
||||
|
|
@ -448,11 +448,11 @@ function AboutSection() {
|
|||
Years dedicated to work in Bolivia, Peru and Switzerland shaped this path through
|
||||
emotional integration, somatic healing and ceremonial support.
|
||||
</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 —
|
||||
healer, visionary artist, mother and friend — providing deep support through inner work.
|
||||
</p>
|
||||
<div className="md:text-left">
|
||||
<div className="md:text-left pt-2">
|
||||
<Link href="#contact" className="btn-outline">
|
||||
Connect
|
||||
</Link>
|
||||
|
|
@ -520,7 +520,7 @@ function WorkWithMeSection() {
|
|||
Work With Me
|
||||
</h2>
|
||||
<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,
|
||||
sensitivity and presence.
|
||||
</p>
|
||||
|
|
@ -592,7 +592,7 @@ function ContactSection() {
|
|||
placeholder="How can I support your journey?"
|
||||
/>
|
||||
</div>
|
||||
<button type="submit" className="btn-filled w-full mt-2">
|
||||
<button type="submit" className="btn-filled w-full mt-4">
|
||||
Send Message
|
||||
</button>
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Reference in New Issue