'use client'; import dynamic from 'next/dynamic'; import Navigation from '@/components/Navigation'; import LunarCalendar from '@/components/LunarCalendar'; import FullMoonDescriptions from '@/components/FullMoonDescriptions'; import PhaseSimulator from '@/components/PhaseSimulator'; import Quiz from '@/components/Quiz'; import Articles from '@/components/Articles'; import PDFDownload from '@/components/PDFDownload'; import { useLocale } from '@/components/LocaleProvider'; import { ts } from '@/lib/i18n'; // Lazy-load heavy canvas/3D components with loading placeholders const LoadingPlaceholder = () => (