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 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
|
||||
</a>
|
||||
</div>
|
||||
|
|
@ -558,7 +558,7 @@ function WorkWithMeSection() {
|
|||
</p>
|
||||
</div>
|
||||
<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
|
||||
</a>
|
||||
<Link href="#contact" className="btn-filled" style={{ background: 'var(--accent-gold)', borderColor: 'var(--accent-gold)' }}>
|
||||
|
|
|
|||
Loading…
Reference in New Issue