From e500a3dab8dea35742ffd9dc2d94c7eb74f78d56 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 02:55:54 +0000 Subject: [PATCH] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 099c6d7..5e9308f 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -104,21 +104,21 @@ export default function PricingPage() { id: "Starter", title: "Starter Plan", description: "Perfect for emerging brands. Includes up to 100,000 monthly verifications, basic analytics dashboard, and email support. Ideal for startups testing the platform.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApK36kyn1kwVNKLOdLba9gIgOn/a-modern-dashboard-interface-showing-qr--1773284090792-762c55bf.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApK36kyn1kwVNKLOdLba9gIgOn/a-modern-dashboard-interface-showing-qr--1773284090792-762c55bf.png?_wi=2", imageAlt: "Starter plan features", }, { id: "Growth", title: "Growth Plan", description: "For established brands. Includes up to 5M monthly verifications, advanced analytics, custom integrations, priority support, and dedicated account manager.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApK36kyn1kwVNKLOdLba9gIgOn/an-illustration-showing-different-user-g-1773284091177-c7685c91.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApK36kyn1kwVNKLOdLba9gIgOn/an-illustration-showing-different-user-g-1773284091177-c7685c91.png?_wi=4", imageAlt: "Growth plan features", }, { id: "Enterprise", title: "Enterprise Plan", description: "Unlimited verifications, white-label solution, custom API endpoints, compliance reporting, 24/7 phone support, and custom SLA agreements.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApK36kyn1kwVNKLOdLba9gIgOn/a-large-number-visualization-showing-mil-1773284090578-2ea0d699.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApK36kyn1kwVNKLOdLba9gIgOn/a-large-number-visualization-showing-mil-1773284090578-2ea0d699.png?_wi=3", imageAlt: "Enterprise plan features", }, ]}