From 6ce1dbc287a2c10114676223452df6e281f8efab Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 19:00:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 228 +++++++++++------------------------------------ 1 file changed, 53 insertions(+), 175 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 58bdb42..fdb7ec5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,17 +29,11 @@ export default function LandingPage() { @@ -48,100 +42,57 @@ export default function LandingPage() {
@@ -153,26 +104,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - title: "Post Production", - description: "Precision editing, sound design, and world-class color grading that brings your story to life.", - tag: "Expertise", - imageSrc: "http://img.b2bpic.net/free-photo/young-filmmaker-working-media-post-production-from-agency-office_482257-119708.jpg?_wi=1", - }, + id: "f1", title: "Post Production", description: "Precision editing, sound design, and world-class color grading that brings your story to life.", tag: "Expertise", imageSrc: "http://img.b2bpic.net/free-photo/young-filmmaker-working-media-post-production-from-agency-office_482257-119708.jpg"}, { - id: "f2", - title: "Field Cinematography", - description: "From remote locations to studio stages, we use the industry's best gear for perfect shots.", - tag: "Execution", - imageSrc: "http://img.b2bpic.net/free-photo/man-taking-photo-his-girlfriend-with-retro-camera_23-2148768782.jpg?_wi=1", - }, + id: "f2", title: "Field Cinematography", description: "From remote locations to studio stages, we use the industry's best gear for perfect shots.", tag: "Execution", imageSrc: "http://img.b2bpic.net/free-photo/man-taking-photo-his-girlfriend-with-retro-camera_23-2148768782.jpg"}, { - id: "f3", - title: "Creative Direction", - description: "A collaborative approach to scripting, storyboarding, and conceptualizing high-impact visuals.", - tag: "Strategy", - imageSrc: "http://img.b2bpic.net/free-photo/male-photographer-exploring-urban-environment-with-grunge-aesthetic_23-2150943483.jpg?_wi=1", - }, + id: "f3", title: "Creative Direction", description: "A collaborative approach to scripting, storyboarding, and conceptualizing high-impact visuals.", tag: "Strategy", imageSrc: "http://img.b2bpic.net/free-photo/male-photographer-exploring-urban-environment-with-grunge-aesthetic_23-2150943483.jpg"}, ]} title="Crafting Visual Excellence" description="We specialize in full-service production solutions that bridge the gap between imagination and reality." @@ -186,26 +122,11 @@ export default function LandingPage() { useInvertedBackground={true} metrics={[ { - id: "m1", - value: "01", - title: "Discovery", - description: "Researching your brand goals and defining the core message.", - imageSrc: "http://img.b2bpic.net/free-photo/young-filmmaker-working-media-post-production-from-agency-office_482257-119708.jpg?_wi=2", - }, + id: "m1", value: "01", title: "Discovery", description: "Researching your brand goals and defining the core message.", imageSrc: "http://img.b2bpic.net/free-photo/young-filmmaker-working-media-post-production-from-agency-office_482257-119708.jpg"}, { - id: "m2", - value: "02", - title: "Production", - description: "Executing the shoot with our specialized crew and equipment.", - imageSrc: "http://img.b2bpic.net/free-photo/man-taking-photo-his-girlfriend-with-retro-camera_23-2148768782.jpg?_wi=2", - }, + id: "m2", value: "02", title: "Production", description: "Executing the shoot with our specialized crew and equipment.", imageSrc: "http://img.b2bpic.net/free-photo/man-taking-photo-his-girlfriend-with-retro-camera_23-2148768782.jpg"}, { - id: "m3", - value: "03", - title: "Refinement", - description: "Finalizing the cut, color, and sound for cinematic impact.", - imageSrc: "http://img.b2bpic.net/free-photo/male-photographer-exploring-urban-environment-with-grunge-aesthetic_23-2150943483.jpg?_wi=2", - }, + id: "m3", value: "03", title: "Refinement", description: "Finalizing the cut, color, and sound for cinematic impact.", imageSrc: "http://img.b2bpic.net/free-photo/male-photographer-exploring-urban-environment-with-grunge-aesthetic_23-2150943483.jpg"}, ]} title="Our Proven Workflow" description="Our three-stage process ensures transparency, efficiency, and high-impact final results for every client." @@ -214,63 +135,33 @@ export default function LandingPage() {