From fc565ce8183ebb6c3864b9e1ab91eaff04d2059a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 13:31:40 +0000 Subject: [PATCH] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"], -- 2.49.1