Compare commits
16 Commits
version_60
...
version_63
| Author | SHA1 | Date | |
|---|---|---|---|
| e1c5437183 | |||
| 78d0b00077 | |||
| a40d073bab | |||
| b723a23a67 | |||
| 6db9aaf3a6 | |||
| 0c18c89ad7 | |||
| f3cf958ba6 | |||
| b6f1c97928 | |||
| c96aaf3ab5 | |||
| 2df33b8af6 | |||
| 98254ada8a | |||
| f03037cab0 | |||
| e171a11998 | |||
| 2167eaa96f | |||
| cfde0cafc9 | |||
| 7167f7590f |
@@ -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 TeamCardTen from '@/components/sections/team/TeamCardTen';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -54,6 +55,22 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="streaming" data-section="streaming">
|
||||
<TeamCardTen
|
||||
title="Featured Content"
|
||||
tag="Video Streaming"
|
||||
memberVariant="default"
|
||||
membersAnimation="none"
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{ id: "vid1", name: "Music Highlights", videoSrc: "https://www.youtube.com/embed/dQw4w9WgXcQ?_wi=1" },
|
||||
{ id: "vid2", name: "Latest Studio Session", videoSrc: "https://www.youtube.com/embed/dQw4w9WgXcQ?_wi=2" },
|
||||
{ id: "vid3", name: "New Music Video", videoSrc: "https://www.youtube.com/embed/xqtmBDHui-0?si_01XZ4ciw3y0DIY9Z" }
|
||||
]}
|
||||
className="py-12"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
|
||||
Reference in New Issue
Block a user