Compare commits
12 Commits
version_23
...
version_26
| Author | SHA1 | Date | |
|---|---|---|---|
| 8d0e067e3b | |||
| 9cce63c0ba | |||
| 98665d8297 | |||
| 970c1255ae | |||
| fd75934226 | |||
| c9965d0c4c | |||
| 9dbcdf1a05 | |||
| 758bf6aa94 | |||
| 1326a34cd5 | |||
| 4cb058b38f | |||
| 4c04371d67 | |||
| fd5f8e47a9 |
@@ -9,6 +9,7 @@ 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';
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -45,7 +46,7 @@ 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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -87,12 +88,27 @@ export default function LandingPage() {
|
||||
/>
|
||||
</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>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
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"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user