Update posts per page to 7, layout and sidebar changes

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-02-13 21:21:25 +08:00
parent fde17c2308
commit 27dc2db3ee
9 changed files with 16 additions and 2 deletions

View File

@@ -1,3 +1,5 @@
'use client';
import { SiteHeader } from './site-header';
import { SiteFooter } from './site-footer';
import dynamic from 'next/dynamic';