Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d0175a4e81 | |||
| 8e2f2ef285 | |||
| a23486fb8f | |||
| 799cab7ec0 | |||
| 1083146f99 | |||
| 12b57b34bd | |||
| b04eda559b | |||
| 6e09b6d2c1 | |||
| 59edd39a26 | |||
| 0038f03fee |
@@ -48,6 +48,7 @@ export default function LandingPage() {
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Azoryn"
|
||||
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -323,6 +324,7 @@ export default function LandingPage() {
|
||||
},
|
||||
]}
|
||||
logoText="Azoryn"
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ev1LDP8l32UWlUSNv90M5ZsJHw/uploaded-1781046891002-pnizz0sa.png"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
@@ -11,7 +11,7 @@ html {
|
||||
body {
|
||||
background-color: var(--background);
|
||||
color: var(--foreground);
|
||||
font-family: var(--font-nunito), sans-serif;
|
||||
font-family: var(--font-inter), sans-serif;
|
||||
position: relative;
|
||||
min-height: 100vh;
|
||||
overscroll-behavior: none;
|
||||
@@ -24,5 +24,5 @@ h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-family: var(--font-nunito), sans-serif;
|
||||
font-family: var(--font-libre-baskerville), serif;
|
||||
}
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #030128;
|
||||
--card: #241f48;
|
||||
--foreground: #ffffff;
|
||||
--primary-cta: #7B68EE;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #131136;
|
||||
--secondary-cta-text: #ffffff;
|
||||
--accent: #8A2BE2;
|
||||
--background-accent: #6A5ACD;
|
||||
--background: #f5f4f0;
|
||||
--card: #ffffff;
|
||||
--foreground: #1a1a1a;
|
||||
--primary-cta: #2c2c2c;
|
||||
--primary-cta-text: #020617;
|
||||
--secondary-cta: #f5f4f0;
|
||||
--secondary-cta-text: #e2e8f0;
|
||||
--accent: #8a8a8a;
|
||||
--background-accent: #e8e6e1;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user