Compare commits

...

46 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
c86008836b Merge version_38 into main
Merge version_38 into main
2026-04-28 10:23:03 +00:00
1693c2afb9 Update src/app/page.tsx 2026-04-28 10:22:59 +00:00
aa1671600d Merge version_37 into main
Merge version_37 into main
2026-04-28 10:21:10 +00:00
342f49601d Update src/app/page.tsx 2026-04-28 10:21:07 +00:00
d3125b0082 Merge version_36 into main
Merge version_36 into main
2026-04-28 10:14:55 +00:00
f6a9dd6a41 Update src/app/page.tsx 2026-04-28 10:14:51 +00:00
7e1ed0882e Merge version_35 into main
Merge version_35 into main
2026-04-28 10:14:17 +00:00
96aee25ca4 Update src/app/page.tsx 2026-04-28 10:14:10 +00:00
f8d4e66ee4 Merge version_35 into main
Merge version_35 into main
2026-04-28 10:12:47 +00:00
d4bb273200 Update src/app/page.tsx 2026-04-28 10:12:43 +00:00
088583478f Merge version_34 into main
Merge version_34 into main
2026-04-28 10:11:20 +00:00
1bf8cae060 Update src/app/page.tsx 2026-04-28 10:11:16 +00:00
7784ac5e1b Merge version_34 into main
Merge version_34 into main
2026-04-28 10:10:56 +00:00
26b8633ab8 Update src/app/page.tsx 2026-04-28 10:10:50 +00:00
3b45f87f41 Merge version_33 into main
Merge version_33 into main
2026-04-28 10:08:45 +00:00
007e4c9abe Update src/app/page.tsx 2026-04-28 10:08:42 +00:00
91d8133827 Merge version_32 into main
Merge version_32 into main
2026-04-28 10:03:38 +00:00
a42f07932f Update src/app/page.tsx 2026-04-28 10:03:35 +00:00
01ee6404b9 Merge version_32 into main
Merge version_32 into main
2026-04-28 10:03:05 +00:00
8c8bded483 Update src/app/page.tsx 2026-04-28 10:03:01 +00:00
5785e753ab Merge version_30 into main
Merge version_30 into main
2026-04-28 09:59:02 +00:00
60a3896b18 Update src/app/page.tsx 2026-04-28 09:58:56 +00:00
f807060a28 Merge version_29 into main
Merge version_29 into main
2026-04-28 09:57:30 +00:00
fb0db58554 Update src/app/page.tsx 2026-04-28 09:57:27 +00:00
4ebaaacfbf Merge version_28 into main
Merge version_28 into main
2026-04-28 09:55:30 +00:00
da3ff3f654 Update src/app/page.tsx 2026-04-28 09:55:26 +00:00
7390472493 Merge version_27 into main
Merge version_27 into main
2026-04-28 09:54:04 +00:00
8efe967c34 Update src/app/page.tsx 2026-04-28 09:53:58 +00:00
fc061b661c Merge version_26 into main
Merge version_26 into main
2026-04-28 09:48:07 +00:00
341ead6f83 Merge version_26 into main
Merge version_26 into main
2026-04-28 09:44:17 +00:00
2 changed files with 32 additions and 55 deletions

View File

@@ -4,12 +4,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import ContactSplit from '@/components/sections/contact/ContactSplit'; import ContactSplit from '@/components/sections/contact/ContactSplit';
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import HeroSplit from '@/components/sections/hero/HeroSplit'; import HeroSplit from '@/components/sections/hero/HeroSplit';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import TextAbout from '@/components/sections/about/TextAbout'; import TextAbout from '@/components/sections/about/TextAbout';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactText from '@/components/sections/contact/ContactText';
import FaqBase from '@/components/sections/faq/FaqBase';
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -32,8 +30,8 @@ export default function LandingPage() {
{ name: "Home", id: "hero" }, { name: "Home", id: "hero" },
{ name: "About", id: "about" }, { name: "About", id: "about" },
{ name: "Artists", id: "features" }, { name: "Artists", id: "features" },
{ name: "FAQ", id: "faq" },
{ name: "Contact", id: "contact" }, { name: "Contact", id: "contact" },
{ name: "Support", id: "support" },
]} ]}
brandName="I Bang Records" brandName="I Bang Records"
/> />
@@ -44,9 +42,13 @@ export default function LandingPage() {
background={{ variant: "radial-gradient" }} background={{ variant: "radial-gradient" }}
title="I Bang Records" title="I Bang Records"
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."
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxL59q8tfUcPSZDT56Hr5rHLLc/uploaded-1777323889174-0kwrky4p.jpg"
imagePosition="right" imagePosition="right"
imageClassName="border-none" 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" }]
}
mediaAnimation="none"
/> />
</div> </div>
@@ -65,63 +67,38 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
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"
/> />
</div> </div>
<div id="faq" data-section="faq">
<FaqSplitMedia
title="Frequently Asked Questions"
description="Got questions about our process, booking, or label services? We've got answers."
faqs={[
{ id: "1", title: "How can I submit my demo?", content: "You can submit your demos through our contact page or by sending a private Soundcloud link via our official email." },
{ id: "2", title: "What genres do you specialize in?", content: "While we love all music, our core focus is on Hip Hop, Rap, and R&B."},
{ id: "3", title: "How do you support new artists?", content: "We provide comprehensive artist development, from production guidance to marketing and distribution strategy." }
]}
faqsAnimation="slide-up"
textboxLayout="split"
useInvertedBackground={false}
/>
</div>
<div id="contact-faq" data-section="contact-faq">
<FaqBase
title="Contact FAQ"
description="Have specific questions regarding our contact process or business inquiries? Find answers here."
faqs={[
{ id: "1", title: "What information should I include in my email?", content: "Please include your name, artist profile, genre, and a brief description of your inquiry." },
{ id: "2", title: "How long will it take to hear back?", content: "We typically review inquiries within 5-7 business days." },
{ id: "3", title: "Is there a specific format for demo submissions?", content: "Yes, please send only private SoundCloud links; attachments may not be opened." }
]}
faqsAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={true}
/>
</div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactSplit <ContactSplit
useInvertedBackground={true}
background={{ variant: "gradient-bars" }}
tag="Contact Us" tag="Contact Us"
title="Join the Family" title="Join the Family"
description="Get in touch for booking, inquiries, or demo submissions. " description="Get in touch for booking, inquiries, or demo submissions. "
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxL59q8tfUcPSZDT56Hr5rHLLc/uploaded-1777365377115-6w0jl634.jpg" useInvertedBackground={true}
background={{ variant: "gradient-bars" }}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxL59q8tfUcPSZDT56Hr5rHLLc/uploaded-1777365377115-6w0jl634.jpg?_wi=1"
mediaAnimation="none"
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="support" data-section="support">
<FooterMedia <ContactText
logoText="I Bang Records" text="Need assistance? Reach out to our support team for any inquiries."
columns={[ useInvertedBackground={false}
{ title: "Navigation", items: [{ label: "About", href: "#about" }, { label: "Artists", href: "#features" }, { label: "FAQ", href: "#faq" }] }, background={{ variant: "plain" }}
{ title: "Contact", items: [{ label: "Support", href: "#contact" }] }, buttons={[
{
text: "Send Message", onClick: () => {
window.location.href = "mailto:marcelawilliams@ibangrecords.com?cc=mikey3ang@ibangrecords.com,eddiebang@ibangrecords.com";
}
}
]} ]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxL59q8tfUcPSZDT56Hr5rHLLc/uploaded-1777368505901-018ujma6.jpg"
/> />
</div> </div>
</ReactLenis> </ReactLenis>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #921919; --background: #060000;
--card: #f9f9f9; --card: #1d0d0d;
--foreground: #000612e6; --foreground: #ffe6e6;
--primary-cta: #15479c; --primary-cta: #ff3d4a;
--primary-cta-text: #ffffff; --primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9; --secondary-cta: #1f0a0a;
--secondary-cta-text: #000612e6; --secondary-cta-text: #ffe6e6;
--accent: #e2e2e2; --accent: #7b2d2d;
--background-accent: #c4c4c4; --background-accent: #b8111f;
/* 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);