diff --git a/src/app/page.tsx b/src/app/page.tsx
index a1eb3d8..78c96c2 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
@@ -56,113 +44,32 @@ export default function LandingPage() {
@@ -172,21 +79,9 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Performance at Scale"
metrics={[
- {
- icon: Zap,
- label: "Generation Speed",
- value: "2x Faster",
- },
- {
- icon: Shield,
- label: "Model Integrity",
- value: "100% Open",
- },
- {
- icon: Database,
- label: "GPU Optimization",
- value: "24GB Cap",
- },
+ { icon: Zap, label: "Generation Speed", value: "2x Faster" },
+ { icon: Shield, label: "Model Integrity", value: "100% Open" },
+ { icon: Database, label: "GPU Optimization", value: "24GB Cap" },
]}
metricsAnimation="blur-reveal"
/>
@@ -198,30 +93,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- title: "CogVideoX Engine",
- description: "High-fidelity video synthesis powered by the latest open-source weight sets.",
- bentoComponent: "reveal-icon",
- icon: Database,
- imageSrc: "http://img.b2bpic.net/free-photo/desktop-pc-wooden-desk-showcases-infographics-client-reach-data_482257-126353.jpg",
- imageAlt: "Desktop PC on the wooden desk showcases infographics and client reach data",
- },
- {
- title: "FastAPI Backbone",
- description: "A robust, scalable backend for rapid model serving and inference.",
- bentoComponent: "reveal-icon",
- icon: Server,
- imageSrc: "http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg?_wi=3",
- imageAlt: "Desktop PC on the wooden desk showcases infographics and client reach data",
- },
- {
- title: "Flexible Model Swap",
- description: "Easily integrate Wan2.2, Mochi, or HunyuanVideo models into your stack.",
- bentoComponent: "reveal-icon",
- icon: Layers,
- imageSrc: "http://img.b2bpic.net/free-vector/automotive-logo-template_23-2150529715.jpg?_wi=2",
- imageAlt: "Desktop PC on the wooden desk showcases infographics and client reach data",
- },
+ { title: "CogVideoX Engine", description: "High-fidelity video synthesis powered by the latest open-source weight sets.", bentoComponent: "reveal-icon", icon: Database },
+ { title: "FastAPI Backbone", description: "A robust, scalable backend for rapid model serving and inference.", bentoComponent: "reveal-icon", icon: Server },
+ { title: "Flexible Model Swap", description: "Easily integrate Wan2.2, Mochi, or HunyuanVideo models into your stack.", bentoComponent: "reveal-icon", icon: Layers },
]}
title="Powerful Features for Creators"
description="Everything you need to generate high-quality AI videos in one unified, developer-friendly interface."
@@ -234,30 +108,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
metrics={[
- {
- id: "m1",
- value: "99.9%",
- title: "Uptime",
- description: "Always ready to render",
- imageSrc: "http://img.b2bpic.net/free-vector/automotive-logo-template_23-2150529715.jpg?_wi=3",
- imageAlt: "speed icon modern",
- },
- {
- id: "m2",
- value: "5ms",
- title: "API Latency",
- description: "Minimal delay on requests",
- imageSrc: "http://img.b2bpic.net/free-vector/digital-connectivity-technology-icon-vector-white-gradient-background_53876-112191.jpg?_wi=2",
- imageAlt: "radar scan interface",
- },
- {
- id: "m3",
- value: "50+",
- title: "Formats",
- description: "Output in any resolution",
- imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-still-life-printers-assortment_23-2149120680.jpg?_wi=2",
- imageAlt: "file format icons",
- },
+ { id: "m1", value: "99.9%", title: "Uptime", description: "Always ready to render", imageSrc: "http://img.b2bpic.net/free-vector/automotive-logo-template_23-2150529715.jpg" },
+ { id: "m2", value: "5ms", title: "API Latency", description: "Minimal delay on requests", imageSrc: "http://img.b2bpic.net/free-vector/digital-connectivity-technology-icon-vector-white-gradient-background_53876-112191.jpg" },
+ { id: "m3", value: "50+", title: "Formats", description: "Output in any resolution", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-still-life-printers-assortment_23-2149120680.jpg" },
]}
title="Built for Developers"
description="Our platform minimizes technical debt by providing a clean abstraction layer for complex AI tasks."
@@ -266,60 +119,13 @@ export default function LandingPage() {