Compare commits
29 Commits
version_22
...
version_30
| Author | SHA1 | Date | |
|---|---|---|---|
| 60a3896b18 | |||
| f807060a28 | |||
| fb0db58554 | |||
| 4ebaaacfbf | |||
| da3ff3f654 | |||
| 7390472493 | |||
| 8efe967c34 | |||
| fc061b661c | |||
| 8d0e067e3b | |||
| 341ead6f83 | |||
| 9cce63c0ba | |||
| 98665d8297 | |||
| 970c1255ae | |||
| fd75934226 | |||
| c9965d0c4c | |||
| 9dbcdf1a05 | |||
| 89c0da1ff1 | |||
| 758bf6aa94 | |||
| 7ec93fc1bb | |||
| 1326a34cd5 | |||
| d8bca1154d | |||
| 4cb058b38f | |||
| 5d52e980fc | |||
| 4c04371d67 | |||
| 179491ffda | |||
| fd5f8e47a9 | |||
| 29c9346e5e | |||
| f95c096f70 | |||
| 08c32664bf |
@@ -8,6 +8,7 @@ import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import HeroSplit from '@/components/sections/hero/HeroSplit';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -43,14 +44,15 @@ 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."
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxL59q8tfUcPSZDT56Hr5rHLLc/uploaded-1777323889174-0kwrky4p.jpg"
|
||||
imagePosition="right"
|
||||
buttons={[{ text: "Discover Artists", href: "#features" }]}
|
||||
imageClassName="border-none"
|
||||
buttons={[{ text: "Our Artists", href: "#features" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TextAbout
|
||||
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"
|
||||
/>
|
||||
</div>
|
||||
@@ -62,11 +64,26 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
showStepNumbers={false}
|
||||
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: "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: "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="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="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>
|
||||
|
||||
@@ -75,7 +92,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
tag="Contact Us"
|
||||
title="Join the Movement"
|
||||
title="Join the Family"
|
||||
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"
|
||||
/>
|
||||
@@ -85,10 +102,10 @@ export default function LandingPage() {
|
||||
<FooterMedia
|
||||
logoText="I Bang Records"
|
||||
columns={[
|
||||
{ title: "Navigation", items: [{ label: "About", href: "#about" }, { label: "Artists", href: "#features" }] },
|
||||
{ title: "Navigation", items: [{ label: "About", href: "#hero" }, { label: "Artists", href: "#features" }] },
|
||||
{ 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>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user