12 Commits

Author SHA1 Message Date
31cdcfa4f8 Merge version_3 into main
Merge version_3 into main
2026-06-09 23:16:52 +00:00
d0175a4e81 Update src/app/page.tsx 2026-06-09 23:16:46 +00:00
af5e99a8ed Merge version_3 into main
Merge version_3 into main
2026-06-09 23:15:32 +00:00
8e2f2ef285 Update src/app/styles/variables.css 2026-06-09 23:15:28 +00:00
a23486fb8f Update src/app/page.tsx 2026-06-09 23:15:28 +00:00
799cab7ec0 Merge version_2 into main
Merge version_2 into main
2026-06-09 23:12:21 +00:00
1083146f99 Update src/app/styles/variables.css 2026-06-09 23:12:18 +00:00
12b57b34bd Update src/app/styles/base.css 2026-06-09 23:12:18 +00:00
b04eda559b Update src/app/page.tsx 2026-06-09 23:12:17 +00:00
6e09b6d2c1 Merge version_1 into main
Merge version_1 into main
2026-06-09 22:33:10 +00:00
59edd39a26 Merge version_1 into main
Merge version_1 into main
2026-06-09 22:32:21 +00:00
0038f03fee Merge version_1 into main
Merge version_1 into main
2026-06-09 22:31:28 +00:00
3 changed files with 13 additions and 11 deletions

View File

@@ -48,6 +48,7 @@ export default function LandingPage() {
name: "Contact", id: "#contact"}, name: "Contact", id: "#contact"},
]} ]}
brandName="Azoryn" brandName="Azoryn"
/> />
</div> </div>
@@ -323,6 +324,7 @@ export default function LandingPage() {
}, },
]} ]}
logoText="Azoryn" logoText="Azoryn"
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ev1LDP8l32UWlUSNv90M5ZsJHw/uploaded-1781046891002-pnizz0sa.png"
/> />
</div> </div>
</ReactLenis> </ReactLenis>

View File

@@ -11,7 +11,7 @@ html {
body { body {
background-color: var(--background); background-color: var(--background);
color: var(--foreground); color: var(--foreground);
font-family: var(--font-nunito), sans-serif; font-family: var(--font-inter), sans-serif;
position: relative; position: relative;
min-height: 100vh; min-height: 100vh;
overscroll-behavior: none; overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4, h4,
h5, h5,
h6 { h6 {
font-family: var(--font-nunito), sans-serif; font-family: var(--font-libre-baskerville), serif;
} }

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #030128; --background: #f5f4f0;
--card: #241f48; --card: #ffffff;
--foreground: #ffffff; --foreground: #1a1a1a;
--primary-cta: #7B68EE; --primary-cta: #2c2c2c;
--primary-cta-text: #ffffff; --primary-cta-text: #020617;
--secondary-cta: #131136; --secondary-cta: #f5f4f0;
--secondary-cta-text: #ffffff; --secondary-cta-text: #e2e8f0;
--accent: #8A2BE2; --accent: #8a8a8a;
--background-accent: #6A5ACD; --background-accent: #e8e6e1;
/* 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);