Compare commits
15 Commits
version_64
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| c8cdb8690d | |||
| 6c87e3b095 | |||
| 5a7e03e432 | |||
| b4ca4c2412 | |||
| e35cd1a8f1 | |||
| 5dc4763c3e | |||
| 7814697aa0 | |||
| 1233c74be2 | |||
| e3a287b0a4 | |||
| c67aa0c93b | |||
| 4930b87635 | |||
| 48c9de19ce | |||
| 747f3f3d65 | |||
| 261f7058d8 | |||
| cee87474c6 |
@@ -11,7 +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';
|
import TimelineHorizontalCardStack from '@/components/cardStack/layouts/timelines/TimelineHorizontalCardStack';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -55,20 +55,17 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="streaming" data-section="streaming">
|
<div id="video-streaming" data-section="video-streaming">
|
||||||
<TeamCardTen
|
<TimelineHorizontalCardStack
|
||||||
title="Featured Content"
|
title="Latest Media Releases"
|
||||||
tag="Video Streaming"
|
description="Check out our latest music videos, sessions, and live stream highlights from the I Bang Records family."
|
||||||
memberVariant="default"
|
textboxLayout="split"
|
||||||
membersAnimation="none"
|
mediaItems={[
|
||||||
useInvertedBackground={false}
|
{ videoSrc: "https://www.youtube.com/watch?v=dQw4w9WgXcQ", videoAriaLabel: "Featured release" }
|
||||||
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" }
|
|
||||||
]}
|
]}
|
||||||
className="py-12"
|
>
|
||||||
/>
|
<div />
|
||||||
|
</TimelineHorizontalCardStack>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
@@ -81,10 +78,10 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="features" data-section="features">
|
<div id="features" data-section="features">
|
||||||
<FeatureCardNine
|
<FeatureCardNine
|
||||||
|
showStepNumbers={false}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
showStepNumbers={false}
|
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "King Art & Go Baby",
|
title: "King Art & Go Baby",
|
||||||
@@ -93,9 +90,9 @@ export default function LandingPage() {
|
|||||||
phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxL59q8tfUcPSZDT56Hr5rHLLc/uploaded-1777415801291-8l9b7k6k.jpg" }
|
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.",
|
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" }
|
phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxL59q8tfUcPSZDT56Hr5rHLLc/uploaded-1777365007074-pw1w6q1b.jpg?_wi=1" }
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
@@ -113,9 +110,9 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
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 Paulskiiizbeats Producer with mad skills on Beat Making and Engineering", 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", 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" }
|
{ title: "Meet Devant3 Amor Talented Artist", 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" }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user