Compare commits

...

11 Commits

Author SHA1 Message Date
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
c2c549a76d Update src/app/page.tsx 2026-04-28 10:41:51 +00:00
73200064e2 Merge version_41 into main
Merge version_41 into main
2026-04-28 10:40:58 +00:00
f84d6dc710 Update src/app/page.tsx 2026-04-28 10:40:55 +00:00
6366d24a2c Merge version_41 into main
Merge version_41 into main
2026-04-28 10:40:24 +00:00
92f1df090e Update src/app/page.tsx 2026-04-28 10:40:20 +00:00
b43f9eceff Merge version_40 into main
Merge version_40 into main
2026-04-28 10:38:04 +00:00
6f291d3778 Merge version_40 into main
Merge version_40 into main
2026-04-28 10:37:33 +00:00
2 changed files with 5 additions and 3 deletions

View File

@@ -44,7 +44,9 @@ export default function LandingPage() {
description="A Record Label that works with all Genres of Music. Specializes in Hip Hop, Rap and R & B. We are a Family that has visions of Entertaining the World. We are making artist known and uplifting their careers in new ways." description="A Record Label that works with all Genres of Music. Specializes in Hip Hop, Rap and R & B. We are a Family that has visions of Entertaining the World. We are making artist known and uplifting their careers in new ways."
imagePosition="right" imagePosition="right"
imageClassName="border-none" imageClassName="border-none"
buttons={[{ text: "Our Artists", href: "#features" }] 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" }]
} }
mediaAnimation="none" mediaAnimation="none"
/> />
@@ -66,7 +68,7 @@ export default function LandingPage() {
showStepNumbers={false} showStepNumbers={false}
features={[ features={[
{ title: "King Art Southside Shade", description: "", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxL59q8tfUcPSZDT56Hr5rHLLc/uploaded-1777364749414-m8xbano6.jpg" }, phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxL59q8tfUcPSZDT56Hr5rHLLc/uploaded-1777365027886-q4uam6x8.jpg" } }, { title: "King Art Southside Shade", description: "", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxL59q8tfUcPSZDT56Hr5rHLLc/uploaded-1777364749414-m8xbano6.jpg" }, phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxL59q8tfUcPSZDT56Hr5rHLLc/uploaded-1777365027886-q4uam6x8.jpg" } },
{ title: "Royal Business Mikey 3ang", description: "", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxL59q8tfUcPSZDT56Hr5rHLLc/uploaded-1777364639834-5z0ydlkf.jpg" }, phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxL59q8tfUcPSZDT56Hr5rHLLc/uploaded-1777365007074-pw1w6q1b.jpg" } }, { title: "Royal Business Mikey 3ang", description: "", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxL59q8tfUcPSZDT56Hr5rHLLc/uploaded-1777364639834-5z0ydlkf.jpg?_wi=2" }, phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxL59q8tfUcPSZDT56Hr5rHLLc/uploaded-1777365007074-pw1w6q1b.jpg" } },
]} ]}
title="Our Artists" title="Our Artists"
description="We house the most influential Rap and R&B voices in the scene. We welcome all Genres. Country - Rap/Hip-Hop - Gospel - Rock - Latin - Latin Trap - Trap - R & B - K-Pop" description="We house the most influential Rap and R&B voices in the scene. We welcome all Genres. Country - Rap/Hip-Hop - Gospel - Rock - Latin - Latin Trap - Trap - R & B - K-Pop"

View File

@@ -10,7 +10,7 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #921919; --background: #ffffff;
--card: #f9f9f9; --card: #f9f9f9;
--foreground: #000612e6; --foreground: #000612e6;
--primary-cta: #15479c; --primary-cta: #15479c;