Update src/app/page.tsx

This commit is contained in:
2026-02-18 09:50:10 +00:00
parent 70bb72728c
commit 817c91124e

View File

@@ -143,7 +143,7 @@ export default function LandingPage() {
}
]}
title="Client Testimonials"
description: "Hear from brands and entrepreneurs who've transformed their presence with our video production."
description="Hear from brands and entrepreneurs who've transformed their presence with our video production."
textboxLayout="default"
useInvertedBackground={false}
/>
@@ -186,7 +186,14 @@ export default function LandingPage() {
id: "3", title: "Do you handle post-production and editing?", content: "Yes, we handle the complete production pipeline including color grading, sound design, and motion graphics."
}
]}
imageSrc: "https://img.b2bpic.net/free-photo/young-filmmaker-working-media-post-production-from-agency-office_482257-119708.jpg", imageAlt: "Video production workspace", mediaAnimation: "slide-up", title: "Frequently Asked Questions", description: "Everything you need to know about working with Move and Movie.", textboxLayout: "default", faqsAnimation: "slide-up", useInvertedBackground: false
imageSrc="https://img.b2bpic.net/free-photo/young-filmmaker-working-media-post-production-from-agency-office_482257-119708.jpg"
imageAlt="Video production workspace"
mediaAnimation="slide-up"
title="Frequently Asked Questions"
description="Everything you need to know about working with Move and Movie."
textboxLayout="default"
faqsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -234,4 +241,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}