Update src/app/pricing/page.tsx

This commit is contained in:
2026-03-06 11:51:59 +00:00
parent 8c9270ae94
commit b8278eff06

View File

@@ -7,7 +7,7 @@ import PricingCardThree from "@/components/sections/pricing/PricingCardThree";
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
import ContactSplit from "@/components/sections/contact/ContactSplit";
import FooterCard from "@/components/sections/footer/FooterCard";
import { Layers, Send, Twitter, Linkedin, Github, Mail } from "lucide-react";
import { Layers, Send, Twitter, Linkedin, Github, Mail, Sparkles } from "lucide-react";
export default function PricingPage() {
return (
@@ -46,57 +46,29 @@ export default function PricingPage() {
tagAnimation="slide-up"
plans={[
{
id: "1",
price: "$49/month",
name: "Starter",
buttons={[
id: "1", price: "$49/month", name: "Starter", buttons: [
{ text: "Start Free Trial", href: "https://cloudsync.example.com/trial" },
{ text: "Contact Sales", href: "#contact" },
]}
features={[
"Up to 10 team members",
"Real-time collaboration",
"5GB storage per user",
"Basic analytics",
"Email support",
]}
],
features: [
"Up to 10 team members", "Real-time collaboration", "5GB storage per user", "Basic analytics", "Email support"],
},
{
id: "2",
badge: "Most Popular",
badgeIcon: "Sparkles",
price: "$149/month",
name: "Professional",
buttons={[
id: "2", badge: "Most Popular", badgeIcon: Sparkles,
price: "$149/month", name: "Professional", buttons: [
{ text: "Start Free Trial", href: "https://cloudsync.example.com/trial" },
{ text: "Contact Sales", href: "#contact" },
]}
features={[
"Up to 50 team members",
"Advanced automation",
"100GB storage per user",
"Advanced analytics & reporting",
"Priority support",
"Custom integrations",
]}
],
features: [
"Up to 50 team members", "Advanced automation", "100GB storage per user", "Advanced analytics & reporting", "Priority support", "Custom integrations"],
},
{
id: "3",
price: "$499/month",
name: "Enterprise",
buttons={[
id: "3", price: "$499/month", name: "Enterprise", buttons: [
{ text: "Request Demo", href: "#contact" },
{ text: "Contact Sales", href: "#contact" },
]}
features={[
"Unlimited team members",
"AI-powered workflows",
"Unlimited storage",
"Custom analytics",
"24/7 dedicated support",
"Single Sign-On (SSO)",
"Advanced security & compliance",
]}
],
features: [
"Unlimited team members", "AI-powered workflows", "Unlimited storage", "Custom analytics", "24/7 dedicated support", "Single Sign-On (SSO)", "Advanced security & compliance"],
},
]}
animationType="slide-up"
@@ -113,35 +85,17 @@ export default function PricingPage() {
sideDescription="Have questions about our pricing? We're here to help clarify everything."
faqs={[
{
id: "1",
title: "Can I change plans anytime?",
content: "Absolutely! You can upgrade or downgrade your plan at any time. Changes take effect immediately, and we'll prorate your billing.",
},
id: "1", title: "Can I change plans anytime?", content: "Absolutely! You can upgrade or downgrade your plan at any time. Changes take effect immediately, and we'll prorate your billing."},
{
id: "2",
title: "Do you offer annual billing discounts?",
content: "Yes! We offer a 20% discount on annual plans. That's 2.4 months free when you commit annually.",
},
id: "2", title: "Do you offer annual billing discounts?", content: "Yes! We offer a 20% discount on annual plans. That's 2.4 months free when you commit annually."},
{
id: "3",
title: "Is there a free tier available?",
content: "We don't have a permanent free tier, but all plans include a 14-day free trial with full access to all features. No credit card required to start.",
},
id: "3", title: "Is there a free tier available?", content: "We don't have a permanent free tier, but all plans include a 14-day free trial with full access to all features. No credit card required to start."},
{
id: "4",
title: "What payment methods do you accept?",
content: "We accept all major credit cards (Visa, Mastercard, American Express), wire transfers, and ACH payments for Enterprise customers.",
},
id: "4", title: "What payment methods do you accept?", content: "We accept all major credit cards (Visa, Mastercard, American Express), wire transfers, and ACH payments for Enterprise customers."},
{
id: "5",
title: "Can I get a custom quote?",
content: "Yes! Our sales team can work with you on custom pricing for Enterprise plans. Contact our sales team at sales@cloudsync.com.",
},
id: "5", title: "Can I get a custom quote?", content: "Yes! Our sales team can work with you on custom pricing for Enterprise plans. Contact our sales team at sales@cloudsync.com."},
{
id: "6",
title: "Do you offer refunds?",
content: "We offer a 30-day money-back guarantee on all plans. If you're not satisfied, we'll refund your subscription fee, no questions asked.",
},
id: "6", title: "Do you offer refunds?", content: "We offer a 30-day money-back guarantee on all plans. If you're not satisfied, we'll refund your subscription fee, no questions asked."},
]}
textPosition="left"
useInvertedBackground={false}
@@ -159,7 +113,7 @@ export default function PricingPage() {
description="Choose your plan and join thousands of teams already transforming their workflow with CloudSync. Start your free 14-day trial today."
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/a-modern-bright-collaborative-workspace--1772797804820-bc53c5cd.png?_wi=2"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/a-modern-bright-collaborative-workspace--1772797804820-bc53c5cd.png"
imageAlt="Modern collaborative workspace"
mediaAnimation="blur-reveal"
mediaPosition="right"