From 3679170a0b119ac93284c53ee3069a21df2d0789 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 21:21:13 +0000 Subject: [PATCH 1/4] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 1 - 1 file changed, 1 deletion(-) 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" -- 2.49.1 From 60ba6f3c5bbf4cee741f97cd87a4a4ad8be87a18 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 21:21:14 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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() { Date: Fri, 20 Feb 2026 21:21:15 +0000 Subject: [PATCH 3/4] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index bdbbd1f..0da7e70 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -116,7 +116,6 @@ function ProductPageContent({ params }: ProductPageProps) { { 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" @@ -178,7 +177,6 @@ function ProductPageContent({ params }: ProductPageProps) { { 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" @@ -264,7 +262,6 @@ function ProductPageContent({ params }: ProductPageProps) { { 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" -- 2.49.1 From 16115b43411b91c22653f1a4ab871c427e791c44 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 21:21:16 +0000 Subject: [PATCH 4/4] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 45b204c..d239f7a 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -83,7 +83,6 @@ export default function ShopPage() { { 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" @@ -159,7 +158,6 @@ export default function ShopPage() { { 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" -- 2.49.1