feat: add contact button to Jaguar Path CTA section
CI/CD / deploy (push) Successful in 1m24s
Details
CI/CD / deploy (push) Successful in 1m24s
Details
Adds a "Get in Touch" button linking to /contact page between the Eventfrog booking and Instagram buttons. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
bd1d83f4e0
commit
5ee9afd593
|
|
@ -1,5 +1,6 @@
|
|||
import type { Metadata } from 'next';
|
||||
import Image from 'next/image';
|
||||
import Link from 'next/link';
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'The Jaguar Path — Integration Circles | XHIVA',
|
||||
|
|
@ -248,8 +249,8 @@ export default function JaguarPathPage() {
|
|||
</h2>
|
||||
<div className="divider"></div>
|
||||
<p className="text-lg leading-relaxed mb-12 opacity-80 max-w-2xl mx-auto text-[var(--text-light)]">
|
||||
If you feel called to walk this path, secure your spot through Eventfrog
|
||||
or learn more on Instagram.
|
||||
If you feel called to walk this path, secure your spot through Eventfrog,
|
||||
reach out directly, or learn more on Instagram.
|
||||
</p>
|
||||
<div className="flex flex-col sm:flex-row items-center justify-center gap-4">
|
||||
<a
|
||||
|
|
@ -261,6 +262,9 @@ export default function JaguarPathPage() {
|
|||
>
|
||||
Book on Eventfrog
|
||||
</a>
|
||||
<Link href="/contact" className="btn-outline-light">
|
||||
Get in Touch
|
||||
</Link>
|
||||
<a
|
||||
href="https://www.instagram.com/p/DWxVw1AgufY/"
|
||||
target="_blank"
|
||||
|
|
|
|||
Loading…
Reference in New Issue