From 817c91124e8a1344b026e49b880145c17295d70c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 09:50:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 17c2d9a..6694013 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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} /> @@ -234,4 +241,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file