diff --git a/src/app/page.tsx b/src/app/page.tsx
index 2ea2827..1e00cfb 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,124 +31,43 @@ export default function LandingPage() {
@@ -159,36 +78,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- id: "f1",
- label: "Precision",
- title: "Advanced Timeline",
- items: [
- "Multi-track editing",
- "Frame-perfect cutting",
- "Real-time preview",
- ],
- },
- {
- id: "f2",
- label: "Speed",
- title: "Cloud Rendering",
- items: [
- "Instant export",
- "Hardware acceleration",
- "High quality output",
- ],
- },
- {
- id: "f3",
- label: "Audio",
- title: "Precision Audio",
- items: [
- "Volume mixing",
- "Noise suppression",
- "Dynamic sound syncing",
- ],
- },
+ { id: "f1", label: "Precision", title: "Advanced Timeline", items: ["Multi-track editing", "Frame-perfect cutting", "Real-time preview"] },
+ { id: "f2", label: "Speed", title: "Cloud Rendering", items: ["Instant export", "Hardware acceleration", "High quality output"] },
+ { id: "f3", label: "Audio", title: "Precision Audio", items: ["Volume mixing", "Noise suppression", "Dynamic sound syncing"] },
]}
title="Professional Features Included"
description="Everything you need to craft high-impact cinematic videos, optimized for modern workflows."
@@ -199,23 +91,12 @@ export default function LandingPage() {
@@ -346,21 +155,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
faqs={[
- {
- id: "q1",
- title: "Is it truly free?",
- content: "Yes, all our editing tools and exporting features are completely free to use with no hidden costs.",
- },
- {
- id: "q2",
- title: "Is my video data safe?",
- content: "Absolutely. Your data is encrypted and processed directly in your browser, keeping your files private.",
- },
- {
- id: "q3",
- title: "Do I need to install software?",
- content: "No, it's 100% browser-based. You don't need to download or install anything to get started.",
- },
+ { id: "q1", title: "Is it truly free?", content: "Yes, all our editing tools and exporting features are completely free to use with no hidden costs." },
+ { id: "q2", title: "Is my video data safe?", content: "Absolutely. Your data is encrypted and processed directly in your browser, keeping your files private." },
+ { id: "q3", title: "Do I need to install software?", content: "No, it's 100% browser-based. You don't need to download or install anything to get started." },
]}
title="Frequently Asked Questions"
description="Got questions? We have the answers to get you started."
@@ -371,32 +168,19 @@ export default function LandingPage() {