Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-03 13:31:43 +00:00

View File

@@ -5,7 +5,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
import PricingCardTwo from "@/components/sections/pricing/PricingCardTwo";
import FooterCard from "@/components/sections/footer/FooterCard";
import { Twitter, Instagram, Linkedin, Check } from "lucide-react";
import { Twitter, Instagram, Linkedin } from "lucide-react";
export default function PricingPage() {
const navItems = [
@@ -40,6 +40,7 @@ export default function PricingPage() {
description="Select the perfect plan to streamline your AI video editing workflow."
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
plans={[
{
id: "starter", badge: "Starter", price: "$29", subtitle: "Perfect for individuals getting started with AI editing.", features: ["Basic AI features", "5 projects per month", "1080p Export", "Email Support"],