Compare commits

..

8 Commits

Author SHA1 Message Date
0159173442 Update theme colors 2026-04-28 10:52:57 +00:00
350439b6da Update theme colors 2026-04-28 10:52:00 +00:00
bf6d1e64ce Update theme colors 2026-04-28 10:51:45 +00:00
ffc0cd052d Update src/app/page.tsx 2026-04-28 10:50:44 +00:00
c9928d7912 Merge version_42 into main
Merge version_42 into main
2026-04-28 10:43:22 +00:00
a373bf72ab Merge version_41 into main
Merge version_41 into main
2026-04-28 10:41:58 +00:00
73200064e2 Merge version_41 into main
Merge version_41 into main
2026-04-28 10:40:58 +00:00
6366d24a2c Merge version_41 into main
Merge version_41 into main
2026-04-28 10:40:24 +00:00
2 changed files with 9 additions and 9 deletions

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
imageClassName="border-none"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxL59q8tfUcPSZDT56Hr5rHLLc/uploaded-1777372881050-wjqwaf9z.jpg"
imageAlt="I Bang Records Team"
buttons={[{ text: "Our Artists", href: "#features" }]
buttons={[{ text: "Our Artists", href: "/features" }]
}
mediaAnimation="none"
/>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #15479c;
--background: #060000;
--card: #1d0d0d;
--foreground: #ffe6e6;
--primary-cta: #ff3d4a;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
--secondary-cta: #1f0a0a;
--secondary-cta-text: #ffe6e6;
--accent: #7b2d2d;
--background-accent: #b8111f;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);