Compare commits
10 Commits
version_60
...
version_61
| Author | SHA1 | Date | |
|---|---|---|---|
| 6db9aaf3a6 | |||
| f3cf958ba6 | |||
| 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,21 @@ 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/dQw4w9WgXcQ?_wi=1" },
|
||||||
|
{ id: "vid2", name: "Latest Studio Session", videoSrc: "https://www.youtube.com/embed/dQw4w9WgXcQ?_wi=2" }
|
||||||
|
]}
|
||||||
|
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