From 97bfb01ded326791f5afc653007a5cface28892c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 10:47:10 +0000 Subject: [PATCH] Update src/app/video/page.tsx --- src/app/video/page.tsx | 28 ++++++---------------------- 1 file changed, 6 insertions(+), 22 deletions(-) diff --git a/src/app/video/page.tsx b/src/app/video/page.tsx index fcfbeac..01f9590 100644 --- a/src/app/video/page.tsx +++ b/src/app/video/page.tsx @@ -12,7 +12,7 @@ export default function VideoPage() { { name: "Features", id: "/#features" }, { name: "Pricing", id: "/pricing" }, { name: "Studio", id: "https://studio.dieter.ai" }, - { name: "Contact", id: "/#contact" }, + { name: "Contact", id: "/contact" }, ]; return ( @@ -46,9 +46,7 @@ export default function VideoPage() { useInvertedBackground={false} buttons={[ { - text: "Start Collaborating", - href: "https://studio.dieter.ai", - }, + text: "Start Collaborating", href: "https://studio.dieter.ai"}, ]} buttonAnimation="slide-up" /> @@ -60,21 +58,11 @@ export default function VideoPage() { description="Professional-grade video tools designed for creative teams working on music videos, promotional content, and multimedia projects." negativeCard={{ items: [ - "Scattered file versions and folders", - "Difficulty syncing feedback across team", - "Time-consuming manual edits", - "No integrated asset management", - "Communication happens outside platform", - ], + "Scattered file versions and folders", "Difficulty syncing feedback across team", "Time-consuming manual edits", "No integrated asset management", "Communication happens outside platform"], }} positiveCard={{ items: [ - "Centralized project workspace", - "Real-time team collaboration", - "AI-powered editing suggestions", - "Integrated asset library", - "Built-in commenting & feedback system", - ], + "Centralized project workspace", "Real-time team collaboration", "AI-powered editing suggestions", "Integrated asset library", "Built-in commenting & feedback system"], }} animationType="slide-up" textboxLayout="default" @@ -91,13 +79,9 @@ export default function VideoPage() { useInvertedBackground={false} buttons={[ { - text: "Get Started Today", - href: "https://studio.dieter.ai", - }, + text: "Get Started Today", href: "https://studio.dieter.ai"}, { - text: "Learn More", - href: "/#features", - }, + text: "Learn More", href: "/#features"}, ]} />