Update src/app/video/page.tsx
This commit is contained in:
@@ -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"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user