From 61d5aa6e71e898f65fe408648718687c8b94b913 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 07:03:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8332894..f9c8239 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,15 +64,15 @@ export default function LandingPage() { }, { imageSrc: - "http://img.b2bpic.net/free-photo/business-people-are-brainstorming_53876-137640.jpg", imageAlt: "Creative brainstorming session" + "http://img.b2bpic.net/free-photo/business-people-are-brainstorming_53876-137640.jpg?_wi=1", imageAlt: "Creative brainstorming session" }, { imageSrc: - "http://img.b2bpic.net/free-photo/professional-cameraman-recording-poeple-watching-football-public-place-night_1268-18138.jpg", imageAlt: "Professional video production" + "http://img.b2bpic.net/free-photo/professional-cameraman-recording-poeple-watching-football-public-place-night_1268-18138.jpg?_wi=1", imageAlt: "Professional video production" }, { imageSrc: - "http://img.b2bpic.net/free-photo/green-screen-tablet-desk-multimedia-agency-video-editor-working-production-company_482257-82188.jpg", imageAlt: "Post-production and editing work" + "http://img.b2bpic.net/free-photo/green-screen-tablet-desk-multimedia-agency-video-editor-working-production-company_482257-82188.jpg?_wi=1", imageAlt: "Post-production and editing work" } ]} mediaAnimation="slide-up" @@ -108,7 +108,7 @@ export default function LandingPage() { id: 1, title: "Research & Strategy", description: "We begin with in-depth analysis of your brand, audience, market trends, and competitive landscape. This foundation informs every creative decision moving forward.", imageSrc: - "http://img.b2bpic.net/free-photo/business-people-are-brainstorming_53876-137640.jpg", imageAlt: "Research and strategy phase" + "http://img.b2bpic.net/free-photo/business-people-are-brainstorming_53876-137640.jpg?_wi=2", imageAlt: "Research and strategy phase" }, { id: 2, @@ -120,13 +120,13 @@ export default function LandingPage() { id: 3, title: "Production & Execution", description: "Our team brings concepts to life through expert cinematography, animation, and motion design. Every frame is crafted with meticulous attention to detail.", imageSrc: - "http://img.b2bpic.net/free-photo/professional-cameraman-recording-poeple-watching-football-public-place-night_1268-18138.jpg", imageAlt: "Video production and filming" + "http://img.b2bpic.net/free-photo/professional-cameraman-recording-poeple-watching-football-public-place-night_1268-18138.jpg?_wi=2", imageAlt: "Video production and filming" }, { id: 4, title: "Polish & Delivery", description: "Final stage involves color grading, sound design, visual effects refinement, and optimization for all platforms. We deliver premium-quality assets ready for immediate deployment.", imageSrc: - "http://img.b2bpic.net/free-photo/green-screen-tablet-desk-multimedia-agency-video-editor-working-production-company_482257-82188.jpg", imageAlt: "Final post-production and delivery" + "http://img.b2bpic.net/free-photo/green-screen-tablet-desk-multimedia-agency-video-editor-working-production-company_482257-82188.jpg?_wi=2", imageAlt: "Final post-production and delivery" }, ]} ariaLabel="Our creative process timeline" -- 2.49.1