From f1213c4f32381a428708d7a5dc3930690af0208b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 17:07:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 26540ae..a56d058 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -110,14 +110,16 @@ export default function LandingPage() { heading={[ { type: "text", content: "About Our Dedicated Video Editing Studio"}, + { + type: "text", content: "At EditPro Studio, we are passionate about transforming raw footage into compelling visual narratives. With years of experience and a keen eye for detail, our team of expert editors collaborates closely with clients to bring their unique visions to life. We pride ourselves on delivering high-quality, impactful videos that resonate with audiences, whether for corporate brands, special events, or creative projects. Our commitment to excellence ensures every frame tells a story."}, + { + type: "image", src: "http://img.b2bpic.net/free-photo/empty-streaming-home-studio-equipped-with-professional-streaming-equipment_482257-547.jpg", alt: "Modern video editing studio setup"} ]} buttons={[ { text: "Discover Our Story", href: "#"}, ]} buttonAnimation="opacity" - imageSrc="http://img.b2bpic.net/free-photo/empty-streaming-home-studio-equipped-with-professional-streaming-equipment_482257-547.jpg" - imageAlt="Modern video editing studio setup" /> -- 2.49.1