Compare commits
20 Commits
version_60
...
version_65
| Author | SHA1 | Date | |
|---|---|---|---|
| 261f7058d8 | |||
| cee87474c6 | |||
| 208daf3fe2 | |||
| 61407ed6f5 | |||
| 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 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 TeamCardTen from '@/components/sections/team/TeamCardTen';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -54,6 +55,23 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</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/Lxd-uV28KHY?si=qOl807mRiYMS4MeP" },
|
||||||
|
{ 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" },
|
||||||
|
{ id: "vid4", name: "YouTube Video", videoSrc: "https://www.youtube.com/embed/dQw4w9WgXcQ" }
|
||||||
|
]}
|
||||||
|
className="py-12"
|
||||||
|
/>
|
||||||
|
</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