diff --git a/src/app/upload/page.tsx b/src/app/upload/page.tsx index 66bcc89..70256ee 100644 --- a/src/app/upload/page.tsx +++ b/src/app/upload/page.tsx @@ -26,25 +26,15 @@ export default function LandingPage() { @@ -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" /> @@ -116,71 +84,43 @@ export default function LandingPage() {