From d1b2ee80a17a48a9576b7a5b10099b13b10324a9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 09:24:59 +0000 Subject: [PATCH] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 1ba9ee4..d2581bd 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -86,7 +86,7 @@ export default function PricingPage() { { text: "Get Quote", href: "/contact" }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/top-view-gardening-tools-ground_23-2148200449.jpg" + imageSrc="http://img.b2bpic.net/free-photo/top-view-gardening-tools-ground_23-2148200449.jpg?_wi=1" imageAlt="complete soil blend 40kg bag" showBlur={true} showDimOverlay={false} @@ -152,7 +152,7 @@ export default function PricingPage() { id: "subscription-service", name: "Monthly Subscription", price: "Save 20% + Free Shipping", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-gardening-tools-ground_23-2148200449.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-gardening-tools-ground_23-2148200449.jpg?_wi=2", imageAlt: "Monthly subscription service pricing", initialQuantity: 1, }, -- 2.49.1