Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 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"},
|
||||||
@@ -115,7 +111,8 @@ export default function LandingPage() {
|
|||||||
<div id="merch" data-section="merch">
|
<div id="merch" data-section="merch">
|
||||||
<ProductCardOne
|
<ProductCardOne
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="split-actions"
|
||||||
|
buttons={[{ text: "View Shop", href: "#shop" }]}
|
||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
|
|||||||
Reference in New Issue
Block a user