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 type { Metadata } from 'next';
|
||||||
import Image from 'next/image';
|
import Image from 'next/image';
|
||||||
|
import Link from 'next/link';
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: 'The Jaguar Path — Integration Circles | XHIVA',
|
title: 'The Jaguar Path — Integration Circles | XHIVA',
|
||||||
|
|
@ -248,8 +249,8 @@ export default function JaguarPathPage() {
|
||||||
</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 text-[var(--text-light)]">
|
<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
|
If you feel called to walk this path, secure your spot through Eventfrog,
|
||||||
or learn more on Instagram.
|
reach out directly, or learn more on Instagram.
|
||||||
</p>
|
</p>
|
||||||
<div className="flex flex-col sm:flex-row items-center justify-center gap-4">
|
<div className="flex flex-col sm:flex-row items-center justify-center gap-4">
|
||||||
<a
|
<a
|
||||||
|
|
@ -261,6 +262,9 @@ export default function JaguarPathPage() {
|
||||||
>
|
>
|
||||||
Book on Eventfrog
|
Book on Eventfrog
|
||||||
</a>
|
</a>
|
||||||
|
<Link href="/contact" className="btn-outline-light">
|
||||||
|
Get in Touch
|
||||||
|
</Link>
|
||||||
<a
|
<a
|
||||||
href="https://www.instagram.com/p/DWxVw1AgufY/"
|
href="https://www.instagram.com/p/DWxVw1AgufY/"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue