Compare commits
4 Commits
version_67
...
version_68
| Author | SHA1 | Date | |
|---|---|---|---|
| c9fe9ae305 | |||
| c8cdb8690d | |||
| 5a7e03e432 | |||
| e35cd1a8f1 |
@@ -11,7 +11,6 @@ import ContactText from '@/components/sections/contact/ContactText';
|
|||||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||||
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
|
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
|
||||||
import TimelineHorizontalCardStack from '@/components/cardStack/layouts/timelines/TimelineHorizontalCardStack';
|
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -55,19 +54,6 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="video-streaming" data-section="video-streaming">
|
|
||||||
<TimelineHorizontalCardStack
|
|
||||||
title="Latest Media Releases"
|
|
||||||
description="Check out our latest music videos, sessions, and live stream highlights from the I Bang Records family."
|
|
||||||
textboxLayout="split"
|
|
||||||
mediaItems={[
|
|
||||||
{ videoSrc: "https://www.youtube.com/watch?v=dQw4w9WgXcQ", videoAriaLabel: "Featured release" }
|
|
||||||
]}
|
|
||||||
>
|
|
||||||
<div />
|
|
||||||
</TimelineHorizontalCardStack>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<TextAbout
|
<TextAbout
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
|||||||
Reference in New Issue
Block a user