diff --git a/src/app/page.tsx b/src/app/page.tsx index f8355dd..0adcca3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -99,18 +99,18 @@ export default function LandingPage() { features={[ { id: 1, - title: "Cinematic Documentary", description: "A sweeping 45-minute documentary requiring precision color grading, sound design, and narrative pacing to engage audiences throughout.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-new-movie_23-2149066327.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/interconnected-screens-collage-showing-modern-social-media-feed-clips_482257-129691.jpg" } + title: "Cinematic Documentary", description: "A sweeping 45-minute documentary requiring precision color grading, sound design, and narrative pacing to engage audiences throughout.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-new-movie_23-2149066327.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/interconnected-screens-collage-showing-modern-social-media-feed-clips_482257-129691.jpg?_wi=1" } }, { id: 2, - title: "Corporate Brand Film", description: "High-impact promotional video featuring motion graphics, sophisticated color treatment, and synchronized multi-track audio for maximum impact.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/interconnected-screens-collage-showing-modern-social-media-feed-clips_482257-129691.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-taking-notes_23-2149455515.jpg" } + title: "Corporate Brand Film", description: "High-impact promotional video featuring motion graphics, sophisticated color treatment, and synchronized multi-track audio for maximum impact.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/interconnected-screens-collage-showing-modern-social-media-feed-clips_482257-129691.jpg?_wi=2" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-taking-notes_23-2149455515.jpg?_wi=1" } }, { id: 3, - title: "Music Video Production", description: "Creative music video with dynamic cuts, visual effects, and color grading timed perfectly to match the audio composition and artist vision.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-new-movie_23-2149066327.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-taking-notes_23-2149455515.jpg" } + title: "Music Video Production", description: "Creative music video with dynamic cuts, visual effects, and color grading timed perfectly to match the audio composition and artist vision.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-new-movie_23-2149066327.jpg?_wi=2" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-taking-notes_23-2149455515.jpg?_wi=2" } } ]} showStepNumbers={true}