Compare commits
14 Commits
version_61
...
version_66
| Author | SHA1 | Date | |
|---|---|---|---|
| 1233c74be2 | |||
| c67aa0c93b | |||
| 48c9de19ce | |||
| 747f3f3d65 | |||
| 261f7058d8 | |||
| cee87474c6 | |||
| 208daf3fe2 | |||
| 61407ed6f5 | |||
| e1c5437183 | |||
| 78d0b00077 | |||
| a40d073bab | |||
| b723a23a67 | |||
| 0c18c89ad7 | |||
| b6f1c97928 |
@@ -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,21 +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/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">
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
@@ -92,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" }
|
||||
},
|
||||
]}
|
||||
@@ -113,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