"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; import PricingCardThree from "@/components/sections/pricing/PricingCardThree"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; import { Sparkles } from "lucide-react"; export default function PricingPage() { return (
); }