Compare commits
2 Commits
version_36
...
version_37
| Author | SHA1 | Date | |
|---|---|---|---|
| 342f49601d | |||
| d3125b0082 |
@@ -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 FaqBase from '@/components/sections/faq/FaqBase';
|
|
||||||
import EmailSignupForm from '@/components/form/EmailSignupForm';
|
import EmailSignupForm from '@/components/form/EmailSignupForm';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
@@ -85,22 +84,6 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact-faq" data-section="contact-faq">
|
|
||||||
<FaqBase
|
|
||||||
title="Support Inquiries"
|
|
||||||
description="Have a business inquiry? Send us a message and we'll get back to you."
|
|
||||||
faqs={[]}
|
|
||||||
faqsAnimation="slide-up"
|
|
||||||
textboxLayout="default"
|
|
||||||
useInvertedBackground={true}
|
|
||||||
/>
|
|
||||||
<EmailSignupForm
|
|
||||||
inputPlaceholder="Enter your message or email..."
|
|
||||||
buttonText="Send to Support"
|
|
||||||
onSubmit={(email) => { window.location.href = `mailto:marcelawilliams@ibangrecords.com,eddiebang@ibangrecords.com,mikey3ang@ibangrecords.com?subject=Support Inquiry&body=${encodeURIComponent(email)}`; }}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterMedia
|
<FooterMedia
|
||||||
logoText="I Bang Records"
|
logoText="I Bang Records"
|
||||||
|
|||||||
Reference in New Issue
Block a user