Compare commits

..

7 Commits

Author SHA1 Message Date
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
a9e9581800 Update theme colors 2026-04-28 10:43:18 +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 3 additions and 3 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,8 +10,8 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #921919;
--card: #f9f9f9;
--background: #982626;
--card: #410303;
--foreground: #000612e6;
--primary-cta: #15479c;
--primary-cta-text: #ffffff;