Update src/app/pricing/page.tsx

This commit is contained in:
2026-03-03 13:21:06 +00:00
parent 38ee4d4c18
commit a87f74cddd

View File

@@ -123,21 +123,21 @@ export default function PricingPage() {
id: "1",
title: "Real-time Member Tracking",
tags: ["Essential", "All Plans"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR7un5KIa0bCSbx7Vi2zQ06nM7/a-sleek-feature-illustration-showing-rea-1772543987521-f9811cd3.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR7un5KIa0bCSbx7Vi2zQ06nM7/a-sleek-feature-illustration-showing-rea-1772543987521-f9811cd3.png?_wi=2",
imageAlt: "Member Tracking",
},
{
id: "2",
title: "Secure Payment Processing",
tags: ["Integrated", "All Plans"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR7un5KIa0bCSbx7Vi2zQ06nM7/an-illustration-of-secure-payment-proces-1772543987203-e5583baa.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR7un5KIa0bCSbx7Vi2zQ06nM7/an-illustration-of-secure-payment-proces-1772543987203-e5583baa.png?_wi=2",
imageAlt: "Payment Processing",
},
{
id: "3",
title: "Automated Class Scheduling",
tags: ["Management", "All Plans"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR7un5KIa0bCSbx7Vi2zQ06nM7/a-professional-class-scheduling-system-i-1772543988997-af828e22.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR7un5KIa0bCSbx7Vi2zQ06nM7/a-professional-class-scheduling-system-i-1772543988997-af828e22.png?_wi=2",
imageAlt: "Class Scheduling",
},
]}