Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9f5736e64e | |||
| 2724d60a6d | |||
| 47b60b1ec6 | |||
| d9307cd910 |
@@ -53,10 +53,6 @@ export default function LandingPage() {
|
|||||||
variant: "gradient-bars"}}
|
variant: "gradient-bars"}}
|
||||||
title="Welcome to Channel Name — Stories Worth Watching"
|
title="Welcome to Channel Name — Stories Worth Watching"
|
||||||
description="Explore exclusive behind-the-scenes content, join our community, and never miss an upload. Subscribe now and be part of something bigger."
|
description="Explore exclusive behind-the-scenes content, join our community, and never miss an upload. Subscribe now and be part of something bigger."
|
||||||
buttons={[
|
|
||||||
{ text: "Join Community", href: "#community" },
|
|
||||||
{ text: "Explore Content", href: "#videos" }
|
|
||||||
]}
|
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/security-guard-workspace_23-2150321697.jpg", imageAlt: "Channel Trailer Intro"},
|
imageSrc: "http://img.b2bpic.net/free-photo/security-guard-workspace_23-2150321697.jpg", imageAlt: "Channel Trailer Intro"},
|
||||||
@@ -101,11 +97,14 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Tech Deep Dives", description: "Analyzing the latest trends in technology with a focus on real-world impacts.", imageSrc: "http://img.b2bpic.net/free-photo/female-influencer-setting-up-equipment-viral-video_482257-115510.jpg"},
|
title: "Tech Deep Dives", description: "Analyzing the latest trends in technology with a focus on real-world impacts.", imageSrc: "http://img.b2bpic.net/free-photo/female-influencer-setting-up-equipment-viral-video_482257-115510.jpg", buttons: [{ text: "Watch Now", href: "#" }]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: "Creative Masterclasses", description: "Hands-on tutorials for budding creators looking to up their production game.", imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-smartphone-futuristic-abstract-illuminate-line-dot-wireless-connection-wave-with-triangle-bright-blue-background-mobile-banking-shopping-online-concept-technology-future_493343-29987.jpg"},
|
title: "Creative Masterclasses", description: "Hands-on tutorials for budding creators looking to up their production game.", imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-smartphone-futuristic-abstract-illuminate-line-dot-wireless-connection-wave-with-triangle-bright-blue-background-mobile-banking-shopping-online-concept-technology-future_493343-29987.jpg", buttons: [{ text: "Join Class", href: "#" }]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: "Community Highlights", description: "Showcasing the incredible projects our community members have been building.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-male-self-care-items_23-2150347104.jpg"},
|
title: "Community Highlights", description: "Showcasing the incredible projects our community members have been building.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-male-self-care-items_23-2150347104.jpg", buttons: [{ text: "Explore Gallery", href: "#" }]
|
||||||
|
},
|
||||||
]}
|
]}
|
||||||
title="Latest Featured Stories"
|
title="Latest Featured Stories"
|
||||||
description="Dive into our most popular content, hand-picked and curated just for you."
|
description="Dive into our most popular content, hand-picked and curated just for you."
|
||||||
|
|||||||
Reference in New Issue
Block a user