Merge version_66 into main #107
@@ -11,7 +11,6 @@ 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 (
|
||||
@@ -55,23 +54,6 @@ 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/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">
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
|
||||
Reference in New Issue
Block a user