Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c50a6df406 | |||
| 59dd33b945 | |||
| 09a5516d47 | |||
| 8906a34740 | |||
| a3d7bcc00d |
@@ -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}
|
||||
@@ -212,4 +212,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user