Merge version_1 into main #1
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="smallMedium"
|
||||
sizing="large"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="CLIPFORGE AI"
|
||||
description="Transform long-form videos into viral short clips instantly. AI-powered editing that detects engaging moments, adds auto-subtitles, and formats for TikTok, Instagram Reels, and YouTube Shorts. Grow your audience faster."
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Create Your First Clip", href: "#pricing" },
|
||||
{ text: "Watch Demo", href: "#" }
|
||||
@@ -110,22 +110,19 @@ export default function LandingPage() {
|
||||
tagIcon={CreditCard}
|
||||
plans={[
|
||||
{
|
||||
id: "starter", tag: "Starter Plan", price: "$9", period: "/month", description: "Perfect for creators just starting their short-form journey.", button: { text: "Subscribe Now", href: "#" },
|
||||
featuresTitle: "What's Included:", features: [
|
||||
id: "starter", tag: "Starter Plan", price: "$9", period: "/month", description: "Perfect for creators just starting their short-form journey.", button: { text: "Subscribe Now", href: "#" }, featuresTitle: "What's Included:", features: [
|
||||
"10 clips per month", "720p video quality", "Auto-captions in 5 languages", "Basic analytics dashboard", "Email support"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "creator", tag: "Creator Plan", tagIcon: Sparkles,
|
||||
price: "$29", period: "/month", description: "Designed for serious content creators scaling their presence.", button: { text: "Subscribe Now", href: "#" },
|
||||
featuresTitle: "What's Included:", features: [
|
||||
price: "$29", period: "/month", description: "Designed for serious content creators scaling their presence.", button: { text: "Subscribe Now", href: "#" }, featuresTitle: "What's Included:", features: [
|
||||
"50 clips per month", "1080p video quality", "Auto-captions in 15 languages", "Advanced analytics & insights", "Trending effects library", "Priority support"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "pro", tag: "Pro Plan", tagIcon: Zap,
|
||||
price: "$79", period: "/month", description: "For agencies and professional creators maximizing revenue.", button: { text: "Subscribe Now", href: "#" },
|
||||
featuresTitle: "What's Included:", features: [
|
||||
price: "$79", period: "/month", description: "For agencies and professional creators maximizing revenue.", button: { text: "Subscribe Now", href: "#" }, featuresTitle: "What's Included:", features: [
|
||||
"200 clips per month", "4K video quality", "Auto-captions in 25 languages", "Premium analytics suite", "Custom branding options", "Batch processing (10 videos)", "API access", "Dedicated account manager"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user