diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index dec6131..2aff0ab 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -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"],