import type { Metadata } from "next"; import { BreadcrumbNav } from "@/components/seo/breadcrumb-nav"; import PricingBasic from "@/components/pricing/pricing-section"; export const metadata: Metadata = { title: "Pricing | SurfSense - Free AI Search Plans", description: "Explore SurfSense plans and pricing. Use ChatGPT, Claude AI, and any AI model free. Open source NotebookLM alternative for teams.", alternates: { canonical: "https://surfsense.com/pricing", }, }; const page = () => { return (