Compare commits
16 Commits
version_46
...
version_51
| Author | SHA1 | Date | |
|---|---|---|---|
| 9c6703c969 | |||
| 20cb3a727c | |||
| dbec4497ed | |||
| 46642ae505 | |||
| e15edef33e | |||
| 2c01d22855 | |||
| bbfe5573e6 | |||
| 0d51a67929 | |||
| 78a2364f03 | |||
| ed2930ff76 | |||
| 7076b776c3 | |||
| 0a0cc4ffa7 | |||
| b40f6b6a68 | |||
| c7999b0bf8 | |||
| 5e61480f07 | |||
| 1f1ca30c4a |
@@ -8,6 +8,8 @@ import HeroSplit from '@/components/sections/hero/HeroSplit';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -30,6 +32,7 @@ export default function LandingPage() {
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Artists", id: "features" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Support", id: "support" },
|
||||
]}
|
||||
@@ -44,10 +47,9 @@ 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."
|
||||
imagePosition="right"
|
||||
imageClassName="border-none"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxL59q8tfUcPSZDT56Hr5rHLLc/uploaded-1777372881050-wjqwaf9z.jpg"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxL59q8tfUcPSZDT56Hr5rHLLc/uploaded-1777372881050-wjqwaf9z.jpg?_wi=1"
|
||||
imageAlt="I Bang Records Team"
|
||||
buttons={[{ text: "Our Artists", href: "/features" }]
|
||||
}
|
||||
buttons={[{ text: "Our Artists", href: "#features" }]}
|
||||
mediaAnimation="none"
|
||||
/>
|
||||
</div>
|
||||
@@ -75,6 +77,21 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
title="Frequently Asked Questions"
|
||||
description="Got questions about our process or joining the family? We're here to help."
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "1", title: "How do I submit my demo?", content: "You can reach out via our contact section or you can reach out to us on any of our social media platforms. " },
|
||||
{ id: "2", title: "What genres do you represent?", content: "We represent all genres, including Hip Hop, R&B, Rock, Country, K-Pop, and more." },
|
||||
{ id: "3", title: "Can I book an artist?", content: "Yes, please send your booking inquiry through the contact form or our support email." }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
tag="Contact Us"
|
||||
@@ -101,6 +118,22 @@ export default function LandingPage() {
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxL59q8tfUcPSZDT56Hr5rHLLc/uploaded-1777372881050-wjqwaf9z.jpg?_wi=2"
|
||||
logoText="I Bang Records"
|
||||
className="bg-black"
|
||||
columns={[
|
||||
{ title: "Socials", items: [
|
||||
{ label: "Facebook", href: "https://facebook.com" },
|
||||
{ label: "X", href: "https://twitter.com" },
|
||||
{ label: "Instagram", href: "https://instagram.com" },
|
||||
{ label: "TikTok", href: "https://tiktok.com" }
|
||||
] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user