diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index fe0ba6c..68c889c 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -55,7 +55,7 @@ export default function PricingPage() { title: "Starter", price: "$299", period: "/month", - imageSrc: "http://img.b2bpic.net/free-photo/wearing-shoes-protection-against-corona-virus-supermarket_342744-1156.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wearing-shoes-protection-against-corona-virus-supermarket_342744-1156.jpg?_wi=2", imageAlt: "Starter plan features", button: { text: "Get Started", href: "/signup" }, features: [ @@ -71,7 +71,7 @@ export default function PricingPage() { title: "Professional", price: "$799", period: "/month", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-asian-woman-business-owner-using-digital-tablet-checking-amount-stock-product-inventory-shelf-distribution-warehouse-factorylogistic-business-shipping-delivery-service_609648-2022.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-asian-woman-business-owner-using-digital-tablet-checking-amount-stock-product-inventory-shelf-distribution-warehouse-factorylogistic-business-shipping-delivery-service_609648-2022.jpg?_wi=2", imageAlt: "Professional plan features", button: { text: "Choose Plan", href: "/signup" }, features: [ @@ -88,7 +88,7 @@ export default function PricingPage() { title: "Enterprise", price: "Custom", period: "/pricing", - imageSrc: "http://img.b2bpic.net/free-photo/back-school-concept-with-woman-studying-library_23-2148172392.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/back-school-concept-with-woman-studying-library_23-2148172392.jpg?_wi=2", imageAlt: "Enterprise plan features", button: { text: "Contact Sales", href: "/contact" }, features: [ @@ -135,7 +135,7 @@ export default function PricingPage() {