From 4d1fe6faf357f397301d7589ffbcaa403418ba20 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 09:18:45 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 0254d5d..e3d8b2e 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -45,7 +45,7 @@ export default function ContactPage() { variant: "sparkles-gradient", }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/urban-city-skyline-sunset_649448-768.jpg" + imageSrc="http://img.b2bpic.net/free-photo/urban-city-skyline-sunset_649448-768.jpg?_wi=2" mediaAnimation="slide-up" mediaPosition="right" inputPlaceholder="Enter your email" -- 2.49.1 From 1134620fa8c68874042d89eeb1378210204f1753 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 09:18:46 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3095436..fd9ce01 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -191,7 +191,7 @@ export default function HomePage() { description="Contact us now for a free estimate or emergency service. Call us anytime - we're here to help 24/7." background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/urban-city-skyline-sunset_649448-768.jpg" + imageSrc="http://img.b2bpic.net/free-photo/urban-city-skyline-sunset_649448-768.jpg?_wi=1" imageAlt="Montreal city skyline aerial view" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1