Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-05-08 16:32:08 +00:00

View File

@@ -9,7 +9,6 @@ import FooterMedia from '@/components/sections/footer/FooterMedia';
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
import SplitAbout from '@/components/sections/about/SplitAbout';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import { Film, ShieldCheck, Users, Zap, Maximize, Edit, Share } from "lucide-react";
@@ -34,8 +33,6 @@ export default function LandingPage() {
navItems={[
{
name: "Features", id: "features"},
{
name: "Pricing", id: "pricing"},
{
name: "FAQ", id: "faq"},
]}
@@ -129,42 +126,6 @@ export default function LandingPage() {
/>
</div>
<div id="pricing" data-section="pricing">
<PricingCardEight
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
plans={[
{
id: "starter", badge: "Essential", price: "$19/mo", subtitle: "For individual creators", buttons: [
{
text: "Get Started", href: "#"},
],
features: [
"100 Video Credits", "1080p Resolution", "Standard Support"],
},
{
id: "pro", badge: "Most Popular", price: "$49/mo", subtitle: "For power creators", buttons: [
{
text: "Go Pro", href: "#"},
],
features: [
"Unlimited Videos", "4K Resolution", "Priority Rendering", "Commercial Rights"],
},
{
id: "enterprise", badge: "Custom", price: "$199/mo", subtitle: "For teams & studios", buttons: [
{
text: "Contact Us", href: "#"},
],
features: [
"Team Management", "Custom AI Models", "Dedicated Manager", "Priority API Access"],
},
]}
title="Simple, Transparent Pricing"
description="Choose a plan that fits your creative needs, from casual experimentation to pro-level production."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardFifteen
useInvertedBackground={false}
@@ -250,8 +211,6 @@ export default function LandingPage() {
title: "Product", items: [
{
label: "Features", href: "#features"},
{
label: "Pricing", href: "#pricing"},
],
},
{
@@ -269,4 +228,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}