@@ -73,21 +57,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- icon: Zap,
- title: "Ultra-Fast Rendering",
- description: "Engineered for speed, so you spend more time creating.",
- },
- {
- icon: Users,
- title: "Seamless Collaboration",
- description: "Work with your team in real-time, anywhere in the world.",
- },
- {
- icon: Cloud,
- title: "Secure Cloud Storage",
- description: "Your media is always safe and accessible when you need it.",
- },
+ { icon: Zap, title: "Ultra-Fast Rendering", description: "Engineered for speed, so you spend more time creating." },
+ { icon: Users, title: "Seamless Collaboration", description: "Work with your team in real-time, anywhere in the world." },
+ { icon: Cloud, title: "Secure Cloud Storage", description: "Your media is always safe and accessible when you need it." },
]}
title="Everything You Need"
description="Powerful features designed to streamline your workflow and boost creativity."
@@ -96,64 +68,17 @@ export default function LandingPage() {