Update src/app/page.tsx
This commit is contained in:
@@ -11,6 +11,7 @@ import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
|
||||
import TimelineHorizontalCardStack from '@/components/cardStack/layouts/timelines/TimelineHorizontalCardStack';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -54,6 +55,17 @@ export default function LandingPage() {
|
||||
/>
|
||||
</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>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
@@ -161,4 +173,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}"
|
||||
Reference in New Issue
Block a user