From 2b0eb015bb874b3d7d23f0a62e2cdcff92d8028c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 27 May 2026 08:27:40 +0000 Subject: [PATCH] Update src/app/archive/page.tsx --- src/app/archive/page.tsx | 111 +++++++++------------------------------ 1 file changed, 26 insertions(+), 85 deletions(-) diff --git a/src/app/archive/page.tsx b/src/app/archive/page.tsx index e986693..c384e22 100644 --- a/src/app/archive/page.tsx +++ b/src/app/archive/page.tsx @@ -15,10 +15,10 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="small" sizing="largeSmallSizeLargeTitles" - background="none" + background="floatingGradient" cardStyle="glass-elevated" - primaryButtonStyle="shadow" - secondaryButtonStyle="solid" + primaryButtonStyle="radial-glow" + secondaryButtonStyle="glass" headingFontWeight="bold" > @@ -26,17 +26,11 @@ export default function LandingPage() { @@ -49,33 +43,13 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "upload-share", - title: "Effortless Content Upload", - subtitle: "Upload any video, from short clips to feature-length movies.", - category: "Management", - value: "Unlimited Storage", - }, + id: "upload-share", title: "Effortless Content Upload", subtitle: "Upload any video, from short clips to feature-length movies.", category: "Management", value: "Unlimited Storage"}, { - id: "real-time-sync", - title: "Perfect Playback Synchronization", - subtitle: "Everyone sees the same timestamp, pause state, and playback speed.", - category: "Experience", - value: "WebSocket Sync", - }, + id: "real-time-sync", title: "Perfect Playback Synchronization", subtitle: "Everyone sees the same timestamp, pause state, and playback speed.", category: "Experience", value: "WebSocket Sync"}, { - id: "immersive-viewing", - title: "Cinematic Viewing Interface", - subtitle: "Ambient lighting, floating controls, and 3D audio visualization.", - category: "Immersion", - value: "Vision Pro UI", - }, + id: "immersive-viewing", title: "Cinematic Viewing Interface", subtitle: "Ambient lighting, floating controls, and 3D audio visualization.", category: "Immersion", value: "Vision Pro UI"}, { - id: "cross-device-streaming", - title: "Optimized for All Screens", - subtitle: "Seamlessly stream across Desktop, Mobile, Smart TV, and UltraWide.", - category: "Compatibility", - value: "Responsive", - }, + id: "cross-device-streaming", title: "Optimized for All Screens", subtitle: "Seamlessly stream across Desktop, Mobile, Smart TV, and UltraWide.", category: "Compatibility", value: "Responsive"}, ]} title="Your World of Content, Synchronized" description="Upload, organize, and experience videos and movies with friends in perfect harmony, with unmatched quality and control." @@ -87,25 +61,13 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "faq-1", - title: "What video formats are supported?", - content: "Selen supports a wide range of video formats including MP4, MKV, AVI, and MOV, ensuring compatibility with your entire media library. Our advanced FFmpeg processing handles conversions seamlessly.", - }, + id: "faq-1", title: "What video formats are supported?", content: "Selen supports a wide range of video formats including MP4, MKV, AVI, and MOV, ensuring compatibility with your entire media library. Our advanced FFmpeg processing handles conversions seamlessly."}, { - id: "faq-2", - title: "How does 4K HDR streaming work?", - content: "Our platform utilizes adaptive streaming and CDN optimization to deliver stunning 4K HDR quality. The system intelligently adjusts stream quality based on your network conditions, ensuring the best possible visual experience without buffering.", - }, + id: "faq-2", title: "How does 4K HDR streaming work?", content: "Our platform utilizes adaptive streaming and CDN optimization to deliver stunning 4K HDR quality. The system intelligently adjusts stream quality based on your network conditions, ensuring the best possible visual experience without buffering."}, { - id: "faq-3", - title: "Can I stream long videos or movies?", - content: "Absolutely! Selen is optimized for all durations, from 24-minute clips to 2-3 hour movies and even 10+ hour videos. Our robust synchronization system ensures stability regardless of content length.", - }, + id: "faq-3", title: "Can I stream long videos or movies?", content: "Absolutely! Selen is optimized for all durations, from 24-minute clips to 2-3 hour movies and even 10+ hour videos. Our robust synchronization system ensures stability regardless of content length."}, { - id: "faq-4", - title: "How do I create and manage watch rooms?", - content: "Creating a watch room is intuitive. Simply select your video, set room permissions, and invite friends via ID or shareable link. You have full control over playback, chat, and voice settings within your personalized cinematic space.", - }, + id: "faq-4", title: "How do I create and manage watch rooms?", content: "Creating a watch room is intuitive. Simply select your video, set room permissions, and invite friends via ID or shareable link. You have full control over playback, chat, and voice settings within your personalized cinematic space."}, ]} sideTitle="Dedicated Support for Your Viewing" sideDescription="Find answers to common questions about video formats, streaming optimization, and room management for an uninterrupted experience." @@ -119,54 +81,33 @@ export default function LandingPage() {