The file does have a default export export default async function AboutPage(). The issue might be a formatting/encoding problem. Let me rewrite the file to ensure it's clean:
Đã viết lại file app/gioi-thieu/page.tsx hoàn toàn sạch. File trước đó có thể có ký tự ẩn hoặc vấn đề encoding khiến Next.js không nhận diện được default export. File mới giữ nguyên nội dung nhưng đảm bảo cấu trúc đúng với export default async function AboutPage().