Compare commits
32 Commits
version_50
...
version_58
| Author | SHA1 | Date | |
|---|---|---|---|
| c7f357e25e | |||
| 00959a1752 | |||
| 774e9e66f2 | |||
| f4791e3ad9 | |||
| b31290bb65 | |||
| 1eeaef4b31 | |||
| 4e3d42b4fc | |||
| 8cd99e8ca6 | |||
| fdcbf1e484 | |||
| c75da6269b | |||
| 54913ab080 | |||
| 642dcad8c4 | |||
| bb28ee19c3 | |||
| c88c1d7de3 | |||
| c83f250ee5 | |||
| cd5c66f194 | |||
| 189a2cc26f | |||
| b8e6192e72 | |||
| efa080e860 | |||
| c092c5c4a4 | |||
| 77ecadd987 | |||
| 39840a4934 | |||
| 5787152ffc | |||
| 8b74733083 | |||
| 559f8c547b | |||
| 4def480319 | |||
| 7d6d91cce7 | |||
| 36e39e31a3 | |||
| 9c6703c969 | |||
| 3c1792b884 | |||
| 20cb3a727c | |||
| dbec4497ed |
@@ -9,6 +9,8 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -31,6 +33,7 @@ export default function LandingPage() {
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Artists", id: "features" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Support", id: "support" },
|
||||
]}
|
||||
@@ -42,12 +45,11 @@ export default function LandingPage() {
|
||||
<HeroSplit
|
||||
background={{ variant: "radial-gradient" }}
|
||||
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. Welcome to the family where music meets destiny."
|
||||
imagePosition="right"
|
||||
imageClassName="border-none"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxL59q8tfUcPSZDT56Hr5rHLLc/uploaded-1777372881050-wjqwaf9z.jpg?_wi=1"
|
||||
imageAlt="I Bang Records Team"
|
||||
buttons={[{ text: "Our Artists", href: "#features" }]}
|
||||
mediaAnimation="none"
|
||||
/>
|
||||
</div>
|
||||
@@ -55,7 +57,7 @@ export default function LandingPage() {
|
||||
<div id="about" data-section="about">
|
||||
<TextAbout
|
||||
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 while Creating a Family to last in the Music Industry. "
|
||||
tag="Our Mission"
|
||||
/>
|
||||
</div>
|
||||
@@ -67,14 +69,55 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
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?_wi=2" }, phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxL59q8tfUcPSZDT56Hr5rHLLc/uploaded-1777365007074-pw1w6q1b.jpg" } },
|
||||
{
|
||||
title: "King Art & Go Baby",
|
||||
description: "Rising stars with unique sounds.",
|
||||
phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxL59q8tfUcPSZDT56Hr5rHLLc/uploaded-1777364749414-m8xbano6.jpg?_wi=1" },
|
||||
phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxL59q8tfUcPSZDT56Hr5rHLLc/uploaded-1777415801291-8l9b7k6k.jpg" }
|
||||
},
|
||||
{
|
||||
title: "Royal Bizniz & Mikey 3ang",
|
||||
description: "Core artists leading our vision.",
|
||||
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?_wi=1" }
|
||||
},
|
||||
]}
|
||||
title="Our Artists"
|
||||
title="Meet 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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="feature-card-three" data-section="feature-card-three">
|
||||
<FeatureCardThree
|
||||
title="Meet Our Artist / Music Production"
|
||||
description="We handle full-scale music production and career management for our artists."
|
||||
animationType="slide-up"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Recording", description: "Professional studio recording sessions", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxL59q8tfUcPSZDT56Hr5rHLLc/uploaded-1777416050413-dklcfatd.jpg" },
|
||||
{ title: "Mixing", description: "High-quality audio engineering and mixing", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxL59q8tfUcPSZDT56Hr5rHLLc/uploaded-1777416160895-6vu5l7df.jpg" },
|
||||
{ title: "Mastering", description: "Finalizing tracks for industry standards", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxL59q8tfUcPSZDT56Hr5rHLLc/uploaded-1777416187294-q15x9tvh.jpg" }
|
||||
]}
|
||||
/>
|
||||
</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">
|
||||
<ContactSplit
|
||||
tag="Contact Us"
|
||||
@@ -89,7 +132,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="support" data-section="support">
|
||||
<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}
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
@@ -109,10 +152,8 @@ export default function LandingPage() {
|
||||
className="bg-black"
|
||||
columns={[
|
||||
{ title: "Socials", items: [
|
||||
{ label: "Facebook", href: "https://facebook.com" },
|
||||
{ label: "X", href: "https://twitter.com" },
|
||||
{ label: "Instagram", href: "https://instagram.com" },
|
||||
{ label: "TikTok", href: "https://tiktok.com" }
|
||||
{ label: "Facebook", href: "https://www.facebook.com/profile.php?id=61589022357123" },
|
||||
{ label: "Instagram", href: "https://www.instagram.com/ibangrecords" }
|
||||
] }
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user