From 0512012d65a871ebaef98357660fdf3fd6849aa0 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 17:47:36 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 04e7509..ecc38e8 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -78,7 +78,7 @@ export default function ContactPage() { tagAnimation="opacity" background={{ variant: "plain" }} useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-vector/top-view-professional-office-desk_23-2147913574.jpg" + imageSrc="http://img.b2bpic.net/free-vector/top-view-professional-office-desk_23-2147913574.jpg?_wi=2" imageAlt="Professional business office environment" mediaAnimation="blur-reveal" mediaPosition="right" @@ -128,7 +128,7 @@ export default function ContactPage() { { id: "file-format", title: "What File Formats Do You Accept?", content: "We accept PDF, AI, EPS, PSD, TIFF, and JPG files. For best results, we recommend high-resolution PDFs with embedded fonts and colors in CMYK format."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/mid-adult-engineer-two-steel-workers-going-through-quality-reports-while-working-industrial-building_637285-4094.jpg" + imageSrc="http://img.b2bpic.net/free-photo/mid-adult-engineer-two-steel-workers-going-through-quality-reports-while-working-industrial-building_637285-4094.jpg?_wi=2" imageAlt="Professional printing facility with quality control processes" mediaPosition="left" mediaAnimation="blur-reveal" -- 2.49.1 From 3d4596b0ab3e41f3da46870d04bb02a50cba0674 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 17:47:36 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e1399e6..64a4231 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -117,7 +117,7 @@ export default function HomePage() { { id: "great-people", title: "Friendly, Professional Team", content: "Our team is known for being responsive, knowledgeable, and easy to work with. Great employees make the difference in every customer relationship."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/mid-adult-engineer-two-steel-workers-going-through-quality-reports-while-working-industrial-building_637285-4094.jpg" + imageSrc="http://img.b2bpic.net/free-photo/mid-adult-engineer-two-steel-workers-going-through-quality-reports-while-working-industrial-building_637285-4094.jpg?_wi=1" imageAlt="Professional printing facility with quality control processes" mediaAnimation="blur-reveal" useInvertedBackground={false} @@ -237,7 +237,7 @@ export default function HomePage() { tagAnimation="opacity" background={{ variant: "plain" }} useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-vector/top-view-professional-office-desk_23-2147913574.jpg" + imageSrc="http://img.b2bpic.net/free-vector/top-view-professional-office-desk_23-2147913574.jpg?_wi=1" imageAlt="Professional business office environment" mediaAnimation="blur-reveal" mediaPosition="right" -- 2.49.1