13 Commits

Author SHA1 Message Date
f04802d200 Update src/app/page.tsx 2026-03-21 22:40:29 +00:00
194f51f947 Update src/app/page.tsx 2026-03-21 22:39:54 +00:00
2e647729a1 Update src/app/page.tsx 2026-03-21 22:39:31 +00:00
f3ff8b25ed Update src/app/page.tsx 2026-03-21 22:38:50 +00:00
dc58062c0f Merge version_6 into main
Merge version_6 into main
2026-03-21 22:35:26 +00:00
d6c2e8700a Update src/app/page.tsx 2026-03-21 22:35:22 +00:00
d165f3c904 Merge version_5 into main
Merge version_5 into main
2026-03-21 22:32:31 +00:00
d4db10e3a8 Update src/app/page.tsx 2026-03-21 22:32:27 +00:00
48c7387885 Merge version_4 into main
Merge version_4 into main
2026-03-21 22:28:32 +00:00
90e20caf85 Update src/app/page.tsx 2026-03-21 22:28:28 +00:00
46db3b011e Merge version_3 into main
Merge version_3 into main
2026-03-21 22:24:59 +00:00
00e8b5b652 Update src/app/page.tsx 2026-03-21 22:24:55 +00:00
dbdafc90bd Merge version_2 into main
Merge version_2 into main
2026-03-21 22:19:49 +00:00

View File

@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
import HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleCarousel";
import FeatureCardThree from "@/components/sections/feature/featureCardThree/FeatureCardThree";
import PricingCardEight from "@/components/sections/pricing/PricingCardEight";
import PricingCardNine from "@/components/sections/pricing/PricingCardNine";
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
@@ -47,7 +47,7 @@ export default function LandingPage() {
tagIcon={Sparkles}
tagAnimation="slide-up"
buttons={[
{ text: "Start Creating Free", href: "#pricing" },
{ text: "Create Your First Video Free", href: "#pricing" },
{ text: "See How It Works", href: "#how-it-works" }
]}
buttonAnimation="slide-up"
@@ -138,7 +138,7 @@ export default function LandingPage() {
</div>
<div id="pricing" data-section="pricing">
<PricingCardEight
<PricingCardNine
title="Simple, Fair Pricing"
description="No hidden fees. No surprise charges. Pay only for what you create. Credits rollover up to 50%. Start free, upgrade anytime. Referral bonuses too—turn your friends into creators."
textboxLayout="default"
@@ -146,39 +146,29 @@ export default function LandingPage() {
animationType="slide-up"
plans={[
{
id: "free", badge: "Get Started", badgeIcon: Sparkles,
price: "Free", subtitle: "Limited daily credits, watermarked videos", buttons: [{ text: "Start Creating", href: "#" }],
features: [
"50 credits/day (limited hours)", "Watermark on videos", "Basic templates only", "AI music (limited library)", "Auto-captions (3 styles)", "Perfect for trying it out"
]
id: "free", title: "Get Started", price: "Free", period: "", features: [
"1 video/month", "480p resolution", "Basic templates", "Watermark included", "Limited AI voices (5)", "Basic captions (3 styles)", "Perfect for trying it out"
], button: { text: "Start Free", href: "#" }
},
{
id: "starter", badge: "Trending", badgeIcon: TrendingUp,
price: "$9", subtitle: "/month • 200 credits • No watermark", buttons: [{ text: "Choose Plan", href: "#" }],
features: [
"200 credits/month", "No watermark", "25+ trending templates", "150+ AI voices & avatars", "Advanced captions (all 25+ styles)", "Priority support", "Perfect for casual creators"
]
id: "starter", title: "Popular", price: "$10/mo", period: "", features: [
"200 credits/month", "No watermark", "Basic styles + Subtitles", "25+ trending templates", "150+ AI voices", "Advanced captions (10 styles)", "Priority support", "Perfect for casual creators"
], button: { text: "Start Now", href: "#" }
},
{
id: "creator", badge: "Most Popular", badgeIcon: Star,
price: "$19", subtitle: "/month • 800 credits • All features", buttons: [{ text: "Choose Plan", href: "#" }],
features: [
"800 credits/month", "Custom AI avatars (face upload)", "All trending templates + custom", "150+ voices, 50+ languages", "Animated caption styles", "AI music stems (custom mixing)", "Analytics dashboard", "Perfect for serious creators"
]
id: "creator", title: "Most Popular", price: "$29/mo", period: "", features: [
"800 credits/month", "Custom AI avatars (face upload)", "Avatars + Music + Templates", "All trending templates + custom", "150+ voices, 50+ languages", "Animated caption styles (25+)", "AI music stems (custom mixing)", "Analytics dashboard", "Perfect for serious creators"
], button: { text: "Upgrade Now", href: "#" }
},
{
id: "pro", badge: "Premium Power", badgeIcon: Zap,
price: "$39", subtitle: "/month • 2,500 credits • Priority", buttons: [{ text: "Choose Plan", href: "#" }],
features: [
"2,500 credits/month", "4K unlimited (no credit penalty)", "Priority generation queue", "Multi-video batch generation", "Real-time collab editing", "Video remix & continuation", "Advanced analytics", "Trend alerts", "Perfect for YouTube/Reels pros"
]
id: "pro", title: "Premium Power", price: "$49/mo", period: "", features: [
"2,500 credits/month", "4K unlimited (no credit penalty)", "Priority generation queue", "Trend detector included", "Multi-video batch generation", "Real-time collab editing", "Video remix & continuation", "Advanced analytics", "Trend alerts", "Perfect for YouTube/Reels pros"
], button: { text: "Go Pro", href: "#" }
},
{
id: "business", badge: "Enterprise", badgeIcon: Crown,
price: "$99", subtitle: "/month • Unlimited • Teams", buttons: [{ text: "Choose Plan", href: "#" }],
features: [
"Unlimited credits", "Team seats (up to 5)", "White-label option", "API access", "Brand kit management", "Full video editing suite", "24/7 priority support", "Custom integrations", "Perfect for agencies & e-commerce"
]
id: "business", title: "Enterprise", price: "$149/mo", period: "", features: [
"Unlimited credits", "Team seats (up to 5)", "API access", "White-label option", "Brand kit management", "Full video editing suite", "24/7 priority support", "Custom integrations", "Perfect for agencies & e-commerce"
], button: { text: "Contact Sales", href: "#" }
}
]}
/>
@@ -232,7 +222,7 @@ export default function LandingPage() {
showCard={true}
faqs={[
{
id: "q1", title: "How many videos can I make with my credits?", content: "Credits depend on video length and quality. Base rate: 1 credit ≈ 1-5 seconds. A 60-second video using Veo with 4K costs ~12-15 credits. At Starter ($9/mo, 200 credits), you can make ~15-20 videos/month. Pro plan users can do 100+ with 2,500 credits."
id: "q1", title: "How many videos can I make with my credits?", content: "Credits depend on video length and quality. Base rate: 1 credit ≈ 1-5 seconds. A 60-second video using Veo with 4K costs ~12-15 credits. At Starter ($10/mo, 200 credits), you can make ~15-20 videos/month. Pro plan users can do 100+ with 2,500 credits."
},
{
id: "q2", title: "What AI models does SparkReel use?", content: "We integrate Google Veo 3.1, Kling 3.0, Sora 2, Runway Gen-4.5 for video generation, and Luma for motion capture. We automatically pick the best model for your prompt. You can also select your preferred model."
@@ -295,4 +285,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}