diff --git a/src/app/page.tsx b/src/app/page.tsx index 962e829..d537bb0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -166,8 +166,8 @@ export default function LandingPage() { title="Begin Your Martial Arts Journey Today" description="Join a community of dedicated martial artists learning traditional Ninjutsu and combat skills. Whether you seek self-defense, fitness, or personal growth, BJK Dojo welcomes you. Contact us to book your first training session." buttons={[ - { text: "Book Your First Training", href: "mailto:info@bjkdojo.com" }, - { text: "Learn More", href: "#about" } + { text: "Learn More", href: "#about" }, + { text: "Book Your First Training", href: "mailto:info@bjkdojo.com" } ]} background={{ variant: "radial-gradient" }} useInvertedBackground={false}