From cdf2cb412c45c543c6164c36039026dbf6332359 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 14 Jun 2026 03:29:37 +0000 Subject: [PATCH 1/2] Update src/pages/PortfolioPage.tsx --- src/pages/PortfolioPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/PortfolioPage.tsx b/src/pages/PortfolioPage.tsx index c4ab256..1f89c9d 100644 --- a/src/pages/PortfolioPage.tsx +++ b/src/pages/PortfolioPage.tsx @@ -78,7 +78,7 @@ export default function PortfolioPage() { title: "Deck Renovation", description: "New limestone deck extension.", href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-summer-time_53876-33841.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-summer-time_53876-33841.jpg?_wi=2", }, ]} /> -- 2.49.1 From 77d108ce50954a029efc04813817555e174f1667 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 14 Jun 2026 03:29:38 +0000 Subject: [PATCH 2/2] Update src/pages/ServicesPage.tsx --- src/pages/ServicesPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/ServicesPage.tsx b/src/pages/ServicesPage.tsx index 17c9e5f..d9ac62d 100644 --- a/src/pages/ServicesPage.tsx +++ b/src/pages/ServicesPage.tsx @@ -78,7 +78,7 @@ export default function ServicesPage() { title: "Pool Winterization", description: "Essential care for seasonal changes.", href: "/contact", - imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-summer-time_53876-33841.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-summer-time_53876-33841.jpg?_wi=1", }, ]} /> -- 2.49.1