Compare commits
7 Commits
version_27
...
version_31
| Author | SHA1 | Date | |
|---|---|---|---|
| 5785e753ab | |||
| 60a3896b18 | |||
| f807060a28 | |||
| fb0db58554 | |||
| 4ebaaacfbf | |||
| da3ff3f654 | |||
| 7390472493 |
@@ -8,7 +8,6 @@ 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';
|
|
||||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
@@ -32,7 +31,6 @@ 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"
|
||||||
@@ -47,6 +45,7 @@ export default function LandingPage() {
|
|||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxL59q8tfUcPSZDT56Hr5rHLLc/uploaded-1777323889174-0kwrky4p.jpg"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxL59q8tfUcPSZDT56Hr5rHLLc/uploaded-1777323889174-0kwrky4p.jpg"
|
||||||
imagePosition="right"
|
imagePosition="right"
|
||||||
imageClassName="border-none"
|
imageClassName="border-none"
|
||||||
|
buttons={[{ text: "Our Artists", href: "#features" }]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -73,22 +72,6 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</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}
|
|
||||||
showCard={false}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="contact-faq" data-section="contact-faq">
|
<div id="contact-faq" data-section="contact-faq">
|
||||||
<FaqBase
|
<FaqBase
|
||||||
title="Contact FAQ"
|
title="Contact FAQ"
|
||||||
@@ -119,7 +102,7 @@ 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" }, { label: "FAQ", href: "#faq" }] },
|
{ title: "Navigation", items: [{ label: "About", href: "#hero" }, { label: "Artists", href: "#features" }] },
|
||||||
{ title: "Contact", items: [{ label: "Support", href: "#contact" }] },
|
{ 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-1777368505901-018ujma6.jpg"
|
||||||
|
|||||||
Reference in New Issue
Block a user