diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index fc17567..1adaf82 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -67,7 +67,6 @@ export default function BlogPage() { { icon: Linkedin, href: "https://linkedin.com/company/prostudio", ariaLabel: "LinkedIn" }, { icon: Instagram, href: "https://instagram.com/prostudio", ariaLabel: "Instagram" }, ]} - useInvertedBackground={false} className="py-16 md:py-24 bg-background-accent" cardClassName="bg-card/70 backdrop-blur-md" logoClassName="text-2xl font-bold text-foreground" diff --git a/src/app/page.tsx b/src/app/page.tsx index 9d8dab0..69084a7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,7 +67,7 @@ export default function LandingPage() { enableKpiAnimation={true} tag="Your Story, Our Expertise" buttons={[{ text: "View Our Work", href: "#services" }, { text: "Get a Free Consultation", href: "#contact" }]} - imageSrc="https://img.b2bpic.net/free-photo/medium-shot-people-radio-station_23-2148802324.jpg?_wi=1" + imageSrc="https://img.b2bpic.net/free-photo/medium-shot-people-radio-station_23-2148802324.jpg" imageAlt="Professional production studio set up" mediaAnimation="slide-up" imagePosition="right" @@ -101,11 +101,11 @@ export default function LandingPage() { }, { id: 2, - tag: "Production & Filming", title: "Bringing Ideas to Life", subtitle: "High-quality execution, every take.", description: "From dazzling visuals to crystal-clear audio, our experienced crew utilizes state-of-the-art equipment and techniques to capture every detail. We manage all aspects of filming, sound recording, and on-set direction.", imageSrc: "https://img.b2bpic.net/free-photo/professional-cameraman-recording-poeple-watching-football-public-place-night_1268-18138.jpg?_wi=1", imageAlt: "Film crew on set with professional camera equipment." + tag: "Production & Filming", title: "Bringing Ideas to Life", subtitle: "High-quality execution, every take.", description: "From dazzling visuals to crystal-clear audio, our experienced crew utilizes state-of-the-art equipment and techniques to capture every detail. We manage all aspects of filming, sound recording, and on-set direction.", imageSrc: "https://img.b2bpic.net/free-photo/professional-cameraman-recording-poeple-watching-football-public-place-night_1268-18138.jpg", imageAlt: "Film crew on set with professional camera equipment." }, { id: 3, - tag: "Post-Production & Refinement", title: "Polishing the Masterpiece", subtitle: "Turning raw footage into captivating stories.", description: "Our post-production team meticulously edits, color grades, and mixes audio to transform raw footage into a polished, impactful final product. We handle everything from visual effects to sound design to deliver cinematic quality.", imageSrc: "https://img.b2bpic.net/free-photo/producer-songwriter-mixing-mastering-tracks-with-stereo-gear_482257-121217.jpg?_wi=1", imageAlt: "Video editor working on a multi-screen setup." + tag: "Post-Production & Refinement", title: "Polishing the Masterpiece", subtitle: "Turning raw footage into captivating stories.", description: "Our post-production team meticulously edits, color grades, and mixes audio to transform raw footage into a polished, impactful final product. We handle everything from visual effects to sound design to deliver cinematic quality.", imageSrc: "https://img.b2bpic.net/free-photo/producer-songwriter-mixing-mastering-tracks-with-stereo-gear_482257-121217.jpg", imageAlt: "Video editor working on a multi-screen setup." } ]} title="Our Seamless Production Process" @@ -148,16 +148,16 @@ export default function LandingPage() {