diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 501e65c..3d8dcf8 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -81,7 +81,7 @@ export default function PricingPage() { { text: "Compare Plans", href: "#pricing" }, ]} buttonAnimation="slide-up" - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJvRhBlhZ1rFvLVrNRaNJvtk4M/a-startup-growth-package-visualization-s-1772910639774-760f42bc.png" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJvRhBlhZ1rFvLVrNRaNJvtk4M/a-startup-growth-package-visualization-s-1772910639774-760f42bc.png?_wi=2" imageAlt="Flexible pricing packages" mediaAnimation="slide-up" imagePosition="right" @@ -100,7 +100,7 @@ export default function PricingPage() { id: "1", name: "Startup Growth Package", price: "Starting at $5,000", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJvRhBlhZ1rFvLVrNRaNJvtk4M/a-startup-growth-package-visualization-s-1772910639774-760f42bc.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJvRhBlhZ1rFvLVrNRaNJvtk4M/a-startup-growth-package-visualization-s-1772910639774-760f42bc.png?_wi=3", imageAlt: "Startup growth solution", initialQuantity: 1, }, @@ -108,7 +108,7 @@ export default function PricingPage() { id: "2", name: "SMB Professional Suite", price: "Starting at $12,000", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJvRhBlhZ1rFvLVrNRaNJvtk4M/an-smb-focused-business-management-suite-1772910640646-f0cc3e77.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJvRhBlhZ1rFvLVrNRaNJvtk4M/an-smb-focused-business-management-suite-1772910640646-f0cc3e77.png?_wi=2", imageAlt: "SMB professional suite", initialQuantity: 1, }, @@ -116,7 +116,7 @@ export default function PricingPage() { id: "3", name: "Enterprise Transformation", price: "Custom Pricing", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJvRhBlhZ1rFvLVrNRaNJvtk4M/an-enterprise-level-transformation-dashb-1772910641404-c91e4584.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJvRhBlhZ1rFvLVrNRaNJvtk4M/an-enterprise-level-transformation-dashb-1772910641404-c91e4584.png?_wi=2", imageAlt: "Enterprise transformation solution", initialQuantity: 1, },