Update src/app/pricing/page.tsx

This commit is contained in:
2026-03-03 13:23:32 +00:00
parent 3742102bf4
commit c06c51240b

View File

@@ -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() {
<FooterSimple
columns={[
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Features", href: "/#features" },
{ label: "Pricing", href: "/pricing" },
{ label: "Dashboard", href: "/dashboard" },
@@ -162,8 +119,7 @@ export default function PricingPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "#" },
{ label: "Blog", href: "#" },
{ label: "Careers", href: "#" },
@@ -171,8 +127,7 @@ export default function PricingPage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Help Center", href: "#" },
{ label: "Community", href: "#" },
{ label: "Status", href: "#" },
@@ -180,8 +135,7 @@ export default function PricingPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Security", href: "#" },