Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f77386eeb9 | |||
| 4df6525b73 |
@@ -50,7 +50,7 @@ export default function LandingPage() {
|
||||
buttons={[
|
||||
{ text: "Join Now", href: "#contact" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/thai-boxer-practicing-boxing_107420-65051.jpg"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C3mym9oWusYAi5CERbFzzdf10c/uploaded-1776834917460-za64lm2d.webp"
|
||||
showDimOverlay={true}
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/two-boxer-practicing-boxing-fitness-studio_107420-65171.jpg", alt: "Student 1" },
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #0a0a0a;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #f5f5f5;
|
||||
--primary-cta: #e63946;
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #000612e6;
|
||||
--primary-cta: #15479c;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #1a1a1a;
|
||||
--secondary-cta-text: #f5f5f5;
|
||||
--accent: #b8860b;
|
||||
--background-accent: #1a1a1a;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #000612e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #c4c4c4;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user