Update src/app/pricing/page.tsx
This commit is contained in:
@@ -33,9 +33,7 @@ export default function PricingPage() {
|
||||
{ name: "Docs", id: "https://docs.example.com" },
|
||||
]}
|
||||
button={{
|
||||
text: "Start Free",
|
||||
href: "/pricing",
|
||||
}}
|
||||
text: "Start Free", href: "/pricing"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -44,109 +42,48 @@ export default function PricingPage() {
|
||||
<PricingCardTwo
|
||||
plans={[
|
||||
{
|
||||
id: "free",
|
||||
badge: "Freemium",
|
||||
badgeIcon: Sparkles,
|
||||
price: "Free",
|
||||
subtitle: "Perfect for testing the platform",
|
||||
buttons: [
|
||||
id: "free", badge: "Freemium", badgeIcon: Sparkles,
|
||||
price: "Free", subtitle: "Perfect for testing the platform", buttons: [
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "/",
|
||||
},
|
||||
text: "Get Started", href: "/"},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "/",
|
||||
},
|
||||
text: "Learn More", href: "/"},
|
||||
],
|
||||
features: [
|
||||
"Up to 3 videos/month",
|
||||
"10 clips per video",
|
||||
"Standard captions",
|
||||
"720p exports",
|
||||
"Watermarked files",
|
||||
"3-day processing queue",
|
||||
],
|
||||
"Up to 3 videos/month", "10 clips per video", "Standard captions", "720p exports", "Watermarked files", "3-day processing queue"],
|
||||
},
|
||||
{
|
||||
id: "starter",
|
||||
badge: "Starter",
|
||||
badgeIcon: Zap,
|
||||
price: "$29/month",
|
||||
subtitle: "For growing creators and small teams",
|
||||
buttons: [
|
||||
id: "starter", badge: "Starter", badgeIcon: Zap,
|
||||
price: "$29/month", subtitle: "For growing creators and small teams", buttons: [
|
||||
{
|
||||
text: "Start Free Trial",
|
||||
href: "/",
|
||||
},
|
||||
text: "Start Free Trial", href: "/"},
|
||||
{
|
||||
text: "Chat with Sales",
|
||||
href: "/",
|
||||
},
|
||||
text: "Chat with Sales", href: "/"},
|
||||
],
|
||||
features: [
|
||||
"20 videos/month",
|
||||
"25 clips per video",
|
||||
"AI-enhanced captions",
|
||||
"1080p exports",
|
||||
"50 hook templates",
|
||||
"Priority processing queue",
|
||||
"Basic analytics",
|
||||
],
|
||||
"20 videos/month", "25 clips per video", "AI-enhanced captions", "1080p exports", "50 hook templates", "Priority processing queue", "Basic analytics"],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Pro",
|
||||
badgeIcon: Rocket,
|
||||
price: "$79/month",
|
||||
subtitle: "For agencies and growing studios",
|
||||
buttons: [
|
||||
id: "pro", badge: "Pro", badgeIcon: Rocket,
|
||||
price: "$79/month", subtitle: "For agencies and growing studios", buttons: [
|
||||
{
|
||||
text: "Start Free Trial",
|
||||
href: "/",
|
||||
},
|
||||
text: "Start Free Trial", href: "/"},
|
||||
{
|
||||
text: "Chat with Sales",
|
||||
href: "/",
|
||||
},
|
||||
text: "Chat with Sales", href: "/"},
|
||||
],
|
||||
features: [
|
||||
"Unlimited videos",
|
||||
"50 clips per video",
|
||||
"Custom brand templates",
|
||||
"4K exports",
|
||||
"White-label options",
|
||||
"Up to 3 team seats",
|
||||
"Advanced analytics",
|
||||
"Zapier integrations",
|
||||
],
|
||||
"Unlimited videos", "50 clips per video", "Custom brand templates", "4K exports", "White-label options", "Up to 3 team seats", "Advanced analytics", "Zapier integrations"],
|
||||
},
|
||||
{
|
||||
id: "studio",
|
||||
badge: "Studio",
|
||||
badgeIcon: Crown,
|
||||
price: "$199/month",
|
||||
subtitle: "For enterprise teams and studios",
|
||||
buttons: [
|
||||
id: "studio", badge: "Studio", badgeIcon: Crown,
|
||||
price: "$199/month", subtitle: "For enterprise teams and studios", buttons: [
|
||||
{
|
||||
text: "Contact Sales",
|
||||
href: "/",
|
||||
},
|
||||
text: "Contact Sales", href: "/"},
|
||||
{
|
||||
text: "Schedule Demo",
|
||||
href: "/",
|
||||
},
|
||||
text: "Schedule Demo", href: "/"},
|
||||
],
|
||||
features: [
|
||||
"Everything in Pro",
|
||||
"Unlimited team seats",
|
||||
"API access",
|
||||
"Batch processing (50 videos)",
|
||||
"Custom AI voice training",
|
||||
"Dedicated support",
|
||||
"SFTP delivery",
|
||||
"Advanced compliance",
|
||||
],
|
||||
"Everything in Pro", "Unlimited team seats", "API access", "Batch processing (50 videos)", "Custom AI voice training", "Dedicated support", "SFTP delivery", "Advanced compliance"],
|
||||
},
|
||||
]}
|
||||
title="Pricing Built for Every Creator"
|
||||
@@ -163,32 +100,16 @@ export default function PricingPage() {
|
||||
<MetricCardOne
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "50,000",
|
||||
title: "videos processed",
|
||||
description: "AI-powered clips generated monthly",
|
||||
icon: Zap,
|
||||
id: "1", value: "50,000", title: "videos processed", description: "AI-powered clips generated monthly", icon: Zap,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "10,000",
|
||||
title: "creators",
|
||||
description: "Active users scaling their content",
|
||||
icon: Users,
|
||||
id: "2", value: "10,000", title: "creators", description: "Active users scaling their content", icon: Users,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "500,000",
|
||||
title: "clips generated",
|
||||
description: "Total optimized social clips created",
|
||||
icon: Video,
|
||||
id: "3", value: "500,000", title: "clips generated", description: "Total optimized social clips created", icon: Video,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "2,000",
|
||||
title: "hours saved",
|
||||
description: "Manual editing work eliminated",
|
||||
icon: Clock,
|
||||
id: "4", value: "2,000", title: "hours saved", description: "Manual editing work eliminated", icon: Clock,
|
||||
},
|
||||
]}
|
||||
title="The Impact We're Creating"
|
||||
@@ -205,65 +126,29 @@ export default function PricingPage() {
|
||||
<TestimonialCardTwo
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alex Chen",
|
||||
role: "Independent YouTuber",
|
||||
testimonial:
|
||||
"Clipper saved me 15 hours a week. What used to take days now takes 20 minutes. My social engagement jumped 300% immediately.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlIuVZPapaQrCnbzaiK1KvFnvL/a-professional-headshot-of-a-solo-youtub-1773189604635-ef42e319.png?_wi=4",
|
||||
imageAlt: "Alex Chen",
|
||||
},
|
||||
id: "1", name: "Alex Chen", role: "Independent YouTuber", testimonial:
|
||||
"Clipper saved me 15 hours a week. What used to take days now takes 20 minutes. My social engagement jumped 300% immediately.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlIuVZPapaQrCnbzaiK1KvFnvL/a-professional-headshot-of-a-solo-youtub-1773189604635-ef42e319.png", imageAlt: "Alex Chen"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Maria Rodriguez",
|
||||
role: "Creative Studio Owner",
|
||||
testimonial:
|
||||
"Managing 15 client accounts was impossible until Clipper. The batch processing and team features let us scale without hiring. Absolutely game-changing for our business.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlIuVZPapaQrCnbzaiK1KvFnvL/a-professional-headshot-of-a-small-agenc-1773189604876-34a9532b.png?_wi=4",
|
||||
imageAlt: "Maria Rodriguez",
|
||||
},
|
||||
id: "2", name: "Maria Rodriguez", role: "Creative Studio Owner", testimonial:
|
||||
"Managing 15 client accounts was impossible until Clipper. The batch processing and team features let us scale without hiring. Absolutely game-changing for our business.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlIuVZPapaQrCnbzaiK1KvFnvL/a-professional-headshot-of-a-small-agenc-1773189604876-34a9532b.png", imageAlt: "Maria Rodriguez"},
|
||||
{
|
||||
id: "3",
|
||||
name: "James Park",
|
||||
role: "Marketing Director, TechCorp",
|
||||
testimonial:
|
||||
"Our brand consistency across platforms is now perfect. The white-label templates and compliance features gave us enterprise-grade control. Worth every penny.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlIuVZPapaQrCnbzaiK1KvFnvL/a-professional-headshot-of-a-marketing-t-1773189604710-f4167a87.png?_wi=4",
|
||||
imageAlt: "James Park",
|
||||
},
|
||||
id: "3", name: "James Park", role: "Marketing Director, TechCorp", testimonial:
|
||||
"Our brand consistency across platforms is now perfect. The white-label templates and compliance features gave us enterprise-grade control. Worth every penny.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlIuVZPapaQrCnbzaiK1KvFnvL/a-professional-headshot-of-a-marketing-t-1773189604710-f4167a87.png", imageAlt: "James Park"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sophie Laurent",
|
||||
role: "Content Strategist",
|
||||
testimonial:
|
||||
"The AI hooks and captions actually drive engagement, not just look good. We've doubled our click-through rates on LinkedIn and Instagram Reels.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlIuVZPapaQrCnbzaiK1KvFnvL/another-diverse-professional-headshot-of-1773189604571-5fa023bc.png?_wi=2",
|
||||
imageAlt: "Sophie Laurent",
|
||||
},
|
||||
id: "4", name: "Sophie Laurent", role: "Content Strategist", testimonial:
|
||||
"The AI hooks and captions actually drive engagement, not just look good. We've doubled our click-through rates on LinkedIn and Instagram Reels.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlIuVZPapaQrCnbzaiK1KvFnvL/another-diverse-professional-headshot-of-1773189604571-5fa023bc.png", imageAlt: "Sophie Laurent"},
|
||||
{
|
||||
id: "5",
|
||||
name: "David Kim",
|
||||
role: "Agency Head",
|
||||
testimonial:
|
||||
"Clipper is our secret weapon against competitors. We deliver faster, higher quality clips, and our clients renew without hesitation. The ROI is immediate.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlIuVZPapaQrCnbzaiK1KvFnvL/another-diverse-professional-headshot-of-1773189604495-64c88642.png?_wi=2",
|
||||
imageAlt: "David Kim",
|
||||
},
|
||||
id: "5", name: "David Kim", role: "Agency Head", testimonial:
|
||||
"Clipper is our secret weapon against competitors. We deliver faster, higher quality clips, and our clients renew without hesitation. The ROI is immediate.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlIuVZPapaQrCnbzaiK1KvFnvL/another-diverse-professional-headshot-of-1773189604495-64c88642.png", imageAlt: "David Kim"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Emma Wilson",
|
||||
role: "Marketing Manager",
|
||||
testimonial:
|
||||
"Integration with our existing tools was seamless. Zapier, Slack, Google Drive—all connected. Our workflow is now completely automated and frictionless.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlIuVZPapaQrCnbzaiK1KvFnvL/another-diverse-professional-headshot-of-1773189604855-c4af36f2.png?_wi=2",
|
||||
imageAlt: "Emma Wilson",
|
||||
},
|
||||
id: "6", name: "Emma Wilson", role: "Marketing Manager", testimonial:
|
||||
"Integration with our existing tools was seamless. Zapier, Slack, Google Drive—all connected. Our workflow is now completely automated and frictionless.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlIuVZPapaQrCnbzaiK1KvFnvL/another-diverse-professional-headshot-of-1773189604855-c4af36f2.png", imageAlt: "Emma Wilson"},
|
||||
]}
|
||||
title="Loved by Creators & Teams"
|
||||
description="See how Clipper is transforming content creation workflows across all tiers"
|
||||
@@ -279,8 +164,7 @@ export default function PricingPage() {
|
||||
logoText="Clipper"
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "/" },
|
||||
{ label: "Pricing", href: "/pricing" },
|
||||
{ label: "Security", href: "#" },
|
||||
@@ -288,8 +172,7 @@ export default function PricingPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Documentation", href: "https://docs.example.com" },
|
||||
{ label: "Blog", href: "/" },
|
||||
{ label: "API Reference", href: "#" },
|
||||
@@ -297,8 +180,7 @@ export default function PricingPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "/" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "Careers", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user