Compare commits

...

33 Commits

Author SHA1 Message Date
cd5c66f194 Merge version_55 into main
Merge version_55 into main
2026-04-28 12:56:20 +00:00
189a2cc26f Update src/app/page.tsx 2026-04-28 12:56:17 +00:00
b8e6192e72 Merge version_54 into main
Merge version_54 into main
2026-04-28 12:55:06 +00:00
efa080e860 Update src/app/page.tsx 2026-04-28 12:55:03 +00:00
c092c5c4a4 Merge version_53 into main
Merge version_53 into main
2026-04-28 12:48:41 +00:00
77ecadd987 Update src/app/page.tsx 2026-04-28 12:48:38 +00:00
39840a4934 Merge version_52 into main
Merge version_52 into main
2026-04-28 11:29:45 +00:00
5787152ffc Update src/app/page.tsx 2026-04-28 11:29:39 +00:00
8b74733083 Merge version_52 into main
Merge version_52 into main
2026-04-28 11:21:13 +00:00
559f8c547b Update src/app/page.tsx 2026-04-28 11:21:06 +00:00
4def480319 Merge version_52 into main
Merge version_52 into main
2026-04-28 11:19:03 +00:00
7d6d91cce7 Update src/app/page.tsx 2026-04-28 11:19:00 +00:00
36e39e31a3 Merge version_51 into main
Merge version_51 into main
2026-04-28 11:10:22 +00:00
9c6703c969 Update src/app/page.tsx 2026-04-28 11:10:18 +00:00
3c1792b884 Merge version_51 into main
Merge version_51 into main
2026-04-28 11:07:42 +00:00
20cb3a727c Update src/app/page.tsx 2026-04-28 11:07:36 +00:00
dbec4497ed Merge version_50 into main
Merge version_50 into main
2026-04-28 11:02:21 +00:00
46642ae505 Update src/app/page.tsx 2026-04-28 11:02:17 +00:00
e15edef33e Merge version_49 into main
Merge version_49 into main
2026-04-28 11:00:02 +00:00
2c01d22855 Update src/app/page.tsx 2026-04-28 10:59:59 +00:00
bbfe5573e6 Merge version_48 into main
Merge version_48 into main
2026-04-28 10:57:54 +00:00
0d51a67929 Update src/app/page.tsx 2026-04-28 10:57:48 +00:00
78a2364f03 Merge version_47 into main
Merge version_47 into main
2026-04-28 10:55:55 +00:00
ed2930ff76 Update src/app/page.tsx 2026-04-28 10:55:51 +00:00
7076b776c3 Merge version_47 into main
Merge version_47 into main
2026-04-28 10:55:31 +00:00
0a0cc4ffa7 Update src/app/page.tsx 2026-04-28 10:55:27 +00:00
b40f6b6a68 Merge version_46 into main
Merge version_46 into main
2026-04-28 10:53:00 +00:00
0159173442 Update theme colors 2026-04-28 10:52:57 +00:00
c7999b0bf8 Merge version_45 into main
Merge version_45 into main
2026-04-28 10:52:03 +00:00
350439b6da Update theme colors 2026-04-28 10:52:00 +00:00
5e61480f07 Merge version_44 into main
Merge version_44 into main
2026-04-28 10:51:49 +00:00
bf6d1e64ce Update theme colors 2026-04-28 10:51:45 +00:00
1f1ca30c4a Merge version_43 into main
Merge version_43 into main
2026-04-28 10:50:47 +00:00
2 changed files with 44 additions and 14 deletions

View File

@@ -8,6 +8,8 @@ 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 ContactText from '@/components/sections/contact/ContactText'; import ContactText from '@/components/sections/contact/ContactText';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import FaqBase from '@/components/sections/faq/FaqBase';
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -30,6 +32,7 @@ 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" }, { name: "Support", id: "support" },
]} ]}
@@ -44,10 +47,8 @@ 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"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxL59q8tfUcPSZDT56Hr5rHLLc/uploaded-1777372881050-wjqwaf9z.jpg" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxL59q8tfUcPSZDT56Hr5rHLLc/uploaded-1777372881050-wjqwaf9z.jpg?_wi=1"
imageAlt="I Bang Records Team" imageAlt="I Bang Records Team"
buttons={[{ text: "Our Artists", href: "/features" }]
}
mediaAnimation="none" mediaAnimation="none"
/> />
</div> </div>
@@ -55,7 +56,7 @@ export default function LandingPage() {
<div id="about" data-section="about"> <div id="about" data-section="about">
<TextAbout <TextAbout
useInvertedBackground={false} useInvertedBackground={false}
title="Entertain the World while Creating not only Artist but Family in the Music Industry. " title="To Entertain the World while we expand our Artists Music Career but creating a Family to last in the Music Industry. "
tag="Our Mission" tag="Our Mission"
/> />
</div> </div>
@@ -68,13 +69,28 @@ 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?_wi=2" }, phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxL59q8tfUcPSZDT56Hr5rHLLc/uploaded-1777365007074-pw1w6q1b.jpg" } }, { title: "Royal Bizniz 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">
<FaqBase
title="Frequently Asked Questions"
description="Got questions about our process or joining the family? We're here to help."
faqsAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{ id: "1", title: "How do I submit my demo?", content: "You can reach out via our contact section or you can reach out to us on any of our social media platforms. " },
{ id: "2", title: "What genres do you represent?", content: "We represent all genres, including Hip Hop, R&B, Rock, Country, K-Pop, and more." },
{ id: "3", title: "Can I book an artist?", content: "Yes, please send your booking inquiry through the contact form or our support email." }
]}
/>
</div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactSplit <ContactSplit
tag="Contact Us" tag="Contact Us"
@@ -89,7 +105,7 @@ export default function LandingPage() {
<div id="support" data-section="support"> <div id="support" data-section="support">
<ContactText <ContactText
text="Need assistance? Reach out to our support team for any inquiries." text="Need assistance? Reach out to our team for any inquiries."
useInvertedBackground={false} useInvertedBackground={false}
background={{ variant: "plain" }} background={{ variant: "plain" }}
buttons={[ buttons={[
@@ -101,6 +117,20 @@ export default function LandingPage() {
]} ]}
/> />
</div> </div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxL59q8tfUcPSZDT56Hr5rHLLc/uploaded-1777372881050-wjqwaf9z.jpg?_wi=2"
logoText="I Bang Records"
className="bg-black"
columns={[
{ title: "Socials", items: [
{ label: "Facebook", href: "https://www.facebook.com/profile.php?id=61589022357123" },
{ label: "Instagram", href: "https://www.instagram.com/ibangrecords" }
] }
]}
/>
</div>
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );

View File

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