Update src/app/upload/page.tsx

This commit is contained in:
2026-06-12 14:09:55 +00:00
parent 871fb3436f
commit aca8337cc3

View File

@@ -26,25 +26,15 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Subscriptions",
id: "/subscriptions",
},
name: "Subscriptions", id: "/subscriptions"},
{
name: "Upload",
id: "/upload",
},
name: "Upload", id: "/upload"},
{
name: "Analytics",
id: "/analytics",
},
name: "Analytics", id: "/analytics"},
{
name: "Settings",
id: "/settings",
},
name: "Settings", id: "/settings"},
]}
brandName="Hilune"
/>
@@ -57,17 +47,11 @@ export default function LandingPage() {
description="Our streamlined process makes it easy to share your videos with the world. Follow these simple steps to get your content live and connect with your audience."
metrics={[
{
value: "1.",
title: "Select Video",
},
value: "1.", title: "Select Video"},
{
value: "2.",
title: "Add Details",
},
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"
@@ -83,32 +67,16 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
id: "1",
title: "Metadata Optimization",
description: "Craft compelling titles, descriptions, and relevant tags to improve searchability.",
imageSrc: "http://img.b2bpic.net/free-photo/freelancer-video-editor-with-disability-wheelchair-having-videocall-while-editing-postproduction-project-creating-content-modern-company-office-videographer-working-from-photo-studio_482257-12945.jpg?_wi=1",
imageAlt: "video optimization tools UI",
},
id: "1", title: "Metadata Optimization", description: "Craft compelling titles, descriptions, and relevant tags to improve searchability.", tag: "Optimize", imageSrc: "http://img.b2bpic.net/free-photo/freelancer-video-editor-with-disability-wheelchair-having-videocall-while-editing-postproduction-project-creating-content-modern-company-office-videographer-working-from-photo-studio_482257-12945.jpg", imageAlt: "video optimization tools UI"},
{
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?_wi=3",
imageAlt: "video optimization tools UI",
},
id: "2", title: "Custom Thumbnails", description: "Design eye-catching thumbnails to draw viewers in and increase click-through rates.", tag: "Design", 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?_wi=3",
imageAlt: "video optimization tools UI",
},
id: "3", title: "Scheduling & Privacy", description: "Plan your releases with scheduling tools and control audience access with privacy settings.", tag: "Control", 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."
imageSrc="http://img.b2bpic.net/free-photo/freelancer-video-editor-with-disability-wheelchair-having-videocall-while-editing-postproduction-project-creating-content-modern-company-office-videographer-working-from-photo-studio_482257-12945.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/freelancer-video-editor-with-disability-wheelchair-having-videocall-while-editing-postproduction-project-creating-content-modern-company-office-videographer-working-from-photo-studio_482257-12945.jpg"
imageAlt="Illustration of video upload optimization tools"
mediaAnimation="slide-up"
/>
</div>
@@ -116,71 +84,43 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Explore",
items: [
title: "Explore", items: [
{
label: "Trending",
href: "#",
},
label: "Trending", href: "#"},
{
label: "New Releases",
href: "#",
},
label: "New Releases", href: "#"},
{
label: "Categories",
href: "#",
},
label: "Categories", href: "#"},
],
},
{
title: "Channels",
items: [
title: "Channels", items: [
{
label: "Create Channel",
href: "/upload",
},
label: "Create Channel", href: "/upload"},
{
label: "My Subscriptions",
href: "/subscriptions",
},
label: "My Subscriptions", href: "/subscriptions"},
{
label: "Analytics",
href: "/analytics",
},
label: "Analytics", href: "/analytics"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "Help Center",
href: "#",
},
label: "Help Center", href: "#"},
{
label: "Contact Us",
href: "#",
},
label: "Contact Us", href: "#"},
{
label: "Feedback",
href: "#",
},
label: "Feedback", href: "#"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
{
label: "Cookie Policy",
href: "#",
},
label: "Cookie Policy", href: "#"},
],
},
]}