Update booking URL to xhiva-booking.jeffemmett.com
Cloudflare free SSL doesn't cover multi-level subdomains like book.xhivart.jeffemmett.com, switched to single-level subdomain. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
1e4ed37fba
commit
9675be7d35
|
|
@ -303,7 +303,7 @@ function ServicesSection() {
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="flex justify-center mt-20">
|
<div className="flex justify-center mt-20">
|
||||||
<a href="https://book.xhivart.jeffemmett.com" target="_blank" rel="noopener noreferrer" className="btn-outline">
|
<a href="https://xhiva-booking.jeffemmett.com" target="_blank" rel="noopener noreferrer" className="btn-outline">
|
||||||
Book a Session
|
Book a Session
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -558,7 +558,7 @@ function WorkWithMeSection() {
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div className="flex flex-col sm:flex-row gap-4 justify-center items-center">
|
<div className="flex flex-col sm:flex-row gap-4 justify-center items-center">
|
||||||
<a href="https://book.xhivart.jeffemmett.com" target="_blank" rel="noopener noreferrer" className="btn-outline btn-outline-light">
|
<a href="https://xhiva-booking.jeffemmett.com" target="_blank" rel="noopener noreferrer" className="btn-outline btn-outline-light">
|
||||||
Book a Session
|
Book a Session
|
||||||
</a>
|
</a>
|
||||||
<Link href="#contact" className="btn-filled" style={{ background: 'var(--accent-gold)', borderColor: 'var(--accent-gold)' }}>
|
<Link href="#contact" className="btn-filled" style={{ background: 'var(--accent-gold)', borderColor: 'var(--accent-gold)' }}>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue