Update src/app/pricing/page.tsx
This commit is contained in:
@@ -12,7 +12,7 @@ export default function PricingPage() {
|
||||
{ name: "Features", id: "/#features" },
|
||||
{ name: "Pricing", id: "/pricing" },
|
||||
{ name: "Studio", id: "https://studio.dieter.ai" },
|
||||
{ name: "Contact", id: "/#contact" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
];
|
||||
|
||||
return (
|
||||
@@ -41,71 +41,33 @@ export default function PricingPage() {
|
||||
<PricingCardTwo
|
||||
plans={[
|
||||
{
|
||||
id: "starter",
|
||||
badge: "Starter",
|
||||
badgeIcon: Music,
|
||||
price: "$9/mo",
|
||||
subtitle: "Perfect for exploring",
|
||||
buttons: [
|
||||
id: "starter", badge: "Starter", badgeIcon: Music,
|
||||
price: "$9/mo", subtitle: "Perfect for exploring", buttons: [
|
||||
{
|
||||
text: "Start Free",
|
||||
href: "https://studio.dieter.ai/signup",
|
||||
},
|
||||
text: "Start Free", href: "https://studio.dieter.ai/signup"},
|
||||
],
|
||||
features: [
|
||||
"5 song generations/month",
|
||||
"Basic mixing tools",
|
||||
"MP3 export",
|
||||
"Community access",
|
||||
"AI Director suggestions",
|
||||
],
|
||||
"5 song generations/month", "Basic mixing tools", "MP3 export", "Community access", "AI Director suggestions"],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Professional",
|
||||
badgeIcon: Sparkles,
|
||||
price: "$29/mo",
|
||||
subtitle: "For serious creators",
|
||||
buttons: [
|
||||
id: "pro", badge: "Professional", badgeIcon: Sparkles,
|
||||
price: "$29/mo", subtitle: "For serious creators", buttons: [
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "https://studio.dieter.ai/signup",
|
||||
},
|
||||
text: "Get Started", href: "https://studio.dieter.ai/signup"},
|
||||
{
|
||||
text: "View Details",
|
||||
href: "#",
|
||||
},
|
||||
text: "View Details", href: "#"},
|
||||
],
|
||||
features: [
|
||||
"Unlimited song generations",
|
||||
"Full mixing suite with EQ",
|
||||
"WAV + MP3 exports",
|
||||
"Stem packs for DAWs",
|
||||
"Priority AI Director guidance",
|
||||
"Beat detection & sync",
|
||||
],
|
||||
"Unlimited song generations", "Full mixing suite with EQ", "WAV + MP3 exports", "Stem packs for DAWs", "Priority AI Director guidance", "Beat detection & sync"],
|
||||
},
|
||||
{
|
||||
id: "studio",
|
||||
badge: "Studio Pro",
|
||||
badgeIcon: Award,
|
||||
price: "$79/mo",
|
||||
subtitle: "For studios & labels",
|
||||
buttons: [
|
||||
id: "studio", badge: "Studio Pro", badgeIcon: Award,
|
||||
price: "$79/mo", subtitle: "For studios & labels", buttons: [
|
||||
{
|
||||
text: "Contact Sales",
|
||||
href: "https://studio.dieter.ai/contact",
|
||||
},
|
||||
text: "Contact Sales", href: "https://studio.dieter.ai/contact"},
|
||||
],
|
||||
features: [
|
||||
"Unlimited everything",
|
||||
"Video collaboration page",
|
||||
"Cloud storage & backups",
|
||||
"API access for integrations",
|
||||
"Team collaboration",
|
||||
"Advanced AI Director",
|
||||
"White-label options",
|
||||
],
|
||||
"Unlimited everything", "Video collaboration page", "Cloud storage & backups", "API access for integrations", "Team collaboration", "Advanced AI Director", "White-label options"],
|
||||
},
|
||||
]}
|
||||
title="Simple, Transparent Pricing"
|
||||
@@ -124,13 +86,9 @@ export default function PricingPage() {
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Launch Dieter Studio",
|
||||
href: "https://studio.dieter.ai",
|
||||
},
|
||||
text: "Launch Dieter Studio", href: "https://studio.dieter.ai"},
|
||||
{
|
||||
text: "Schedule a Call",
|
||||
href: "mailto:hello@dieter.studio",
|
||||
},
|
||||
text: "Schedule a Call", href: "mailto:hello@dieter.studio"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user