From 9c8c926569dc3288c3b03b877e78fa5bd6409636 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 09:15:28 +0000 Subject: [PATCH 1/2] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 9a88a4c..6eb64b2 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -61,7 +61,7 @@ export default function PricingPage() { ] }, { - id: "premium", title: "Premium", price: "$9.99", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/focused-specialist-optimizes-data-center_482257-109105.jpg", imageAlt: "Premium plan features", button: { text: "Go Premium", href: "#contact" }, + id: "premium", title: "Premium", price: "$9.99", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/focused-specialist-optimizes-data-center_482257-109105.jpg?_wi=1", imageAlt: "Premium plan features", button: { text: "Go Premium", href: "#contact" }, features: [ "All Pro features", "Background check included", "Verified badge display", "Featured profile placement", "Virtual tour hosting", "Priority payment processing" ] -- 2.49.1 From 88dfc66dd749f9dbe38672e4c82d6d72e41e9c70 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 09:15:29 +0000 Subject: [PATCH 2/2] Update src/app/security/page.tsx --- src/app/security/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/security/page.tsx b/src/app/security/page.tsx index 0405c90..03041cd 100644 --- a/src/app/security/page.tsx +++ b/src/app/security/page.tsx @@ -66,7 +66,7 @@ export default function SecurityPage() { tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/focused-specialist-optimizes-data-center_482257-109105.jpg" + imageSrc="http://img.b2bpic.net/free-photo/focused-specialist-optimizes-data-center_482257-109105.jpg?_wi=2" imageAlt="Security verification interface" mediaPosition="left" mediaAnimation="slide-up" -- 2.49.1