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" ] 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"