Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b021ac5d9f | |||
| 5cddeab625 | |||
| d8648243a5 | |||
| a2ed16f6a4 | |||
| ba9826d3a0 |
@@ -43,13 +43,13 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroLogoBillboardSplit
|
<HeroLogoBillboardSplit
|
||||||
logoText="STRATEGY SPORT ACADEMY"
|
logoText="STRATEGY SPORT ACADEMY"
|
||||||
description="A Place for Every Athlete to Excel. Elite multisport training for athletes of all ages. Professional coaching in basketball, skating, martial arts, and more. Build discipline, excellence, and winning character."
|
description=""A Place for Every Athlete to Excel. Elite multisport training for athletes of all ages. Professional coaching in basketball, skating, martial arts, and more. Build discipline, excellence, and winning character.""
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Join the Academy Today", href: "#pricing" },
|
{ text: "Join the Academy Today", href: "#pricing" },
|
||||||
{ text: "Explore Programs", href: "#programs" },
|
{ text: "Explore Programs", href: "#programs" },
|
||||||
]}
|
]}
|
||||||
layoutOrder="default"
|
layoutOrder="default"
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaJlRGAuwhxeSgHDYwEa0Lfkdx/uploaded-1772882576380-qz1jyrto.png"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaJlRGAuwhxeSgHDYwEa0Lfkdx/uploaded-1772885339901-xktfc7tr.png"
|
||||||
imageAlt="Strategy Sport Academy elite athletic training facility"
|
imageAlt="Strategy Sport Academy elite athletic training facility"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
frameStyle="card"
|
frameStyle="card"
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #f0f8ff;
|
--background: #000000;
|
||||||
--card: #e6f2ff;
|
--card: #1f1f40;
|
||||||
--foreground: #0d1b2a;
|
--foreground: #ffffff;
|
||||||
--primary-cta: #ff6b35;
|
--primary-cta: #ffffff;
|
||||||
--primary-cta-text: #ffffff;
|
--primary-cta-text: #0a051a;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #0d0d2b;
|
||||||
--secondary-cta-text: #0a0a0a;
|
--secondary-cta-text: #d4d4f6;
|
||||||
--accent: #04a7c4;
|
--accent: #3d2880;
|
||||||
--background-accent: #ffd089;
|
--background-accent: #663cff;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user