From c06c51240b19dcc2ab97ad911a31311c002311c8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 13:23:32 +0000 Subject: [PATCH] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 80 +++++++++------------------------------- 1 file changed, 17 insertions(+), 63 deletions(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 23cbd8a..519b7b3 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -48,59 +48,29 @@ export default function PricingPage() { tagAnimation="slide-up" plans={[ { - id: "1", - price: "$299/month", - name: "Starter", - buttons: [ + id: "1", price: "$299/month", name: "Starter", buttons: [ { text: "Get Started", href: "/contact" }, { text: "Learn More", href: "#" }, ], features: [ - "Up to 100 active members", - "Basic member tracking", - "Monthly attendance reports", - "Email support", - "Payment processing (2.9% + $0.30)", - ], + "Up to 100 active members", "Basic member tracking", "Monthly attendance reports", "Email support", "Payment processing (2.9% + $0.30)"], }, { - id: "2", - badge: "Most Popular", - badgeIcon: Sparkles, - price: "$799/month", - name: "Professional", - buttons: [ + id: "2", badge: "Most Popular", badgeIcon: Sparkles, + price: "$799/month", name: "Professional", buttons: [ { text: "Start Free Trial", href: "/contact" }, { text: "Chat with Sales", href: "#" }, ], features: [ - "Up to 500 active members", - "Real-time revenue analytics", - "Trainer performance tracking", - "Priority email & chat support", - "Advanced payment processing", - "Multi-location dashboard", - "Member retention insights", - ], + "Up to 500 active members", "Real-time revenue analytics", "Trainer performance tracking", "Priority email & chat support", "Advanced payment processing", "Multi-location dashboard", "Member retention insights"], }, { - id: "3", - price: "$1,999/month", - name: "Enterprise", - buttons: [ + id: "3", price: "$1,999/month", name: "Enterprise", buttons: [ { text: "Contact Sales", href: "/contact" }, { text: "Schedule Call", href: "#" }, ], features: [ - "Unlimited members", - "Full analytics suite", - "Custom integrations", - "Dedicated account manager", - "24/7 phone support", - "White-label options", - "API access", - "Compliance & reporting tools", - ], + "Unlimited members", "Full analytics suite", "Custom integrations", "Dedicated account manager", "24/7 phone support", "White-label options", "API access", "Compliance & reporting tools"], }, ]} animationType="slide-up" @@ -120,26 +90,14 @@ export default function PricingPage() { tagAnimation="slide-up" features={[ { - 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?_wi=2", - imageAlt: "Member Tracking", - }, + 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", 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?_wi=2", - imageAlt: "Payment Processing", - }, + 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", 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?_wi=2", - imageAlt: "Class Scheduling", - }, + 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", imageAlt: "Class Scheduling"}, ]} animationType="slide-up" textboxLayout="default" @@ -153,8 +111,7 @@ export default function PricingPage() {