Compare commits
7 Commits
version_65
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 7814697aa0 | |||
| 1233c74be2 | |||
| e3a287b0a4 | |||
| c67aa0c93b | |||
| 4930b87635 | |||
| 48c9de19ce | |||
| 747f3f3d65 |
@@ -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}
|
||||
@@ -94,9 +76,9 @@ export default function LandingPage() {
|
||||
phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxL59q8tfUcPSZDT56Hr5rHLLc/uploaded-1777415801291-8l9b7k6k.jpg" }
|
||||
},
|
||||
{
|
||||
title: "Royal Bizniz & Mikey 3ang",
|
||||
title: "Yungannk & Mikey 3ang",
|
||||
description: "Core artists leading our vision. Masters of the craft and industry trendsetters.",
|
||||
phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxL59q8tfUcPSZDT56Hr5rHLLc/uploaded-1777364639834-5z0ydlkf.jpg?_wi=2" },
|
||||
phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxL59q8tfUcPSZDT56Hr5rHLLc/uploaded-1777761966716-vpgg5l3q.jpg" },
|
||||
phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxL59q8tfUcPSZDT56Hr5rHLLc/uploaded-1777365007074-pw1w6q1b.jpg?_wi=1" }
|
||||
},
|
||||
]}
|
||||
@@ -115,7 +97,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Meet Paulskiiizbeats Producer with mad skills on Beat Making and Engineering Recording - Professional Quality", description: "Professional studio recording sessions for crystal clear vocals.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxL59q8tfUcPSZDT56Hr5rHLLc/uploaded-1777416050413-dklcfatd.jpg" },
|
||||
{ title: "Meet South Waco Shade The Producer, The Artist and Skilled Beat Maker Mixing - Precision Audio", description: "High-quality audio engineering and mixing to balance your sound.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxL59q8tfUcPSZDT56Hr5rHLLc/uploaded-1777522962844-no5tsllf.jpg" },
|
||||
{ title: " The Producer, The Artist and Skilled Beat Maker Mixing - Precision Audio", description: "High-quality audio engineering and mixing to balance your sound.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxL59q8tfUcPSZDT56Hr5rHLLc/uploaded-1777762213291-suc8bwzv.jpg" },
|
||||
{ title: "Meet Devant3 Amor Talented ArtistSkilled Producer, Writer, Engineer Mastering - Industry Standards", description: "Finalizing tracks for industry standards and global distribution.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxL59q8tfUcPSZDT56Hr5rHLLc/uploaded-1777416187294-q15x9tvh.jpg" }
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user