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() {