Update src/app/pricing/page.tsx
This commit is contained in:
@@ -43,7 +43,7 @@ export default function PricingPage() {
|
||||
title="Transparent, Flexible Pricing"
|
||||
description="Choose the perfect plan for your creative workflow. Scale as you grow with DRAPER Studio."
|
||||
tag="Plans & Pricing"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQanAjGlNMKDmXWxQJqgsFbSP9/modern-ai-powered-creative-studio-interf-1772527478898-2b452249.png?_wi=8"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQanAjGlNMKDmXWxQJqgsFbSP9/modern-ai-powered-creative-studio-interf-1772527478898-2b452249.png"
|
||||
imageAlt="DRAPER Studio pricing"
|
||||
textPosition="center"
|
||||
showBlur={true}
|
||||
@@ -65,50 +65,19 @@ export default function PricingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "starter",
|
||||
badge: "Perfect for Freelancers",
|
||||
badgeIcon: Sparkles,
|
||||
price: "$99/mo",
|
||||
subtitle: "Get started with DRAPER Studio",
|
||||
features: [
|
||||
"Unlimited AI chat sessions",
|
||||
"5 briefs per month",
|
||||
"Basic skill access",
|
||||
"Shared knowledge base",
|
||||
"Email support",
|
||||
],
|
||||
id: "starter", badge: "Perfect for Freelancers", badgeIcon: Sparkles,
|
||||
price: "$99/mo", subtitle: "Get started with DRAPER Studio", features: [
|
||||
"Unlimited AI chat sessions", "5 briefs per month", "Basic skill access", "Shared knowledge base", "Email support"],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Most Popular",
|
||||
badgeIcon: Star,
|
||||
price: "$299/mo",
|
||||
subtitle: "For growing creative teams",
|
||||
features: [
|
||||
"Unlimited AI chat sessions",
|
||||
"Unlimited briefs",
|
||||
"All modular skills unlocked",
|
||||
"Priority RAG search",
|
||||
"3 team member seats",
|
||||
"Advanced analytics",
|
||||
"Priority support",
|
||||
],
|
||||
id: "pro", badge: "Most Popular", badgeIcon: Star,
|
||||
price: "$299/mo", subtitle: "For growing creative teams", features: [
|
||||
"Unlimited AI chat sessions", "Unlimited briefs", "All modular skills unlocked", "Priority RAG search", "3 team member seats", "Advanced analytics", "Priority support"],
|
||||
},
|
||||
{
|
||||
id: "enterprise",
|
||||
badge: "For Agencies",
|
||||
badgeIcon: Crown,
|
||||
price: "Custom",
|
||||
subtitle: "Scale your creative operations",
|
||||
features: [
|
||||
"Everything in Pro, plus:",
|
||||
"Unlimited team seats",
|
||||
"Custom AI training",
|
||||
"White-label briefs",
|
||||
"Dedicated account manager",
|
||||
"Custom integrations",
|
||||
"SLA guarantee",
|
||||
],
|
||||
id: "enterprise", badge: "For Agencies", badgeIcon: Crown,
|
||||
price: "Custom", subtitle: "Scale your creative operations", features: [
|
||||
"Everything in Pro, plus:", "Unlimited team seats", "Custom AI training", "White-label briefs", "Dedicated account manager", "Custom integrations", "SLA guarantee"],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -122,7 +91,7 @@ export default function PricingPage() {
|
||||
tagIcon={Mail}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQanAjGlNMKDmXWxQJqgsFbSP9/modern-creative-workspace-with-design-to-1772527477182-eb9cdba9.png?_wi=2"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQanAjGlNMKDmXWxQJqgsFbSP9/modern-creative-workspace-with-design-to-1772527477182-eb9cdba9.png"
|
||||
imageAlt="Contact our sales team"
|
||||
mediaPosition="right"
|
||||
mediaAnimation="none"
|
||||
@@ -139,19 +108,13 @@ export default function PricingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "https://twitter.com/draperstudio",
|
||||
ariaLabel: "Follow DRAPER Studio on Twitter",
|
||||
},
|
||||
href: "https://twitter.com/draperstudio", ariaLabel: "Follow DRAPER Studio on Twitter"},
|
||||
{
|
||||
icon: Linkedin,
|
||||
href: "https://linkedin.com/company/draperstudio",
|
||||
ariaLabel: "Connect with DRAPER Studio on LinkedIn",
|
||||
},
|
||||
href: "https://linkedin.com/company/draperstudio", ariaLabel: "Connect with DRAPER Studio on LinkedIn"},
|
||||
{
|
||||
icon: Github,
|
||||
href: "https://github.com/draperstudio",
|
||||
ariaLabel: "View DRAPER Studio on GitHub",
|
||||
},
|
||||
href: "https://github.com/draperstudio", ariaLabel: "View DRAPER Studio on GitHub"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user