From e1ab8220b7a6a4f3472882b3ac1ad6e794a39915 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 13:28:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 352 +++++++---------------------------------------- 1 file changed, 48 insertions(+), 304 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 596f0ea..735dd71 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,75 +32,29 @@ export default function LandingPage() {
@@ -110,24 +64,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - title: "Upload", - description: "Drag and drop your PDF, EPUB, or TXT file or simply paste your story content.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=mghm5c", - imageAlt: "Upload step", - }, - { - title: "AI Processing", - description: "Our AI analyzes the characters, scenes, and narration style to generate unique visuals.", - imageSrc: "http://img.b2bpic.net/free-photo/3d-render-medical-background-with-male-figure-with-brain-highlighted-techno-overlay_1048-13543.jpg", - imageAlt: "AI Processing step", - }, - { - title: "Watch", - description: "Enjoy your customized movie or series right in your browser with cinematic quality.", - imageSrc: "http://img.b2bpic.net/free-photo/music-background-with-phone-with-music-icon-modern-technology-concept_169016-52931.jpg", - imageAlt: "Watch step", - }, + { title: "Upload", description: "Drag and drop your PDF, EPUB, or TXT file or simply paste your story content.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=mghm5c", imageAlt: "Upload step" }, + { title: "AI Processing", description: "Our AI analyzes the characters, scenes, and narration style to generate unique visuals.", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-medical-background-with-male-figure-with-brain-highlighted-techno-overlay_1048-13543.jpg", imageAlt: "AI Processing step" }, + { title: "Watch", description: "Enjoy your customized movie or series right in your browser with cinematic quality.", imageSrc: "http://img.b2bpic.net/free-photo/music-background-with-phone-with-music-icon-modern-technology-concept_169016-52931.jpg", imageAlt: "Watch step" } ]} title="How It Works" description="Simple steps to transform your story into an cinematic adventure." @@ -141,42 +80,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "feat1", - name: "Multi-Episode Series", - price: "Standard", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zdxqdc", - }, - { - id: "feat2", - name: "Custom Style Generator", - price: "AI-Powered", - imageSrc: "http://img.b2bpic.net/free-photo/conceptual-3d-illustration-basketball-player-dunking-motion-design_183364-124095.jpg", - }, - { - id: "feat3", - name: "Cinematic Visuals", - price: "4K Ultra", - imageSrc: "http://img.b2bpic.net/free-vector/class-style-video-player-template-design_1017-25486.jpg", - }, - { - id: "feat4", - name: "Character Visualization", - price: "Unique", - imageSrc: "http://img.b2bpic.net/free-photo/digital-illustration-cell-reflective-surface-against-black-background-with-space-text_181624-23704.jpg", - }, - { - id: "feat5", - name: "Voice Narration Options", - price: "Premium", - imageSrc: "http://img.b2bpic.net/free-photo/printer-icon-front-side_187299-39561.jpg", - }, - { - id: "feat6", - name: "Movie Poster Engine", - price: "Exclusive", - imageSrc: "http://img.b2bpic.net/free-vector/classic-video-player-template-design_1017-39477.jpg", - }, + { id: "feat1", name: "Multi-Episode Series", price: "Standard", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zdxqdc" }, + { id: "feat2", name: "Custom Style Generator", price: "AI-Powered", imageSrc: "http://img.b2bpic.net/free-photo/conceptual-3d-illustration-basketball-player-dunking-motion-design_183364-124095.jpg" }, + { id: "feat3", name: "Cinematic Visuals", price: "4K Ultra", imageSrc: "http://img.b2bpic.net/free-vector/class-style-video-player-template-design_1017-25486.jpg" }, + { id: "feat4", name: "Character Visualization", price: "Unique", imageSrc: "http://img.b2bpic.net/free-photo/digital-illustration-cell-reflective-surface-against-black-background-with-space-text_181624-23704.jpg" }, + { id: "feat5", name: "Voice Narration Options", price: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/printer-icon-front-side_187299-39561.jpg" }, + { id: "feat6", name: "Movie Poster Engine", price: "Exclusive", imageSrc: "http://img.b2bpic.net/free-vector/classic-video-player-template-design_1017-39477.jpg" } ]} title="Platform Features" description="Advanced tools for the ultimate storytelling experience." @@ -190,27 +99,9 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={false} metrics={[ - { - id: "m1", - value: "100K+", - title: "Books Converted", - description: "Stories brought to life.", - icon: BookOpen, - }, - { - id: "m2", - value: "500K+", - title: "Minutes Watched", - description: "Total cinematic time.", - icon: PlayCircle, - }, - { - id: "m3", - value: "99.9%", - title: "Uptime", - description: "Constant performance.", - icon: Zap, - }, + { id: "m1", value: "100K+", title: "Books Converted", description: "Stories brought to life.", icon: BookOpen }, + { id: "m2", value: "500K+", title: "Minutes Watched", description: "Total cinematic time.", icon: PlayCircle }, + { id: "m3", value: "99.9%", title: "Uptime", description: "Constant performance.", icon: Zap } ]} title="Streaming Impact" description="Join thousands of users creating magic every day." @@ -219,63 +110,20 @@ export default function LandingPage() {
@@ -404,49 +184,13 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1