Compare commits

...

8 Commits

Author SHA1 Message Date
89c0da1ff1 Update src/app/page.tsx 2026-04-28 09:28:32 +00:00
7ec93fc1bb Update src/app/page.tsx 2026-04-28 09:26:39 +00:00
d8bca1154d Update src/app/page.tsx 2026-04-28 09:23:08 +00:00
5d52e980fc Update src/app/page.tsx 2026-04-28 09:22:16 +00:00
179491ffda Update src/app/page.tsx 2026-04-28 09:13:40 +00:00
29c9346e5e Update src/app/page.tsx 2026-04-28 09:13:07 +00:00
f95c096f70 Merge version_22 into main
Merge version_22 into main
2026-04-28 09:12:43 +00:00
08c32664bf Merge version_21 into main
Merge version_21 into main
2026-04-28 09:00:01 +00:00

View File

@@ -8,6 +8,7 @@ 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';
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -30,6 +31,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" },
]} ]}
brandName="I Bang Records" brandName="I Bang Records"
@@ -50,7 +52,7 @@ export default function LandingPage() {
<div id="about" data-section="about"> <div id="about" data-section="about">
<TextAbout <TextAbout
useInvertedBackground={false} useInvertedBackground={false}
title="Define Music for the Future with sounds of the Past. Build a Family in Entertainment." title="Entertain the World while Creating not only Artist but Family in the Music Industry. "
tag="Our Mission" tag="Our Mission"
/> />
</div> </div>
@@ -62,11 +64,26 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
showStepNumbers={false} showStepNumbers={false}
features={[ features={[
{ title: "Rap Legends", description: "Raw, unfiltered lyrical powerhouses.", 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: "R&B Soul", description: "Deep, melodic vibes for the modern era.", 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" }, 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." 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 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>
@@ -85,10 +102,10 @@ export default function LandingPage() {
<FooterMedia <FooterMedia
logoText="I Bang Records" logoText="I Bang Records"
columns={[ columns={[
{ title: "Navigation", items: [{ label: "About", href: "#about" }, { label: "Artists", href: "#features" }] }, { title: "Navigation", items: [{ label: "About", href: "#about" }, { label: "Artists", href: "#features" }, { label: "FAQ", href: "#faq" }] },
{ title: "Contact", items: [{ label: "Support", href: "#contact" }] }, { title: "Contact", items: [{ label: "Support", href: "#contact" }] },
]} ]}
imageSrc="https://img.freepik.com/free-photo/urban-vinyl-release_23-2149075974.jpg?_wi=2" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxL59q8tfUcPSZDT56Hr5rHLLc/uploaded-1777368505901-018ujma6.jpg"
/> />
</div> </div>
</ReactLenis> </ReactLenis>