Compare commits
10 Commits
version_33
...
version_36
| Author | SHA1 | Date | |
|---|---|---|---|
| f6a9dd6a41 | |||
| 7e1ed0882e | |||
| 96aee25ca4 | |||
| f8d4e66ee4 | |||
| d4bb273200 | |||
| 088583478f | |||
| 1bf8cae060 | |||
| 7784ac5e1b | |||
| 26b8633ab8 | |||
| 3b45f87f41 |
@@ -43,7 +43,6 @@ export default function LandingPage() {
|
||||
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."
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxL59q8tfUcPSZDT56Hr5rHLLc/uploaded-1777323889174-0kwrky4p.jpg"
|
||||
imagePosition="right"
|
||||
imageClassName="border-none"
|
||||
buttons={[{ text: "Our Artists", href: "#features" }]}
|
||||
@@ -74,6 +73,18 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
tag="Contact Us"
|
||||
title="Join the Family"
|
||||
description="Get in touch for booking, inquiries, or demo submissions. "
|
||||
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 id="contact-faq" data-section="contact-faq">
|
||||
<FaqBase
|
||||
title="Support Inquiries"
|
||||
@@ -86,19 +97,7 @@ export default function LandingPage() {
|
||||
<EmailSignupForm
|
||||
inputPlaceholder="Enter your message or email..."
|
||||
buttonText="Send to Support"
|
||||
onSubmit={(email) => { window.location.href = `mailto:marcelawilliams@ibangrecords.com,mikey3ang@ibangrecords.com,eddiebang@ibangrecords.com?subject=Support Inquiry&body=${encodeURIComponent(email)}`; }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
tag="Contact Us"
|
||||
title="Join the Family"
|
||||
description="Get in touch for booking, inquiries, or demo submissions. "
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxL59q8tfUcPSZDT56Hr5rHLLc/uploaded-1777365377115-6w0jl634.jpg"
|
||||
mediaAnimation="none"
|
||||
onSubmit={(email) => { window.location.href = `mailto:marcelawilliams@ibangrecords.com,eddiebang@ibangrecords.com,mikey3ang@ibangrecords.com?subject=Support Inquiry&body=${encodeURIComponent(email)}`; }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -107,9 +106,9 @@ export default function LandingPage() {
|
||||
logoText="I Bang Records"
|
||||
columns={[
|
||||
{ title: "Navigation", items: [{ label: "About", href: "#hero" }, { label: "Artists", href: "#features" }] },
|
||||
{ title: "Contact", items: [{ label: "Support", href: "mailto:marcelawilliams@ibangrecords.com,mikey3ang@ibangrecords.com,eddiebang@ibangrecords.com" }] },
|
||||
{ title: "Contact", items: [{ label: "Support", href: "mailto:marcelawilliams@ibangrecords.com,eddiebang@ibangrecords.com,mikey3ang@ibangrecords.com" }] },
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxL59q8tfUcPSZDT56Hr5rHLLc/uploaded-1777368505901-018ujma6.jpg"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxL59q8tfUcPSZDT56Hr5rHLLc/uploaded-1777371222059-9bogw9a9.jpg"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user