3 Commits

Author SHA1 Message Date
7a139bfcad Update theme colors 2026-03-12 13:26:48 +00:00
085bb93aeb Update src/app/page.tsx 2026-03-12 13:21:58 +00:00
6f74b8d15f Merge version_1 into main
Merge version_1 into main
2026-03-12 13:19:28 +00:00
2 changed files with 9 additions and 9 deletions

View File

@@ -43,7 +43,7 @@ export default function LandingPage() {
description="World-class coaching. Family atmosphere. Real Muay Thai. Train with one of the most respected coaches in the UK."
background={{ variant: "radial-gradient" }}
buttons={[
{ text: "Book Your First Class Free", href: "#community" },
{ text: "Start Free Trial", href: "#community" },
{ text: "Learn More", href: "#training" }
]}
layoutOrder="default"

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5f5f5;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #1f3251;
--primary-cta-text: #f5f5f5;
--background: #fafffb;
--card: #f7fffa;
--foreground: #001a0a;
--primary-cta: #0a7039;
--primary-cta-text: #fafffb;
--secondary-cta: #ffffff;
--secondary-cta-text: #1c1c1c;
--accent: #15479c;
--background-accent: #a8cce8;
--secondary-cta-text: #001a0a;
--accent: #a8d9be;
--background-accent: #6bbf8e;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);