Update src/app/upload/page.tsx
This commit is contained in:
@@ -34,7 +34,7 @@ export default function LandingPage() {
|
||||
{
|
||||
name: "Analytics", id: "/analytics"},
|
||||
{
|
||||
name: "Settings", id: "/settings"},
|
||||
name: "Settings", id: "/settings"}
|
||||
]}
|
||||
brandName="Hilune"
|
||||
/>
|
||||
@@ -51,7 +51,7 @@ export default function LandingPage() {
|
||||
{
|
||||
value: "2.", title: "Add Details"},
|
||||
{
|
||||
value: "3.", title: "Publish & Share"},
|
||||
value: "3.", title: "Publish & Share"}
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150063067.jpg"
|
||||
imageAlt="Infographic showing video upload workflow"
|
||||
@@ -71,7 +71,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "2", title: "Custom Thumbnails", description: "Design eye-catching thumbnails to draw viewers in and increase click-through rates.", imageSrc: "http://img.b2bpic.net/free-photo/connecting-dots-background-network-communication-design_53876-160215.jpg", imageAlt: "video optimization tools UI"},
|
||||
{
|
||||
id: "3", title: "Scheduling & Privacy", description: "Plan your releases with scheduling tools and control audience access with privacy settings.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-long-brown-hair_1308-179038.jpg", imageAlt: "video optimization tools UI"},
|
||||
id: "3", title: "Scheduling & Privacy", description: "Plan your releases with scheduling tools and control audience access with privacy settings.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-long-brown-hair_1308-179038.jpg", imageAlt: "video optimization tools UI"}
|
||||
]}
|
||||
title="Optimize Your Video for Success"
|
||||
description="Utilize advanced options for titles, descriptions, and hashtags to maximize discoverability and engage more viewers."
|
||||
@@ -88,8 +88,8 @@ export default function LandingPage() {
|
||||
{
|
||||
label: "New Releases", href: "#"},
|
||||
{
|
||||
label: "Categories", href: "#"},
|
||||
],
|
||||
label: "Categories", href: "#"}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Channels", items: [
|
||||
@@ -98,17 +98,18 @@ export default function LandingPage() {
|
||||
{
|
||||
label: "My Subscriptions", href: "/subscriptions"},
|
||||
{
|
||||
label: "Analytics", href: "/analytics"},
|
||||
],
|
||||
},\n {
|
||||
label: "Analytics", href: "/analytics"}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Help Center", href: "#"},
|
||||
{
|
||||
label: "Contact Us", href: "#"},
|
||||
{
|
||||
label: "Feedback", href: "#"},
|
||||
],
|
||||
label: "Feedback", href: "#"}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
@@ -117,9 +118,9 @@ export default function LandingPage() {
|
||||
{
|
||||
label: "Terms of Service", href: "#"},
|
||||
{
|
||||
label: "Cookie Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
label: "Cookie Policy", href: "#"}
|
||||
]
|
||||
}
|
||||
]}
|
||||
logoText="Hilune"
|
||||
copyrightText="© 2024 Hilune. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user