import { GuideVideoList } from '@/components/GuideVideoList'; import { getGuideItems } from '@/lib/data'; export const dynamic = 'force-dynamic'; export default async function GuidePage() { const items = await getGuideItems(); return ; }