From eee916982e111ea158f4cfc5a53656f5c3e24acc Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 14:29:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8da268f..7b0e4c2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,7 +43,7 @@ export default function LandingPage() { @@ -108,10 +108,10 @@ export default function LandingPage() { title: "Color Grading & Correction", description: "Professional color grading to enhance mood, tone, and visual consistency across your footage.", icon: Palette, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/female-filmmaker-working-media-post-production-from-agency-office_482257-118847.jpg?_wi=2", imageAlt: "Color grading example 1" + imageSrc: "http://img.b2bpic.net/free-photo/female-filmmaker-working-media-post-production-from-agency-office_482257-118847.jpg", imageAlt: "Color grading example 1" }, { - imageSrc: "http://img.b2bpic.net/free-photo/scenes-with-clapper-board_53876-144795.jpg?_wi=2", imageAlt: "Color grading example 2" + imageSrc: "http://img.b2bpic.net/free-photo/scenes-with-clapper-board_53876-144795.jpg", imageAlt: "Color grading example 2" } ] }, @@ -119,10 +119,10 @@ export default function LandingPage() { title: "Motion Graphics & Animation", description: "Dynamic motion graphics, lower thirds, and animated sequences to elevate your storytelling.", icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/focused-editor-woman-works-video-montage-creative-software_482257-120176.jpg?_wi=2", imageAlt: "Motion graphics example 1" + imageSrc: "http://img.b2bpic.net/free-photo/focused-editor-woman-works-video-montage-creative-software_482257-120176.jpg", imageAlt: "Motion graphics example 1" }, { - imageSrc: "http://img.b2bpic.net/free-photo/professional-photographer-shooting-business-meeting-office_1268-21503.jpg?_wi=2", imageAlt: "Motion graphics example 2" + imageSrc: "http://img.b2bpic.net/free-photo/professional-photographer-shooting-business-meeting-office_1268-21503.jpg", imageAlt: "Motion graphics example 2" } ] }, @@ -130,10 +130,10 @@ export default function LandingPage() { title: "Sound Design & Audio Mixing", description: "Professional audio editing, mixing, and sound design for immersive viewing experiences.", icon: Headphones, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/female-filmmaker-working-media-post-production-from-agency-office_482257-118847.jpg?_wi=3", imageAlt: "Audio mixing workspace" + imageSrc: "http://img.b2bpic.net/free-photo/female-filmmaker-working-media-post-production-from-agency-office_482257-118847.jpg", imageAlt: "Audio mixing workspace" }, { - imageSrc: "http://img.b2bpic.net/free-photo/scenes-with-clapper-board_53876-144795.jpg?_wi=3", imageAlt: "Sound design project" + imageSrc: "http://img.b2bpic.net/free-photo/scenes-with-clapper-board_53876-144795.jpg", imageAlt: "Sound design project" } ] }, @@ -141,10 +141,10 @@ export default function LandingPage() { title: "Post-Production & Finishing", description: "Complete post-production workflows including editing, effects, color, and mastering for broadcast quality.", icon: CheckCircle, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/focused-editor-woman-works-video-montage-creative-software_482257-120176.jpg?_wi=3", imageAlt: "Post-production editing" + imageSrc: "http://img.b2bpic.net/free-photo/focused-editor-woman-works-video-montage-creative-software_482257-120176.jpg", imageAlt: "Post-production editing" }, { - imageSrc: "http://img.b2bpic.net/free-photo/professional-photographer-shooting-business-meeting-office_1268-21503.jpg?_wi=3", imageAlt: "Final output quality" + imageSrc: "http://img.b2bpic.net/free-photo/professional-photographer-shooting-business-meeting-office_1268-21503.jpg", imageAlt: "Final output quality" } ] } @@ -181,7 +181,7 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Michael Chen", role: "Creative Director", company: "Digital Studios Inc", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Michael Chen testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen testimonial" }, { id: "2", name: "Sarah Johnson", role: "Producer", company: "Apex Productions", rating: 5, @@ -189,7 +189,7 @@ export default function LandingPage() { }, { id: "3", name: "David Martinez", role: "Content Manager", company: "Brand Media Co", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "David Martinez testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Martinez testimonial" }, { id: "4", name: "Emily Rodriguez", role: "Marketing Lead", company: "Creative Agency", rating: 5, -- 2.49.1