diff --git a/src/app/subscriptions/page.tsx b/src/app/subscriptions/page.tsx
index ff94be7..13acd44 100644
--- a/src/app/subscriptions/page.tsx
+++ b/src/app/subscriptions/page.tsx
@@ -26,25 +26,15 @@ export default function LandingPage() {
@@ -58,47 +48,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "video-1",
- name: "Gaming Highlights: Epic Wins!",
- price: "Free",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-playing-video-game_23-2149546688.jpg",
- imageAlt: "Gaming highlights video thumbnail",
- },
+ id: "video-1", name: "Gaming Highlights: Epic Wins!", price: "Free", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-playing-video-game_23-2149546688.jpg", imageAlt: "Gaming highlights video thumbnail"},
{
- id: "video-2",
- name: "Cooking Masterclass: Italian Pasta",
- price: "Free",
- imageSrc: "http://img.b2bpic.net/free-photo/cooking-vlogger_23-2148161762.jpg",
- imageAlt: "Cooking masterclass video thumbnail",
- },
+ id: "video-2", name: "Cooking Masterclass: Italian Pasta", price: "Free", imageSrc: "http://img.b2bpic.net/free-photo/cooking-vlogger_23-2148161762.jpg", imageAlt: "Cooking masterclass video thumbnail"},
{
- id: "video-3",
- name: "Travel Vlog: Tokyo City Adventures",
- price: "Free",
- imageSrc: "http://img.b2bpic.net/free-photo/crazy-man-jumping-surprised-expression_1194-4845.jpg",
- imageAlt: "Travel vlog video thumbnail",
- },
+ id: "video-3", name: "Travel Vlog: Tokyo City Adventures", price: "Free", imageSrc: "http://img.b2bpic.net/free-photo/crazy-man-jumping-surprised-expression_1194-4845.jpg", imageAlt: "Travel vlog video thumbnail"},
{
- id: "video-4",
- name: "Tech Review: Latest Smartphone 2024",
- price: "Free",
- imageSrc: "http://img.b2bpic.net/free-photo/clueless-guy-shrugging-showing-mobile-screen-indecisive-emotion-standing-orange-sweater_1258-180637.jpg",
- imageAlt: "Tech review video thumbnail",
- },
+ id: "video-4", name: "Tech Review: Latest Smartphone 2024", price: "Free", imageSrc: "http://img.b2bpic.net/free-photo/clueless-guy-shrugging-showing-mobile-screen-indecisive-emotion-standing-orange-sweater_1258-180637.jpg", imageAlt: "Tech review video thumbnail"},
{
- id: "video-5",
- name: "DIY Home Decor: Minimalist Design",
- price: "Free",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-longhaired-female-artist-work-her-canvas-studio_633478-1206.jpg",
- imageAlt: "DIY home decor video thumbnail",
- },
+ id: "video-5", name: "DIY Home Decor: Minimalist Design", price: "Free", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-longhaired-female-artist-work-her-canvas-studio_633478-1206.jpg", imageAlt: "DIY home decor video thumbnail"},
{
- id: "video-6",
- name: "Fitness Workout: Full Body Blast",
- price: "Free",
- imageSrc: "http://img.b2bpic.net/free-photo/people-exercising-practicing-sports-with-use-foam-roller_23-2151742519.jpg",
- imageAlt: "Fitness workout video thumbnail",
- },
+ id: "video-6", name: "Fitness Workout: Full Body Blast", price: "Free", imageSrc: "http://img.b2bpic.net/free-photo/people-exercising-practicing-sports-with-use-foam-roller_23-2151742519.jpg", imageAlt: "Fitness workout video thumbnail"},
]}
title="Your Subscription Feed"
description="Never miss a moment! Catch up on the latest videos from your favorite Hilune channels, curated just for you."
@@ -112,35 +72,14 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
- id: "1",
- title: "Trending Videos",
- description: "See what's popular and captivating the Hilune community right now.",
- tag: "Explore",
- imageSrc: "http://img.b2bpic.net/free-photo/software-developer-home-office-coding-desktop-using-ai-powered-script_482257-127039.jpg?_wi=1",
- imageAlt: "personalized video recommendation AI",
- },
+ id: "1", title: "Trending Videos", description: "See what's popular and captivating the Hilune community right now.", tag: "Explore", imageSrc: "http://img.b2bpic.net/free-photo/software-developer-home-office-coding-desktop-using-ai-powered-script_482257-127039.jpg", imageAlt: "personalized video recommendation AI"},
{
- id: "2",
- title: "Similar Channels",
- description: "Find new creators aligned with your interests and expand your viewing horizons.",
- tag: "Discover",
- imageSrc: "http://img.b2bpic.net/free-photo/connecting-dots-background-network-communication-design_53876-160215.jpg?_wi=2",
- imageAlt: "personalized video recommendation AI",
- },
+ id: "2", title: "Similar Channels", description: "Find new creators aligned with your interests and expand your viewing horizons.", tag: "Discover", imageSrc: "http://img.b2bpic.net/free-photo/connecting-dots-background-network-communication-design_53876-160215.jpg", imageAlt: "personalized video recommendation AI"},
{
- id: "3",
- title: "Community Playlists",
- description: "Dive into curated collections of videos from our diverse community.",
- tag: "Curated",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-with-long-brown-hair_1308-179038.jpg?_wi=2",
- imageAlt: "personalized video recommendation AI",
- },
+ id: "3", title: "Community Playlists", description: "Dive into curated collections of videos from our diverse community.", tag: "Curated", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-long-brown-hair_1308-179038.jpg", imageAlt: "personalized video recommendation AI"},
]}
title="Discover More Content"
description="Explore personalized recommendations based on your watch history and engagements, ensuring you always find something new and exciting on Hilune."
- imageSrc="http://img.b2bpic.net/free-photo/software-developer-home-office-coding-desktop-using-ai-powered-script_482257-127039.jpg?_wi=2"
- imageAlt="Abstract illustration of discovery algorithm"
- mediaAnimation="slide-up"
/>
@@ -148,71 +87,43 @@ 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() {