From 26b5e78e322ac0107d4a118ea9c051616936c317 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 00:52:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 78c96c2..08eb433 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,14 +48,14 @@ export default function LandingPage() { title="Create Professional AI Videos in Seconds" description="Harness the power of CogVideoX and modern open-source models to turn text into stunning, high-quality video content without massive hardware overhead." testimonials={[ - { name: "Alex Rivera", handle: "@arivera", testimonial: "The quality from this platform is unmatched. CogVideoX integration works flawlessly.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg", imageAlt: "ai technology interface" }, - { name: "Jordan Chen", handle: "@jchen_ai", testimonial: "Finally, a simple way to access powerful video models. Saved me hours of manual rendering.", rating: 5, imageSrc: "http://img.b2bpic.net/free-vector/automotive-logo-template_23-2150529715.jpg", imageAlt: "ai technology interface" }, - { name: "Sarah Miller", handle: "@smiller_prod", testimonial: "FastAPI backend integration is lightning fast. Highly recommended for devs.", rating: 5, imageSrc: "http://img.b2bpic.net/free-vector/digital-connectivity-technology-icon-vector-white-gradient-background_53876-112191.jpg", imageAlt: "ai technology interface" }, - { name: "Mike Henderson", handle: "@mhenderson", testimonial: "Game changer for my content workflow. AI-generated video is finally accessible.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-still-life-printers-assortment_23-2149120680.jpg", imageAlt: "ai technology interface" }, + { name: "Alex Rivera", handle: "@arivera", testimonial: "The quality from this platform is unmatched. CogVideoX integration works flawlessly.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg?_wi=1", imageAlt: "ai technology interface" }, + { name: "Jordan Chen", handle: "@jchen_ai", testimonial: "Finally, a simple way to access powerful video models. Saved me hours of manual rendering.", rating: 5, imageSrc: "http://img.b2bpic.net/free-vector/automotive-logo-template_23-2150529715.jpg?_wi=1", imageAlt: "ai technology interface" }, + { name: "Sarah Miller", handle: "@smiller_prod", testimonial: "FastAPI backend integration is lightning fast. Highly recommended for devs.", rating: 5, imageSrc: "http://img.b2bpic.net/free-vector/digital-connectivity-technology-icon-vector-white-gradient-background_53876-112191.jpg?_wi=1", imageAlt: "ai technology interface" }, + { name: "Mike Henderson", handle: "@mhenderson", testimonial: "Game changer for my content workflow. AI-generated video is finally accessible.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-still-life-printers-assortment_23-2149120680.jpg?_wi=1", imageAlt: "ai technology interface" }, { name: "Emma Watson", handle: "@ewatson_studio", testimonial: "I love how easy it is to swap between models for different aesthetic styles.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg", imageAlt: "ai technology interface" }, ]} buttons={[{ text: "Start Generating", href: "#contact" }, { text: "Learn More", href: "#features" }]} - imageSrc="http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg" + imageSrc="http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg?_wi=2" imageAlt="AI video generation interface showing fluid animation" avatars={[ { src: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", alt: "Confident businessman" }, @@ -108,9 +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" }, - { 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" }, + { 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=2" }, + { 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" }, + { 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" }, ]} title="Built for Developers" description="Our platform minimizes technical debt by providing a clean abstraction layer for complex AI tasks." -- 2.49.1