import type { Metadata } from 'next'; import { ListingSearchClient } from '@/components/khu-cong-nghiep/listing-search-client'; export const metadata: Metadata = { title: 'Cho Thuê Bất Động Sản Công Nghiệp — GoodGo', description: 'Tìm kiếm nhà xưởng, kho bãi, đất công nghiệp cho thuê tại các khu công nghiệp Việt Nam.', }; export default function IndustrialListingsPage() { return ; }