Compare commits

...

16 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
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
f366b0c963 Update src/app/page.tsx 2026-04-28 10:38:00 +00:00
6f291d3778 Merge version_40 into main
Merge version_40 into main
2026-04-28 10:37:33 +00:00
9b6b6e436f Update src/app/page.tsx 2026-04-28 10:37:29 +00:00
2 changed files with 30 additions and 10 deletions

View File

@@ -7,6 +7,7 @@ import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
import HeroSplit from '@/components/sections/hero/HeroSplit';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import TextAbout from '@/components/sections/about/TextAbout';
import ContactText from '@/components/sections/contact/ContactText';
export default function LandingPage() {
return (
@@ -30,6 +31,7 @@ export default function LandingPage() {
{ name: "About", id: "about" },
{ name: "Artists", id: "features" },
{ name: "Contact", id: "contact" },
{ name: "Support", id: "support" },
]}
brandName="I Bang Records"
/>
@@ -42,7 +44,10 @@ 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."
imagePosition="right"
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"
/>
</div>
@@ -63,7 +68,7 @@ export default function LandingPage() {
showStepNumbers={false}
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: "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"
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"
@@ -81,6 +86,21 @@ export default function LandingPage() {
mediaAnimation="none"
/>
</div>
<div id="support" data-section="support">
<ContactText
text="Need assistance? Reach out to our support team for any inquiries."
useInvertedBackground={false}
background={{ variant: "plain" }}
buttons={[
{
text: "Send Message", onClick: () => {
window.location.href = "mailto:marcelawilliams@ibangrecords.com?cc=mikey3ang@ibangrecords.com,eddiebang@ibangrecords.com";
}
}
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #921919;
--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);