'use client'; import Navigation from '../../../components/Navigation'; import Footer from '../../../components/Footer'; import { useLanguage } from '../../../hooks/useLanguage'; interface PricingPageProps { params: { lang: string; }; } export default function PricingPage({ params }: PricingPageProps) { const { currentLang, setCurrentLang, currentContent, createLocalizedPath } = useLanguage( params.lang, ); return (
{currentContent.pricing.subtitle}
{plan.description}
解答您关心的问题
{faq.answer}