Compare commits
34 Commits
version_24
...
version_38
| Author | SHA1 | Date | |
|---|---|---|---|
| 1693c2afb9 | |||
| aa1671600d | |||
| 342f49601d | |||
| d3125b0082 | |||
| f6a9dd6a41 | |||
| 7e1ed0882e | |||
| 96aee25ca4 | |||
| f8d4e66ee4 | |||
| d4bb273200 | |||
| 088583478f | |||
| 1bf8cae060 | |||
| 7784ac5e1b | |||
| 26b8633ab8 | |||
| 3b45f87f41 | |||
| 007e4c9abe | |||
| 91d8133827 | |||
| a42f07932f | |||
| 01ee6404b9 | |||
| 8c8bded483 | |||
| 5785e753ab | |||
| 60a3896b18 | |||
| f807060a28 | |||
| fb0db58554 | |||
| 4ebaaacfbf | |||
| da3ff3f654 | |||
| 7390472493 | |||
| 8efe967c34 | |||
| fc061b661c | |||
| 8d0e067e3b | |||
| 341ead6f83 | |||
| 9cce63c0ba | |||
| 98665d8297 | |||
| 970c1255ae | |||
| fd75934226 |
@@ -4,11 +4,9 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
|
||||
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 FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -31,7 +29,6 @@ export default function LandingPage() {
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Artists", id: "features" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="I Bang Records"
|
||||
@@ -43,8 +40,10 @@ 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" }]}
|
||||
mediaAnimation="none"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -63,48 +62,23 @@ 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" }, 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. 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 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" }}
|
||||
tag="Contact Us"
|
||||
title="Join the Movement"
|
||||
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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
logoText="I Bang Records"
|
||||
columns={[
|
||||
{ title: "Navigation", items: [{ label: "About", href: "#about" }, { label: "Artists", href: "#features" }, { label: "FAQ", href: "#faq" }] },
|
||||
{ title: "Contact", items: [{ label: "Support", href: "#contact" }] },
|
||||
]}
|
||||
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-1777365377115-6w0jl634.jpg?_wi=1"
|
||||
mediaAnimation="none"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user