diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 8411a09..42c3509 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -53,7 +53,7 @@ export default function PricingPage() { title: "Basic", price: "Free", period: "Forever", - imageSrc: "http://img.b2bpic.net/free-photo/two-female-friends-looking-smartphones-bed_23-2148708989.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/two-female-friends-looking-smartphones-bed_23-2148708989.jpg?_wi=4", imageAlt: "Basic plan features", button: { text: "Get Started", href: "/" }, features: [ @@ -68,7 +68,7 @@ export default function PricingPage() { title: "Pro", price: "$4.99", period: "/month", - imageSrc: "http://img.b2bpic.net/free-vector/dating-app-chat-interface-template-set_23-2148530299.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/dating-app-chat-interface-template-set_23-2148530299.jpg?_wi=5", imageAlt: "Pro plan features", button: { text: "Upgrade Now", href: "#contact" }, features: [ @@ -84,7 +84,7 @@ export default function PricingPage() { title: "Premium", price: "$9.99", period: "/month", - 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=5", imageAlt: "Premium plan features", button: { text: "Go Premium", href: "#contact" }, features: [ @@ -110,7 +110,7 @@ export default function PricingPage() { tagAnimation="opacity" textboxLayout="default" useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-vector/secure-payment-landing-page-template_23-2148535734.jpg" + imageSrc="http://img.b2bpic.net/free-vector/secure-payment-landing-page-template_23-2148535734.jpg?_wi=4" imageAlt="Payment and pricing information" mediaPosition="right" mediaAnimation="slide-up"